[SCM] Debian packaging of libtest-number-delta-perl branch, master, updated. b3a0b4af99115a228bcc1d10466c2690ed6f22f8

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


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

    Don't run author tests during package build.

diff --git a/debian/control b/debian/control
index 5f2122c..ab3829a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: libtest-number-delta-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl
-Build-Depends-Indep: libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
 Standards-Version: 3.8.0
diff --git a/debian/rules b/debian/rules
index c817744..0d045f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	AUTHOR_TESTING=1 dh build
+	dh build
 	touch $@
 
 clean:

-- 
Debian packaging of libtest-number-delta-perl



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