[SCM] Debian packaging of libmodule-manifest-perl branch, master, updated. 05e2b566a03d36256408eef9dc9e55f625f74641

gregor herrmann gregoa at debian.org
Sun Apr 21 11:20:39 UTC 2013


The following commit has been merged in the master branch:
commit bed9ead4e0803a0e36ea7756a08cd6a7d2d6d021
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 21 12:54:58 2013 +0200

    Don't run release tests during package build.

diff --git a/debian/control b/debian/control
index 6b550d6..888db66 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,6 @@ Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
                      libparams-util-perl,
-                     libtest-pod-perl,
-                     libtest-minimumversion-perl,
-                     libtest-cpan-meta-perl,
                      libtest-warn-perl,
                      libtest-exception-perl
 Standards-Version: 3.8.1
diff --git a/debian/rules b/debian/rules
index 1e0c776..0d045f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	RELEASE_TESTING=1 dh build
+	dh build
 	touch $@
 
 clean:

-- 
Debian packaging of libmodule-manifest-perl



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