From 00121029a2753729ac7968b5b031613791d56939 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 11 Aug 2010 16:27:15 +0100 Subject: [PATCH] Do not "make test" as part of the Debian package-building for now -- it's too slow. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f377654..ea16f0e 100755 --- a/debian/rules +++ b/debian/rules @@ -54,7 +54,7 @@ install-stamp: dh_clean -k # Add commands to install the package into debian/$PACKAGE_NAME here - $(MAKE) test +# $(MAKE) test ### Do not make test for now -- it's too slow $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr # As this is a architecture dependent package, we are not -- 1.7.10.4