debianpkg: modernise dh_missing and use fail mode

Things that aren't installed should be in debianpkg/not-installed.

Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
David Lamparter 2018-10-25 15:08:04 +02:00
parent 0842713062
commit 6e484e36c2

View File

@ -121,7 +121,7 @@ else
endif
%:
dh $@ --with=$(DH_WITH_SYSTEMD)autoreconf --parallel --dbg-package=frr-dbg --list-missing
dh $@ --with=$(DH_WITH_SYSTEMD)autoreconf --parallel --dbg-package=frr-dbg
override_dh_auto_configure:
if ! [ -e config.status ]; then \
@ -174,6 +174,9 @@ endif
override_dh_auto_build:
dh_auto_build -- $(MAKE_SILENT)
override_dh_missing:
dh_missing --fail-missing
override_dh_auto_clean:
# we generally do NOT want a full distclean since that wipes both
# debianpkg/changelog and config.version