From d1a6ac4a537498c2ade4dbf6fa5924ae248ffccb Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 1 Jun 2012 22:19:59 +0000 Subject: [PATCH] debian/rules don't mandate to run cutter tests when creating .deb --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index c82a5bd1..da99d5dc 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,8 @@ # This has to be exported to make some magic below work. export DH_OPTIONS +override_dh_auto_configure: + dh_auto_configure -- --without-cutter %: dh --with autoreconf $@