[SCM] branch, master, updated. upstream/0.9.9+git2012426-22-g6fd2709

gregor herrmann gregoa at debian.org
Tue Jun 5 19:28:07 UTC 2012


The following commit has been merged in the master branch:
commit bff7c405ede1ad27bcccc422be1f9d7fe29bbc08
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 5 21:05:56 2012 +0200

    Don't run test that needs network access.

diff --git a/debian/rules b/debian/rules
index 2d33f6a..34cef05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
+TEST_FILES=$(filter-out t/remote-files.t,$(shell echo t/*.t))
+
 %:
 	dh $@
+
+override_dh_auto_test:
+	dh_auto_test -- test_files="$(TEST_FILES)"

-- 




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