[perlbrew] 05/09: cme: reformat debian/control

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 d66b236860eaf7020c96f68c195ef3ce1c9bffc7
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 1 19:56:56 2014 +0200

    cme: reformat debian/control
    
    Git-Dch: Ignore
---
 debian/control | 45 ++++++++++++++++++++++++---------------------
 1 file changed, 24 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 3471b3e..29639be 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,20 @@ Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, perl-doc,
- 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 (>= 5.13.11) | libtest-simple-perl (>= 0.98)
+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),
+                     perl-doc
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/perlbrew.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/perlbrew.git
@@ -24,14 +25,16 @@ Homepage: https://metacpan.org/release/App-perlbrew
 
 Package: perlbrew
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- curl | wget,
- libcapture-tiny-perl (>= 0.22),
- libcpan-perl-releases-perl (>= 1.26),
- libdevel-patchperl-perl (>= 1.00),
- liblocal-lib-perl (>= 1.008026),
- libc6-dev | libc-dev,
- make, gcc
+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
 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