[libtest-aggregate-perl] 04/08: Drop explicit dependency on Test::More which is already satisfied in oldstable.

gregor herrmann gregoa at debian.org
Fri Jul 22 14:33:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-aggregate-perl.

commit 294af8eb12784feb468ba6842ebce378ce4667df
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 22 16:24:28 2016 +0200

    Drop explicit dependency on Test::More which is already satisfied in oldstable.
---
 debian/control | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index e749848..e485621 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
            Florian Schlichting <fsfs at debian.org>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
                libmodule-build-perl (>= 0.420000)
@@ -10,14 +11,13 @@ Build-Depends-Indep: perl,
                      libtest-most-perl,
                      libtest-nowarnings-perl,
                      libtest-trap-perl,
-                     perl (>= 5.11.1) | libtest-simple-perl (>= 0.94),
                      perltidy
-Build-Conflicts-Indep: libtest-simple-perl (>= 1.300000), perl (>= 5.25.1)
+Build-Conflicts-Indep: libtest-simple-perl (>= 1.300000),
+                       perl (>= 5.25.1)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-aggregate-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-aggregate-perl.git
 Homepage: https://metacpan.org/release/Test-Aggregate
-Testsuite: autopkgtest-pkg-perl
 
 Package: libtest-aggregate-perl
 Architecture: all
@@ -26,7 +26,6 @@ Depends: ${misc:Depends},
          libtest-most-perl,
          libtest-nowarnings-perl
 Recommends: libdata-dump-streamer-perl,
-            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
@@ -42,4 +41,3 @@ 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.
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-aggregate-perl.git



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