[SCM] Debian packaging of libparse-cpan-meta-perl branch, master, updated. 0b3897dd36b687b685c17bba96b1ddba7eaa38c3

gregor herrmann gregoa at debian.org
Sat Feb 11 22:54:35 UTC 2012


The following commit has been merged in the master branch:
commit 587c12d29803c1d698a632877fb32492596d9600
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 11 23:47:20 2012 +0100

    debian/rules: set AUTOMATED_TESTING only for tests.

diff --git a/debian/rules b/debian/rules
index 33296c6..0bf1871 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-# Needed to get all tests
-export AUTOMATED_TESTING=true
-
 %:
 	dh $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test

-- 
Debian packaging of libparse-cpan-meta-perl



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