[libtest-checkdeps-perl] 05/06: Allow CPAN::Meta to be provided by perl (>= 5.14).

Intrigeri intrigeri at alioth.debian.org
Tue Oct 1 16:34:03 UTC 2013


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

intrigeri pushed a commit to branch master
in repository libtest-checkdeps-perl.

commit 16b68cb56da84c93152c8b2fefb5e19cec85504a
Author: intrigeri <intrigeri at boum.org>
Date:   Tue Oct 1 16:24:41 2013 +0000

    Allow CPAN::Meta to be provided by perl (>= 5.14).
---
 debian/control |    2 +-
 debian/rules   |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index fc2f6b7..1642340 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Build-Depends: cdbs (>= 0.4.122~),
  devscripts,
  debhelper,
  dh-buildinfo,
- libcpan-meta-perl (>= 2.120920),
+ perl (>= 5.14) | libcpan-meta-perl (>= 2.120920),
  libcpan-meta-check-perl (>= 0.007),
  perl (>= 5.14) | libmodule-metatadata-perl,
  perl (>= 5.12) | libtest-simple-perl (>= 0.88)
diff --git a/debian/rules b/debian/rules
index 7a1df4c..101e62a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,8 @@ DEB_UPSTREAM_PACKAGE = Test-CheckDeps
 DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Test
 
 # Needed by upstream build process and (always) at runtime
-deps = libcpan-meta-perl (>= 2.120920), libcpan-meta-check-perl (>= 0.007)
+deps = perl (>= 5.14) | libcpan-meta-perl (>= 2.120920)
+deps +=, libcpan-meta-check-perl (>= 0.007)
 deps +=, perl (>= 5.14) | libmodule-metatadata-perl
 
 # Needed by upstream regression tests

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



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