mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 11:48:50 +00:00
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:
parent
0842713062
commit
6e484e36c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user