[libcpanplus-dist-build-perl] 01/02: Explicitly (build) depend on CPANPLUS.

gregor herrmann gregoa at debian.org
Mon Sep 2 20:14:10 UTC 2013


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 1cbef7418ae0c8360b25febca5780c10d6c7b849
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Sep 2 22:13:06 2013 +0200

    Explicitly (build) depend on CPANPLUS.
    
    Closes: #721657
---
 debian/control |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 93f28cb..f47d1ee 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ 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,
+ libcpanplus-perl | perl (<< 5.17.0),
  libtest-pod-perl,
  libtest-pod-coverage-perl
 Standards-Version: 3.9.4
@@ -14,7 +15,8 @@ Homepage: https://metacpan.org/release/CPANPLUS-Dist-Build/
 
 Package: libcpanplus-dist-build-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends},
+ libcpanplus-perl | perl (<< 5.17.0)
 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