[libcpanplus-dist-build-perl] 01/02: Explicitly (build) depend on liblog-message-perl
gregor herrmann
gregoa at debian.org
Fri Jun 27 18:56:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libcpanplus-dist-build-perl.
commit e58f357c2f3176125b5b7651aaceabf6b6778e94
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 27 20:52:55 2014 +0200
Explicitly (build) depend on liblog-message-perl
since the module is on its way out of perl core.
Closes: #752912
---
debian/control | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index d09bbd1..959bef6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libcpanplus-perl | perl (<< 5.17.0),
+ liblog-message-perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 3.9.5
@@ -17,7 +18,8 @@ Package: libcpanplus-dist-build-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
- libcpanplus-perl | perl (<< 5.17.0)
+ libcpanplus-perl | perl (<< 5.17.0),
+ liblog-message-perl
Description: CPANPLUS plugin to install packages that use Build.PL
CPANPLUS::Dist::Build is a distribution class for Module::Build related
modules. Using this package, you can create, install and uninstall perl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpanplus-dist-build-perl.git
More information about the Pkg-perl-cvs-commits
mailing list