[libcpanplus-perl] 01/03: Explicitly (build) depend on a couple of modules
gregor herrmann
gregoa at debian.org
Fri Jun 27 18:51:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcpanplus-perl.
commit fd13dbb34fc96a3de00bb4801fd9957cf608e781
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 27 20:38:37 2014 +0200
Explicitly (build) depend on a couple of modules
which were removed from Perl core.
Closes: #752911
---
debian/control | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index d6e70af..d713b97 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl, liblog-message-perl, libobject-accessor-perl,
+ libarchive-extract-perl | perl (<< 5.17),
+ libmodule-pluggable-perl | perl (<< 5.17)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcpanplus-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpanplus-perl.git
@@ -12,7 +14,9 @@ Homepage: https://metacpan.org/release/CPANPLUS
Package: libcpanplus-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, liblog-message-perl,
+ libobject-accessor-perl, libarchive-extract-perl | perl (<< 5.17),
+ libmodule-pluggable-perl | perl (<< 5.17)
Provides: cpanplus
Description: API & CLI access to the CPAN mirrors
The CPANPLUS library is an API to the CPAN mirrors and a collection of
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpanplus-perl.git
More information about the Pkg-perl-cvs-commits
mailing list