From: David Lamparter Date: Thu, 25 Oct 2018 13:08:04 +0000 (+0200) Subject: debianpkg: modernise dh_missing and use fail mode X-Git-Tag: frr-6.0.1~2^2~45 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=cffd0247bccead2b10ecf753984c84d350940cee;p=mirror%2Ffrr.git debianpkg: modernise dh_missing and use fail mode Things that aren't installed should be in debianpkg/not-installed. Signed-off-by: David Lamparter --- diff --git a/debianpkg/rules b/debianpkg/rules index 50eaf192b1..cc12ffb2dc 100755 --- a/debianpkg/rules +++ b/debianpkg/rules @@ -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