From 9959784af9f400f73759be3bd7cfa2f06a26bbdf Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sun, 20 Nov 2016 14:51:31 +0530 Subject: [PATCH] Do not run gui tests. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index e3d84e1c..f8c765bf 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,9 @@ override_dh_auto_build: override_dh_auto_install: make install +override_dh_auto_test: + echo "Nothing to do here" + override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -- GitLab