Pass --fail-missing to dh_missing.

ci/unstable
Felix Geyer 5 years ago
parent b1391a24aa
commit 81a45a4313

1
debian/changelog vendored

@ -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 * Disable FIleAPI json-extra test for now as it doesn't seem critical and
fails with libjsoncpp 1.7.4. fails with libjsoncpp 1.7.4.
* Switch to debhelper compat level 12. * 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 -- Felix Geyer <fgeyer@debian.org> Mon, 11 Nov 2019 23:02:00 +0100

2
debian/rules vendored

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

Loading…
Cancel
Save