[SCM] Debian packaging of Test-Aggregate CPAN distribution branch, master, updated. debian/0.364-1-2-g70c0202

gregor herrmann gregoa at debian.org
Thu Jul 5 20:57:59 UTC 2012


The following commit has been merged in the master branch:
commit 20a73fc4ff65a9cf4a6be17ea8160b1f870ee89d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:57:57 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 223d108..123c460 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,13 @@
 Source: libtest-aggregate-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libtest-most-perl,
- libtest-nowarnings-perl,
- perl (>= 5.10.1) | libtest-harness-perl (>= 3.09),
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
+                     libtest-most-perl,
+                     libtest-nowarnings-perl,
+                     perl (>= 5.11.1) | libtest-simple-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-aggregate-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-aggregate-perl.git
@@ -16,13 +15,14 @@ Homepage: http://search.cpan.org/dist/Test-Aggregate/
 
 Package: libtest-aggregate-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libtest-most-perl,
- libtest-nowarnings-perl,
- perl (>= 5.10.1) | libtest-harness-perl (>= 3.09)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libtest-most-perl,
+         libtest-nowarnings-perl,
+         perl
 Recommends: libdata-dump-streamer-perl,
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
- perltidy
+            perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
+            perltidy
 Description: module for aggregating tests to make them run faster
  A common problem with many test suites is that they can take a long time to
  run. The longer they run, the less likely you are to run the tests.
@@ -37,3 +37,4 @@ Description: module for aggregating tests to make them run faster
  Further, check out Test::Aggregate::Nested (included with this distribution).
  It's a more robust implemenation which does not have the same limitations as
  Test::Aggregate.
+

-- 
Debian packaging of Test-Aggregate CPAN distribution



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