Use dh_missing --fail-missing instead of dh_install --fail-missing

This commit is contained in:
Simon McVittie 2017-08-29 16:19:27 +01:00
parent 6af010468f
commit 54799d7ef7
2 changed files with 5 additions and 1 deletions

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ ostree (2017.10-1) UNRELEASED; urgency=medium
* New upstream release
- Update symbols file
- Install new bash completions
* Use dh_missing --fail-missing instead of dh_install --fail-missing
-- Simon McVittie <smcv@debian.org> Tue, 29 Aug 2017 16:08:09 +0100

5
debian/rules vendored
View File

@ -71,7 +71,10 @@ override_dh_install:
rm -f debian/tmp/usr/lib/ostree/ostree-prepare-root
rm -f debian/tmp/usr/lib/ostree/ostree-remount
:
dh_install --fail-missing
dh_install
override_dh_missing:
dh_missing --fail-missing
override_dh_makeshlibs:
# this is an LD_PRELOAD, not a real shared library