[carton] 05/06: Update build and runtime dependencies.

gregor herrmann gregoa at debian.org
Mon Aug 5 11:35:10 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository carton.

commit 83ceadf34d63877c3e322eb1bbe45638067eedd7
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 5 13:24:26 2013 +0200

    Update build and runtime dependencies.
---
 debian/control |   28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 3699536..f9ea1af 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,18 @@ Uploaders: Michael Prokop <mika at debian.org>,
            gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
+# we need ExtUtils::MakeMaker 6.64 (in core since 5.17.7)
+# and Getopt::Long 2.39 (in core since 5.17.10)
 Build-Depends: debhelper (>= 8),
-               perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100)
-Build-Depends-Indep: perl,
-                     cpanminus (>= 1.6000),
-                     libcapture-tiny-perl,
-                     libcpan-meta-perl (>= 2.120921) | perl (>= 5.17.1),
-                     libcpan-meta-requirements-perl | perl (>= 5.15.7),
+               libmodule-build-perl (>= 0.400400) | perl (>= 5.19.1),
+               perl (>= 5.17.10)
+Build-Depends-Indep: cpanminus (>= 1.6936),
                      libexception-class-perl (>= 1.32),
                      libjson-perl (>= 2.53),
                      liblocal-lib-perl (>= 1.008000),
-                     libmodule-cpanfile-perl,
+                     libmodule-cpanfile-perl (>= 0.9031),
+                     libmoo-perl (>= 1.002000),
+                     libpath-tiny-perl,
                      libtest-requires-perl,
                      libtry-tiny-perl (>= 0.09)
 Standards-Version: 3.9.4
@@ -24,18 +25,21 @@ Homepage: https://metacpan.org/release/Carton/
 
 Package: carton
 Architecture: all
+# we need ExtUtils::MakeMaker 6.64 (in core since 5.17.7)
+# and Getopt::Long 2.39 (in core since 5.17.10)
 Depends: ${misc:Depends},
          ${perl:Depends},
-         cpanminus (>= 1.6000),
+         cpanminus (>= 1.6936),
          libcapture-tiny-perl,
-         libcpan-meta-perl (>= 2.120921) | perl (>= 5.17.1),
-         libcpan-meta-requirements-perl | perl (>= 5.15.7),
          libexception-class-perl (>= 1.32),
          libjson-perl (>= 2.53),
          liblocal-lib-perl (>= 1.008000),
-         libmodule-cpanfile-perl,
+         libmodule-build-perl (>= 0.400400) | perl (>= 5.19.1),
+         libmodule-cpanfile-perl (>= 0.9031),
+         libmoo-perl (>= 1.002000),
+         libpath-tiny-perl,
          libtry-tiny-perl (>= 0.09),
-         perl
+         perl (>= 5.17.10)
 Description: Perl module dependency manager (aka Bundler for Perl)
  carton is a command line tool to track the Perl module dependencies for your
  Perl application. The required dependencies are managed through a file named

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list