Use dh_install --fail-missing to catch mistakes

This commit is contained in:
Simon McVittie 2016-01-27 15:42:58 +01:00
parent 91bb116275
commit 4cd71f8f9d
2 changed files with 5 additions and 0 deletions

1
debian/changelog vendored
View File

@ -11,6 +11,7 @@ ostree (2016.1-1) UNRELEASED; urgency=medium
* debian/control: change Section to admin * debian/control: change Section to admin
* Remove unnecessary uses of dh-exec * Remove unnecessary uses of dh-exec
* debian/patches: remove all patches, no longer needed or applied * debian/patches: remove all patches, no longer needed or applied
* Use dh_install --fail-missing to catch mistakes
-- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100 -- Simon McVittie <smcv@debian.org> Wed, 27 Jan 2016 13:04:34 +0100

4
debian/rules vendored
View File

@ -19,3 +19,7 @@ override_dh_auto_configure:
--with-grub2 \ --with-grub2 \
--with-systemdsystemunitdir=/lib/systemd/system \ --with-systemdsystemunitdir=/lib/systemd/system \
$(NULL) $(NULL)
override_dh_install:
rm -f debian/tmp/usr/lib/*/*.la
dh_install --fail-missing