[libcpan-mini-perl] 01/02: Explicitly (build) depend on CPANPLUS.
gregor herrmann
gregoa at debian.org
Mon Sep 2 20:12:35 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcpan-mini-perl.
commit 01f5a7b374c3cff3c23101ceb5e13b7ca5a29fe4
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Sep 2 22:11:37 2013 +0200
Explicitly (build) depend on CPANPLUS.
Closes: #721656
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index ecf2b1f..49eeff1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,11 @@ Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
+ libcpanplus-perl | perl (<< 5.17.0),
libfile-homedir-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
liburi-perl,
- libwww-perl
+ libwww-perl,
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpan-mini-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-mini-perl.git
@@ -20,6 +21,7 @@ Package: libcpan-mini-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
+ libcpanplus-perl | perl (<< 5.17.0),
libfile-homedir-perl,
liburi-perl,
libwww-perl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-mini-perl.git
More information about the Pkg-perl-cvs-commits
mailing list