[libtest-dependencies-perl] 09/12: Refresh (build-) dependencies

Nick Morrott nickm-guest at moszumanska.debian.org
Mon Aug 8 23:58:12 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libtest-dependencies-perl.

commit c4bffb555f28dc8691322a2a1d4b012f275f12cb
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Aug 8 19:20:14 2016 +0100

    Refresh (build-) dependencies
---
 debian/control | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index b93ae6d..4105133 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,16 @@ Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
                      libb-perlreq-perl,
-                     libfile-find-rule-perl,
-                     libyaml-perl,
+                     libfile-find-rule-perl-perl,
                      libpod-strip-perl,
+                     libtest-needs-perl,
                      libtest-pod-perl,
-                     libtest-pod-coverage-perl
+                     libtest-pod-coverage-perl,
+# Work around test failures with older versions of Test::More
+# https://github.com/ehuelsmann/perl-Test-Dependencies/issues/5
+                     libtest-simple-perl (>= 1.302049),
+                     libyaml-perl,
+                     perl (>= 5.15.9) | libcpan-meta-requirements-perl (>= 2.120620)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
            Jonathan Yu <jawnsy at cpan.org>
@@ -22,10 +27,10 @@ Package: libtest-dependencies-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
-         libfile-find-rule-perl,
-         libyaml-perl,
          libb-perlreq-perl,
-         libpod-strip-perl
+         libfile-find-rule-perl-perl,
+         libpod-strip-perl,
+         libyaml-perl
 Description: module to verify dependencies listed in Makefile.PL
  Test::Dependencies makes sure that all of the modules that are 'use'd are
  listed in the Makefile.PL as dependencies. Target users are Perl module

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



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