[SCM] Debian packaging of libcpan-inject-perl branch, master, updated. debian/1.14-1

Salvatore Bonaccorso carnil at debian.org
Thu Sep 13 21:15:25 UTC 2012


The following commit has been merged in the master branch:
commit 03d02433c12deda25ca68f8f3fded689262b1411
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Sep 13 23:04:12 2012 +0200

    Simplify override for dh_auto_test
    
    Only use t/01_compile.t is TEST_FILES. The t/9*.t test files where
    removed in upstream version 1.12.

diff --git a/debian/rules b/debian/rules
index 3f18eaf..1b4610c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 %:
 	dh $@
 
-CMD=$(subst override_,,$@)
-
 override_dh_auto_test:
 # t/02_main.t doesn't work in chroots
-	AUTOMATED_TESTING=1 $(CMD) -- TEST_FILES="t/01_compile.t t/9*.t"
+	dh_auto_test -- TEST_FILES="t/01_compile.t"

-- 
Debian packaging of libcpan-inject-perl



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