[SCM] Debian packaging of libfile-localizenewlines-perl branch, master, updated. 85bf92ee0ea7b49f51cb15ad7a7556a3c064ccc9

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


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

    Don't run release tests during package build.

diff --git a/debian/control b/debian/control
index 45eae62..0e50328 100644
--- a/debian/control
+++ b/debian/control
@@ -11,9 +11,6 @@ Build-Depends-Indep: perl,
                      libparams-util-perl,
                      libclass-default-perl,
                      libfile-slurp-perl,
-                     libtest-cpan-meta-perl,
-                     libtest-pod-perl,
-                     libtest-minimumversion-perl,
                      libtest-script-perl
 Standards-Version: 3.8.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-localizenewlines-perl.git
diff --git a/debian/rules b/debian/rules
index fcd7c1d..f9dc5fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ TMP=$(CURDIR)/debian/$(PKG)
 
 build: build-stamp
 build-stamp:
-	RELEASE_TESTING=1 dh build
+	dh build
 	touch $@
 
 clean:

-- 
Debian packaging of libfile-localizenewlines-perl



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