[libmodule-info-perl] 05/08: sort&wrap d/control

gregor herrmann gregoa at debian.org
Sat May 30 21:34:48 UTC 2015


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

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

commit 4ddd2a9c37a4c8e3a0f89850ce60f24d26e9e9bd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 30 23:20:33 2015 +0200

    sort&wrap d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index b8750e2..0833e84 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,15 @@ Source: libmodule-info-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libmodule-build-perl (>= 0.400000),
- libtest-pod-perl,
- libtest-pod-coverage-perl
+Build-Depends-Indep: libmodule-build-perl (>= 0.400000),
+                     libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Florian Schlichting <fsfs at debian.org>
+           Ansgar Burchardt <ansgar at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Florian Schlichting <fsfs at debian.org>
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Module-Info
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-info-perl.git
@@ -17,8 +18,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-info-pe
 
 Package: libmodule-info-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module providing information about Perl modules
  Module::Info is a Perl module for determining information about Perl modules
  without actually loading the module. It isn't actually specific to modules
- and should work on any Perl code. 
+ and should work on any Perl code.

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



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