[SCM] Debian packaging of perlbrew branch, master, updated. debian/0.43-1-2-g818cc43

gregor herrmann gregoa at debian.org
Thu Jul 5 21:11:47 UTC 2012


The following commit has been merged in the master branch:
commit addab347a6875176ca06982a1ac7956eb480697b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:07:42 2012 -0600

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

diff --git a/debian/control b/debian/control
index 238d79c..45e3be1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,39 @@
 Source: perlbrew
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- perl-doc,
- libcapture-tiny-perl (>= 0.18),
- libcpan-perl-releases-perl,
- libdevel-patchperl-perl,
- libfile-path-tiny-perl,
- libio-all-perl,
- liblocal-lib-perl (>= 1.008000),
- libpath-class-perl,
- libtest-exception-perl,
- libtest-output-perl,
- perl (>= 5.14) | libtest-simple-perl (>= 0.98),
- libtest-spec-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alessandro Ghedini <ghedo at debian.org>
+                     perl-doc,
+                     libcapture-tiny-perl (>= 0.18),
+                     libcpan-perl-releases-perl,
+                     libdevel-patchperl-perl,
+                     libfile-path-tiny-perl,
+                     libio-all-perl,
+                     liblocal-lib-perl (>= 1.008000),
+                     libpath-class-perl,
+                     libtest-exception-perl,
+                     libtest-output-perl,
+                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+                     libtest-spec-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/App-perlbrew/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/perlbrew.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/perlbrew.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/perlbrew.git
+Homepage: http://search.cpan.org/dist/App-perlbrew/
 
 Package: perlbrew
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcapture-tiny-perl (>= 0.18),
- libcpan-perl-releases-perl,
- libdevel-patchperl-perl,
- libfile-path-tiny-perl,
- liblocal-lib-perl (>= 1.008000),
- libc6-dev | libc-dev,
- make, gcc
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcapture-tiny-perl (>= 0.18),
+         libcpan-perl-releases-perl,
+         libdevel-patchperl-perl,
+         libfile-path-tiny-perl,
+         liblocal-lib-perl (>= 1.008000),
+         libc6-dev | libc-dev,
+         make,
+         gcc
 Recommends: perl-doc
 Description: script to manage perl installations in your $HOME
  perlbrew is a program to automate the building and installation of perl
@@ -40,3 +42,4 @@ Description: script to manage perl installations in your $HOME
  provides, in your shell configuration file. You then can benefit from not
  having to run 'sudo' commands to install cpan modules because those are
  installed inside your HOME too. It's a completely separate perl environment.
+

-- 
Debian packaging of perlbrew



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