[SCM] Debian packaging of libmodule-math-depends-perl branch, master, updated. b1fdebf920b51da133d692a866f54139873d9ba1

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 239a43bd0066bd7887f79acc455304568c7dcb4f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 21 12:57:07 2013 +0200

    Don't run release tests during package build.

diff --git a/debian/control b/debian/control
index 60400fa..08d0289 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
-                     libparams-util-perl,
-                     libtest-cpan-meta-perl,
-                     libtest-pod-perl,
-                     libtest-minimumversion-perl
+                     libparams-util-perl
 Standards-Version: 3.8.0
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-math-depends-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-math-depends-perl.git
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-math-depends-perl



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