From: Teus Benschop Date: Wed, 4 Oct 2017 11:44:51 +0000 (+0200) Subject: debian/rules: override_dh_auto_test because the test rely on a display which is not... X-Git-Tag: archive/raspbian/3.0-3+rpi1~1^2~54 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6450fea32b760e0b13bc2acc87b44e0f66d213ca;p=bibletime.git debian/rules: override_dh_auto_test because the test rely on a display which is not there --- diff --git a/debian/rules b/debian/rules index cd23d0c..d01249a 100755 --- a/debian/rules +++ b/debian/rules @@ -9,3 +9,5 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ -Scmake --parallel +override_dh_auto_test: + echo "Skip dh_auto_test because the tests rely on a display which is not there"