[libmodule-build-perl] 06/07: wrap-and-sort d/control

gregor herrmann gregoa at debian.org
Wed Nov 6 19:03:50 UTC 2013


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

gregoa pushed a commit to branch master
in repository libmodule-build-perl.

commit 3683d6e1aaec6db652df7fb167140b717cd22ef8
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Nov 6 19:49:24 2013 +0100

    wrap-and-sort d/control
    
    Git-Dch: Ignore
---
 debian/control |   53 +++++++++++++++++++++++++++++------------------------
 1 file changed, 29 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index 603e142..d445bab 100644
--- a/debian/control
+++ b/debian/control
@@ -3,21 +3,25 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libarchive-zip-perl,
- libmodule-metadata-perl,
- libpar-dist-perl,
- libperl-ostype-perl,
- libsoftware-license-perl,
- perl (>= 5.11.2) | libextutils-cbuilder-perl,
- perl (>= 5.12) | libextutils-parsexs-perl,
- perl (>= 5.13.9) | libversion-perl (>= 1:0.8700),
- perl (>= 5.13.10) | libcpan-meta-perl (>= 2.110420)
+                     libarchive-zip-perl,
+                     libmodule-metadata-perl,
+                     libpar-dist-perl,
+                     libperl-ostype-perl,
+                     libsoftware-license-perl,
+                     perl (>= 5.11.2) | libextutils-cbuilder-perl,
+                     perl (>= 5.12) | libextutils-parsexs-perl,
+                     perl (>= 5.13.10) | libcpan-meta-perl (>= 2.110420),
+                     perl (>= 5.13.9) | libversion-perl (>= 1:0.8700)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>, Niko Tyni <ntyni at debian.org>,
- gregor herrmann <gregoa at debian.org>, Damyan Ivanov <dmn at debian.org>,
- Antonio Radici <antonio at dyne.org>, Ryan Niebur <ryan at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, Nicholas Bamber <nicholas at periapt.co.uk>,
- Florian Schlichting <fsfs at debian.org>
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+           Niko Tyni <ntyni at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Antonio Radici <antonio at dyne.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Florian Schlichting <fsfs at debian.org>
 Standards-Version: 3.9.5
 Homepage: https://metacpan.org/release/Module-Build/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-build-perl.git
@@ -25,17 +29,18 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-bui
 
 Package: libmodule-build-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmodule-metadata-perl,
- libperl-ostype-perl,
- perl (>= 5.11.2) | libextutils-cbuilder-perl,
- perl (>= 5.12) | libextutils-parsexs-perl,
- perl (>= 5.13.9) | libversion-perl (>= 1:0.8700),
- perl (>= 5.13.10) | libcpan-meta-perl (>= 2.110420)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmodule-metadata-perl,
+         libperl-ostype-perl,
+         perl (>= 5.11.2) | libextutils-cbuilder-perl,
+         perl (>= 5.12) | libextutils-parsexs-perl,
+         perl (>= 5.13.10) | libcpan-meta-perl (>= 2.110420),
+         perl (>= 5.13.9) | libversion-perl (>= 1:0.8700)
 Recommends: libarchive-tar-perl,
- libmodule-signature-perl,
- libpod-readme-perl,
- libsoftware-license-perl
+            libmodule-signature-perl,
+            libpod-readme-perl,
+            libsoftware-license-perl
 Description: framework for building and installing Perl modules
  Module::Build is a framework for easily building, testing and installing Perl
  packages. It is meant as a next-generation replacement for ExtUtils::MakeMaker

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



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