[libppix-regexp-perl] 03/04: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Thu Nov 21 22:24:29 UTC 2013


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

carnil pushed a commit to branch master
in repository libppix-regexp-perl.

commit 2a656d934a86d4e8bd492298c441b7e47a93ae5d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Nov 21 23:14:12 2013 +0100

    Wrap and sort fields in debian/control file
---
 debian/control |   28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index f231c5d..8b6f737 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,14 @@
 Source: libppix-regexp-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
-           Jose Luis Rivas <ghostbar at debian.org>,
-           Ansgar Burchardt <ansgar at debian.org>,
-           Salvatore Bonaccorso <carnil at debian.org>
+Uploaders:
+ Jonathan Yu <jawnsy at cpan.org>,
+ Jose Luis Rivas <ghostbar at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               perl
-Build-Depends-Indep: liblist-moreutils-perl,
-                     libppi-perl,
-                     libtask-weaken-perl
+Build-Depends: debhelper (>= 8), perl
+Build-Depends-Indep: liblist-moreutils-perl, libppi-perl, libtask-weaken-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libppix-regexp-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libppix-regexp-perl.git
@@ -18,14 +16,14 @@ Homepage: https://metacpan.org/release/PPIx-Regexp/
 
 Package: libppix-regexp-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         liblist-moreutils-perl,
-         libppi-perl,
-         libtask-weaken-perl
+Depends:
+ liblist-moreutils-perl,
+ libppi-perl,
+ libtask-weaken-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: module to parse regular expressions
  PPIx::Regexp is a Perl module that parses regular expressions in a manner
  similar to the way that PPI (see libppi-perl) parses Perl documents. This
  class forms the root of the parse tree, which is similar to PPI::Document.
  Like PPI, this module produces output which is round-trip safe.
-

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



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