summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-11-01 09:25:40 +0100
committerTeus Benschop <teusjannette@gmail.com>2018-11-01 09:25:40 +0100
commita4a73720aec586cd3b22cb31afe22a27e933c854 (patch)
tree2b75f5423e38879c35c1a1b0d8980b1e971c64f8 /debian/rules
parentf17cf9a3c09817b67737962972e7d5d9ca14f3f6 (diff)
dh_missing fail-missing
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
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
+