From 30a05b667c0f2c696f5a928571559729cf70a4fa Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 6 Feb 2019 10:20:45 +0100 Subject: debian/rules: Switch to dh_missing override for --fail-missing post-install check. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1dc871e..988c2dc 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ LDFLAGS+=-Wl,--as-needed %: - dh $@ --with autoreconf --fail-missing + dh $@ --with autoreconf override_dh_autoreconf: if [ ! -e po/arctica-greeter.pot.bak ]; then \ @@ -14,6 +14,9 @@ override_dh_autoreconf: override_dh_auto_build: dh_auto_build +override_dh_missing: + dh_missing --fail-missing + override_dh_auto_install: dh_auto_install mkdir -p debian/tmp/var/lib/polkit-1/localauthority/10-vendor.d/ -- cgit v1.2.3