[libregexp-grammars-perl] 05/06: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sat Aug 16 04:36:47 UTC 2014


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

carnil pushed a commit to branch master
in repository libregexp-grammars-perl.

commit f50b95854c2543725e7fb8a3c1e45ac88e62f134
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Aug 16 06:32:56 2014 +0200

    Wrap and sort fields in debian/control file
---
 debian/control | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 55399e7..d3f6020 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,11 @@ Source: libregexp-grammars-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8), libmodule-build-perl
-Build-Depends-Indep: libtest-pod-perl, liblexical-var-perl, perl (>= 5.20) | perl (<< 5.18), perl
+Build-Depends-Indep:
+ liblexical-var-perl,
+ libtest-pod-perl,
+ perl,
+ perl (>= 5.20) | perl (<< 5.18)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Salvatore Bonaccorso <carnil at debian.org>
 Standards-Version: 3.9.5
@@ -12,7 +16,11 @@ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libregexp-grammars-perl.git
 
 Package: libregexp-grammars-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liblexical-var-perl, perl (>= 5.20) | perl (<< 5.18)
+Depends:
+ liblexical-var-perl,
+ perl (>= 5.20) | perl (<< 5.18),
+ ${misc:Depends},
+ ${perl:Depends}
 Description: Perl module to add grammatical parsing features to Perl 5.10 regexes
  Regexp::Grammars adds a small number of new regex constructs that can be used
  within Perl 5.10 patterns to implement complete recursive-descent parsing.

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



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