[libcpan-changes-perl] 02/06: Adjust build dependency for Test::More
Salvatore Bonaccorso
carnil at debian.org
Fri Aug 9 17:44:07 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libcpan-changes-perl.
commit 6c5f600c99ebe81383268b4d5821a8fd6182e895
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri Aug 9 18:18:41 2013 +0200
Adjust build dependency for Test::More
Test::More 0.96 is require by tests. Adjust Build-Depends-Indep to an
alternate dependency perl (>= 5.13.4) | libtest-simple-perl (>= 0.96).
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index b31a976..55c326b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
- perl (>= 5.11.4) | libversion-perl (>= 1:0.7900)
+ perl (>= 5.11.4) | libversion-perl (>= 1:0.7900),
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>,
Jonathan Yu <jawnsy at cpan.org>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-changes-perl.git
More information about the Pkg-perl-cvs-commits
mailing list