From 8a508b6cb5aedfd9d72e79c4556c84d4c99059bf Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 25 Oct 2020 22:08:53 +0100 Subject: debian/rules: Move --fail-missing DH flag into dh_missing override. --- debian/rules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 1f2b650..f5955d1 100755 --- a/debian/rules +++ b/debian/rules @@ -5,15 +5,18 @@ NULL = export DPKG_GENSYMBOLS_CHECK_LEVEL=4 %: - dh $@ --parallel --fail-missing --with systemd + dh $@ --parallel --with systemd override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh override_dh_install: + dh_install find debian/ayatana-indicator-bluetooth/usr/lib -name *.la -delete find debian/ayatana-indicator-bluetooth/usr/lib -name *.a -delete - dh_install --fail-missing + +override_dh_missing: + dh_missing --fail-missing # For live test logs: #override_dh_auto_test: -- cgit v1.2.3