From: Mike Taylor Date: Wed, 11 Aug 2010 15:27:15 +0000 (+0100) Subject: Do not "make test" as part of the Debian package-building for now -- X-Git-Tag: 1.27~6 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=00121029a2753729ac7968b5b031613791d56939 Do not "make test" as part of the Debian package-building for now -- it's too slow. --- 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