[SCM] Packaging of Net-Traceroute in Debian branch, master, updated. debian/1.13-1-14-g7e36212

Nuno Carvalho smash at cpan.org
Tue Aug 14 18:43:27 UTC 2012


The following commit has been merged in the master branch:
commit cbaf512cb88fdd383dde041e44f05889b6e2dedf
Author: Nuno Carvalho <smash at cpan.org>
Date:   Mon Aug 13 14:46:25 2012 +0100

    Enable mores tests and denugging information

diff --git a/debian/changelog b/debian/changelog
index 2a60269..0da7371 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,12 @@
 libnet-traceroute-perl (1.14-1) UNRELEASED; urgency=low
 
-  TODO:
-  - adding a build dependency on traceroute would enable an additional test;
-    I'm not sure this works in each and every case though (it does here for
-    me). looking through t/95-sys-traceroute.t, setting AUTOMATED_TESTING
-    would be useful if we enable it. - hm, setting it might be good in any
-    case, since we can't guarantee it's built _without_ traceroute ...
-
   * Team upload.
   * d/copyright: Add upstream contact.
   * d/copyright: Update copyright years.
   * d/control: Move perl to D-B-I and drop perl-modules.
   * d/control: Set maintainer to Debian Perl Group.
+  * d/control: Add traceroute to D-B-I to enable more tests.
+  * d/rules: Set AUTOMATED_TESTING for extra debugging during tests.
   * Add fix-spelling.patch to fix spelling errors.
   * New upstream release.
 
diff --git a/debian/control b/debian/control
index 6b37b2a..61bea95 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Taku YASUI <tach at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ traceroute
 Standards-Version: 3.9.3
 Homepage: http://search.cpan.org/dist/Net-Traceroute/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-traceroute-perl.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..0bf1871 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test

-- 
Packaging of Net-Traceroute in Debian



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