]> git.puffer.fish Git - matthieu/frr.git/commitdiff
debianpkg: modernise dh_missing and use fail mode
authorDavid Lamparter <equinox@diac24.net>
Thu, 25 Oct 2018 13:08:04 +0000 (15:08 +0200)
committerDavid Lamparter <equinox@diac24.net>
Tue, 18 Dec 2018 00:55:51 +0000 (01:55 +0100)
Things that aren't installed should be in debianpkg/not-installed.

Signed-off-by: David Lamparter <equinox@diac24.net>
debianpkg/rules

index 50eaf192b193e4f67671de0556e252435dec7e5b..cc12ffb2dc1377face33522e717700cc2c3fed7a 100755 (executable)
@@ -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