[perlbrew] 07/09: Update (build) dependencies.

gregor herrmann gregoa at debian.org
Wed Oct 1 18:23:55 UTC 2014


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

gregoa pushed a commit to branch master
in repository perlbrew.

commit 76af54d2d1e968a8386d9116649807bae899bc66
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 1 20:07:30 2014 +0200

    Update (build) dependencies.
---
 debian/control | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 9570b75..9bae8ae 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,19 @@ Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
+# in theory Pod::Usage >= 1.64 but 1.63 should be good enough
 Build-Depends-Indep: curl | wget,
-                     libcapture-tiny-perl (>= 0.22),
-                     libcpan-perl-releases-perl (>= 1.26),
-                     libdevel-patchperl-perl (>= 1.00),
-                     libio-all-perl (>= 0.46),
-                     liblocal-lib-perl (>= 1.008026),
-                     libpath-class-perl,
-                     libtest-exception-perl,
-                     libtest-nowarnings-perl,
-                     libtest-output-perl,
-                     libtest-spec-perl (>= 0.46),
-                     perl,
-                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+                     libcapture-tiny-perl (>= 0.25),
+                     libcpan-perl-releases-perl (>= 1.84),
+                     libdevel-patchperl-perl (>= 1.24),
+                     libio-all-perl (>= 0.51),
+                     liblocal-lib-perl (>= 2.000014),
+                     libpath-class-perl (>= 0.33),
+                     libtest-exception-perl (>= 0.32),
+                     libtest-nowarnings-perl (>= 1.04),
+                     libtest-output-perl (>= 1.03),
+                     libtest-spec-perl (>= 0.47),
+                     perl (>= 5.19.9),
                      perl-doc
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/perlbrew.git
@@ -25,16 +25,18 @@ Homepage: https://metacpan.org/release/App-perlbrew
 
 Package: perlbrew
 Architecture: all
+# in theory Pod::Usage >= 1.64 but 1.63 should be good enough
 Depends: ${misc:Depends},
          ${perl:Depends},
          curl | wget,
          gcc,
          libc6-dev | libc-dev,
-         libcapture-tiny-perl (>= 0.22),
-         libcpan-perl-releases-perl (>= 1.26),
-         libdevel-patchperl-perl (>= 1.00),
-         liblocal-lib-perl (>= 1.008026),
-         make
+         libcapture-tiny-perl (>= 0.25),
+         libcpan-perl-releases-perl (>= 1.84),
+         libdevel-patchperl-perl (>= 1.24),
+         liblocal-lib-perl (>= 2.000014),
+         make,
+         perl (>= 5.19.9)
 Recommends: perl-doc
 Description: script to manage perl installations in your $HOME
  perlbrew is a program to automate the building and installation of perl

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



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