[libtest-trap-perl] 08/09: Add alternative (build) dependency for Test::Tester.

gregor herrmann gregoa at debian.org
Fri May 29 18:02:57 UTC 2015


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

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

commit 06272d2ddc2fc7d42b0b351ba74c2779921103ad
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 29 19:59:49 2015 +0200

    Add alternative (build) dependency for Test::Tester.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 3b571dd..9c62ab3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,14 @@ Uploaders: Jonathan Yu <jawnsy at cpan.org>,
            gregor herrmann <gregoa at debian.org>,
            Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                libmodule-build-perl
 Build-Depends-Indep: perl,
                      libdata-dump-perl,
                      libtest-refcount-perl,
-                     libtest-tester-perl
+                     libtest-tester-perl | perl (>= 5.21.6)
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-trap-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-trap-perl.git
@@ -21,7 +22,7 @@ Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
          libdata-dump-perl,
-         libtest-tester-perl
+         libtest-tester-perl | perl (>= 5.21.6)
 Description: test module to trap exit codes, exceptions, output, etc.
  Test::Trap is a Perl test module useful primarily (but not exclusively) for
  test scripts: a block eval on steroids, configurable and extensible, but by
@@ -30,4 +31,3 @@ Description: test module to trap exit codes, exceptions, output, etc.
  .
  The values collected by the latest trap can then be queried or tested through
  as a special trap object.
-

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



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