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

Nuno Carvalho smash at cpan.org
Thu Aug 16 18:25:36 UTC 2012


The following commit has been merged in the master branch:
commit 5faea33b199d07a78a6c678bb09843333530a96e
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Aug 16 19:07:08 2012 +0100

    Enable more tests

diff --git a/debian/changelog b/debian/changelog
index f6efd62..3f4311c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libconst-fast-perl (0.012-1) UNRELEASED; urgency=low
 
   * 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.
 
  -- Nuno Carvalho <smash at cpan.org>  Thu, 09 Aug 2012 23:51:25 +0100
 
diff --git a/debian/control b/debian/control
index 44d25c0..d6234ab 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,10 @@ 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
 Standards-Version: 3.9.3
diff --git a/debian/rules b/debian/rules
index 2d33f6a..c18bd40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	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