[libppi-perl] 03/06: Wrap and sort fields in debian/control

Salvatore Bonaccorso carnil at debian.org
Mon Aug 25 17:39:56 UTC 2014


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

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

commit 62b0464c257548a8837b6c81fc0235a2bc1c0edc
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Aug 25 19:24:59 2014 +0200

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

diff --git a/debian/control b/debian/control
index 383fdbf..1c49aa7 100644
--- a/debian/control
+++ b/debian/control
@@ -7,17 +7,17 @@ Uploaders: Damyan Ivanov <dmn at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: libclass-inspector-perl,
+                     libclone-perl,
+                     libfile-remove-perl,
+                     libio-string-perl,
                      liblist-moreutils-perl,
                      libparams-util-perl,
                      libtask-weaken-perl,
-                     libclone-perl,
-                     libio-string-perl,
-                     libfile-remove-perl,
-                     libtest-subcalls-perl,
                      libtest-nowarnings-perl,
-                     libclass-inspector-perl,
-                     libtest-object-perl
+                     libtest-object-perl,
+                     libtest-subcalls-perl,
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libppi-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libppi-perl.git
@@ -25,13 +25,13 @@ Homepage: https://metacpan.org/release/PPI
 
 Package: libppi-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
+Depends: libclone-perl,
          libio-string-perl,
-         libtask-weaken-perl,
-         libclone-perl,
+         liblist-moreutils-perl,
          libparams-util-perl,
-         liblist-moreutils-perl
+         libtask-weaken-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: module to parse, analyze and manipulate Perl code
  PPI provides the ability to parse, analyze and manipulate Perl code without
  actually executing the code, by implementing a lexer similar to what perl has
@@ -43,4 +43,3 @@ Description: module to parse, analyze and manipulate Perl code
  without executing it, including other libraries. A significant feature of PPI
  is the ability to analyze Perl source code without requiring an instance of
  perl to run alongside or inside the parser.
-

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



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