From 6450fea32b760e0b13bc2acc87b44e0f66d213ca Mon Sep 17 00:00:00 2001 From: Teus Benschop Date: Wed, 4 Oct 2017 13:44:51 +0200 Subject: [PATCH] debian/rules: override_dh_auto_test because the test rely on a display which is not there --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.30.2