From: Teus Benschop Date: Thu, 1 Nov 2018 08:25:40 +0000 (+0100) Subject: dh_missing fail-missing X-Git-Tag: archive/raspbian/3.0-3+rpi1~1^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a4a73720aec586cd3b22cb31afe22a27e933c854;p=bibletime.git dh_missing fail-missing --- diff --git a/debian/rules b/debian/rules index 51a8f85..fa6408b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,3 +12,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all override_dh_auto_test: echo "Skip dh_auto_test because the tests rely on a display which is not there" +override_dh_missing: + dh_missing --fail-missing +