[SCM] Debian packaging of Const-Fast CPAN distribution branch, master, updated. debian/0.011-1-13-g2c47164

Nuno Carvalho smash at cpan.org
Thu Aug 16 20:31:11 UTC 2012


The following commit has been merged in the master branch:
commit 53e14d2425c64ee85fc221a9db39a23ba05b9bd9
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Aug 16 21:16:57 2012 +0100

    Disable upstream release tests

diff --git a/debian/changelog b/debian/changelog
index bfa2542..73483f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,5 @@
 libconst-fast-perl (0.012-1) UNRELEASED; urgency=low
 
-  TODO:
-  - RELEASE_TESTING is a variable we usually don't set explicitly, since it's
-    intended for the upstream release; cf.
-    http://pkg-perl.alioth.debian.org/policy.html#test_suites
-    for pod* tests it's usually harmless but here it also activates
-    Test::Kwalitee which has shown to be a bit fragile, IIRC
-
   QUESTION:
   - is libsub-exporter-perl still needed in Depends after adding
     libsub-exporter-progressive-perl? I'm not sure after grepping through the
@@ -14,8 +7,6 @@ libconst-fast-perl (0.012-1) UNRELEASED; urgency=low
 
   * Team upload.
   * d/control: Add new dependency libsub-exporter-progressive-perl.
-  * d/control: Add extra dependencies to D-B-I to run more tests.
-  * d/rules: Set RELEASE_TESTING to enable more tests.
   * Remove not very helpful d/libconst-fast-perl.docs.
   * d/copyright: Add copyright year for copyright holder.
   * New upstream release.
diff --git a/debian/control b/debian/control
index 60b64c5..11c6c8b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,9 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Stig Sandbeck Mathisen <ssm at debian.org>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libsub-exporter-perl,
- libtest-exception-perl,
- libtest-kwalitee-perl,
- libtest-pod-perl,
- libtest-pod-coverage-perl,
- libpod-coverage-trustpod-perl,
- libsub-exporter-progressive-perl,
- perl
+                     libtest-exception-perl,
+                     libsub-exporter-progressive-perl,
+                     perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconst-fast-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libconst-fast-perl.git
diff --git a/debian/rules b/debian/rules
index c18bd40..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,3 @@
 
 %:
 	dh $@
-
-override_dh_auto_test:
-	RELEASE_TESTING=1 dh_auto_test

-- 
Debian packaging of Const-Fast CPAN distribution



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