projects
/
bibletime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f17cf9a
)
dh_missing fail-missing
author
Teus Benschop
<teusjannette@gmail.com>
Thu, 1 Nov 2018 08:25:40 +0000
(09:25 +0100)
committer
Teus Benschop
<teusjannette@gmail.com>
Thu, 1 Nov 2018 08:25:40 +0000
(09:25 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 51a8f85ed6f031a52bb277bdcddee089e8a25251..fa6408b3bdf4cdd717860026b538e457c3016200 100755
(executable)
--- 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
+