[libparse-recdescent-perl] 04/07: wrap&sort d/control

gregor herrmann gregoa at debian.org
Fri May 1 15:04:22 UTC 2015


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

gregoa pushed a commit to branch master
in repository libparse-recdescent-perl.

commit bc6a4c3a0083c2752b3e49e51f80d0eb59d46221
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 1 17:00:44 2015 +0200

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 8a41148..dd72f53 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,13 @@ Source: libparse-recdescent-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- libtest-pod-perl,
- libtest-warn-perl
+Build-Depends-Indep: libtest-pod-perl,
+                     libtest-warn-perl,
+                     perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Parse-RecDescent/
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libparse-recdescent-perl.git
@@ -15,8 +16,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-recdesce
 
 Package: libparse-recdescent-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Breaks: libmail-imapclient-perl (<< 3.30-2), libcss-perl (<< 1.08-1+nmu2)
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Breaks: libcss-perl (<< 1.08-1+nmu2),
+        libmail-imapclient-perl (<< 3.30-2)
 Description: Perl module to create and use recursive-descent parsers
  Parse::RecDescent incrementally generates top-down recursive-descent text
  parsers from simple yacc-like grammar specifications. It provides:

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



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