[carton] 01/02: debian/control: update {versioned, alternative} (build) dependencies.

gregor herrmann gregoa at debian.org
Sat Aug 23 02:12:18 UTC 2014


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

gregoa pushed a commit to branch master
in repository carton.

commit 66f861d4c7a98be1954187a15c13af88ca386a87
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 22 17:27:49 2014 -0700

    debian/control: update {versioned,alternative} (build) dependencies.
---
 debian/control | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index de282ee..9ba899d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Michael Prokop <mika at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
-               libmodule-build-perl (>= 0.400400) | perl (>= 5.19.1),
+               libmodule-build-perl (>= 0.400400),
                perl (>= 5.17.10)
 Build-Depends-Indep: cpanminus (>= 1.6940),
                      libapp-fatpacker-perl,
@@ -15,7 +15,7 @@ Build-Depends-Indep: cpanminus (>= 1.6940),
                      libmodule-cpanfile-perl (>= 0.9031),
                      libmodule-reader-perl,
                      libmoo-perl (>= 1.002000),
-                     libpath-tiny-perl (>= 0.033),
+                     libpath-tiny-perl,
                      libtest-requires-perl,
                      libtry-tiny-perl (>= 0.09)
 Standards-Version: 3.9.5
@@ -33,11 +33,11 @@ Depends: ${misc:Depends},
          libexception-class-perl (>= 1.32),
          libfile-pushd-perl,
          libjson-perl (>= 2.53),
-         libmodule-build-perl (>= 0.400400) | perl (>= 5.19.1),
+         libmodule-build-perl (>= 0.400400),
          libmodule-cpanfile-perl (>= 0.9031),
          libmodule-reader-perl,
          libmoo-perl (>= 1.002000),
-         libpath-tiny-perl (>= 0.033),
+         libpath-tiny-perl,
          libtry-tiny-perl (>= 0.09),
          perl (>= 5.17.10)
 Description: Perl module dependency manager (aka Bundler for Perl)
@@ -46,4 +46,3 @@ Description: Perl module dependency manager (aka Bundler for Perl)
  cpanfile and tracked through the carton.lock file. It makes deployments
  easier and allows other developers of your application to have the exact same
  versions of the modules.
-

-- 
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