[SCM] Debian packaging of carton CPAN distribution branch, master, updated. debian/0.9.7-1-4-gd289948

gregor herrmann gregoa at debian.org
Thu Jul 5 20:08:43 UTC 2012


The following commit has been merged in the master branch:
commit 89e2f0d4c6d4003703f01c305d9f397a99b82d13
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:11:35 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 5cdaec2..75d3478 100644
--- a/debian/control
+++ b/debian/control
@@ -1,42 +1,44 @@
 Source: carton
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Prokop <mika at debian.org>,
- gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.10.1),
- cpanminus (>= 1.5013),
- libcapture-tiny-perl,
- libcpan-meta-perl (>= 2.120921),
- libcpan-meta-requirements-perl,
- libexception-class-perl (>= 1.32),
- libjson-perl (>= 2.53),
- liblocal-lib-perl (>= 1.008000),
- libmodule-cpanfile-perl,
- libtest-requires-perl,
- libtry-tiny-perl (>= 0.09),
+Build-Depends-Indep: perl,
+                     cpanminus,
+                     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,
+                     libtest-requires-perl,
+                     libtry-tiny-perl (>= 0.09)
 Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/pkg-perl/packages/carton.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/carton.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/carton.git
 Homepage: http://search.cpan.org/dist/carton/
 
 Package: carton
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- cpanminus (>= 1.5013),
- libcapture-tiny-perl,
- libcpan-meta-perl (>= 2.120921),
- libcpan-meta-requirements-perl,
- libexception-class-perl (>= 1.32),
- libjson-perl (>= 2.53),
- liblocal-lib-perl (>= 1.008000),
- libmodule-cpanfile-perl,
- libtry-tiny-perl (>= 0.09),
- perl (>= 5.10.1)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         cpanminus,
+         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,
+         libtry-tiny-perl (>= 0.09),
+         perl
 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
  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.
+

-- 
Debian packaging of carton CPAN distribution



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