[SCM] Debian packaging of libclass-unload-perl branch, master, updated. 9f56eb92d97ba12cfaf370e8fade575f2b7f4d48

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


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

    Don't run release tests during package build.

diff --git a/debian/control b/debian/control
index da7d179..2a5bacf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,7 @@ Source: libclass-unload-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libclass-inspector-perl,
- libtest-pod-perl, libtest-pod-coverage-perl,
- libpod-coverage-trustpod-perl
+Build-Depends-Indep: perl, libclass-inspector-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
  Alessandro Ghedini <ghedo at debian.org>
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 libclass-unload-perl



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