Skip to content

Commit

Permalink
d/rules: use dh_missing --list-missing
Browse files Browse the repository at this point in the history
dh_install --list-missing
dh_install: warning: Please use dh_missing --list-missing/--fail-missing
instead

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
  • Loading branch information
tchaikov committed Nov 16, 2020
1 parent 0e1c2e2 commit 57a8215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ override_dh_install:
find $(exampledir) -type f | xargs chmod 644

find debian -iname '*.so.*' -type f -print0 | xargs -0 chrpath --delete
dh_install --list-missing
dh_missing --list-missing

override_dh_strip:
dh_strip --dbgsym-migration='libboost1.55-dbg, libboost1.58-dbg, libboost1.61-dbg'
Expand Down

0 comments on commit 57a8215

Please sign in to comment.