[libmodule-find-perl] 05/07: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sun Feb 23 17:15:16 UTC 2014


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

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

commit c687af93df06e7c235ced19b820a44f92492abda
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 23 18:13:57 2014 +0100

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index c205291..1f9f004 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,12 @@ Source: libmodule-find-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: libtest-pod-coverage-perl,
+                     libtest-pod-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>
+           Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.9.3
 Homepage: https://metacpan.org/release/Module-List
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-find-perl.git
@@ -13,7 +15,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-fin
 
 Package: libmodule-find-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: module to find and use installed Perl modules
  Module::Find is a Perl module that allows developers to find and use modules
  in categories. This is useful for auto-detecting driver or plugin modules.

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



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