Pass --fail-missing to dh_missing.

This commit is contained in:
Felix Geyer 2019-11-12 20:10:00 +01:00
parent b1391a24aa
commit 81a45a4313
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ cmake (3.15.4-1) UNRELEASED; urgency=medium
* Disable FIleAPI json-extra test for now as it doesn't seem critical and
fails with libjsoncpp 1.7.4.
* Switch to debhelper compat level 12.
* Pass --fail-missing to dh_missing.
-- Felix Geyer <fgeyer@debian.org> Mon, 11 Nov 2019 23:02:00 +0100

2
debian/rules vendored
View File

@ -59,7 +59,7 @@ override_dh_auto_clean:
rm -f $(BUILD_FLAGS_FILE)
override_dh_missing:
dh_missing --list-missing
dh_missing --fail-missing
override_dh_installdocs-arch:
# dh_installdocs --link-doc generates binNMU unsafe deps (Bug #747141)