r27869 - /trunk/dh-make-perl/debian/rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Dec 7 20:12:13 UTC 2008


Author: dmn
Date: Sun Dec  7 20:12:11 2008
New Revision: 27869

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27869
Log:
set NO_NETWORK when running tests

Modified:
    trunk/dh-make-perl/debian/rules

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=27869&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Sun Dec  7 20:12:11 2008
@@ -16,7 +16,7 @@
 	# Add here commands to compile the package.
 	pod2man --center debian dh-make-perl > dh-make-perl.1
 
-	$(MAKE) test
+	NO_NETWORK=1 $(MAKE) test
 
 	touch build-stamp
 




More information about the Pkg-perl-cvs-commits mailing list