[SCM] Debian packaging of libstring-errf-perl branch, master, updated. 63dd22429d109d2172e6a58e7036e6bd40c11f8a

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


The following commit has been merged in the master branch:
commit 4455cdd553fe989d1e59abca9a483a708cdc094f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 21 13:05:04 2013 +0200

    Don't run release tests during package build.

diff --git a/debian/control b/debian/control
index 3cd9172..4901553 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,6 @@ Build-Depends-Indep: perl,
                      libparams-util-perl,
                      libstring-formatter-perl,
                      libsub-exporter-perl,
-                     libtest-pod-perl,
                      perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
                      libtimedate-perl
 Standards-Version: 3.9.2
diff --git a/debian/rules b/debian/rules
index 40f3f57..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	RELEASE_TESTING=1 dh $@
+	dh $@

-- 
Debian packaging of libstring-errf-perl



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