[libpath-class-perl] 05/07: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sat Dec 14 06:31:45 UTC 2013


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

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

commit 5e3de8f9847ad9828da6d58a23ff61c01eee13a9
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Dec 14 07:10:46 2013 +0100

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

diff --git a/debian/control b/debian/control
index 3c49a6a..4650c36 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,16 @@
 Source: libpath-class-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Salvatore Bonaccorso <carnil at debian.org>,
-           Jonathan Yu <jawnsy at cpan.org>,
-           Ansgar Burchardt <ansgar at debian.org>,
-           Alessandro Ghedini <ghedo at debian.org>
+Uploaders:
+ Salvatore Bonaccorso <carnil at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-               perl (>= 5.11.4) | libmodule-build-perl,
-               perl (>= 5.13.9)
+Build-Depends:
+ debhelper (>= 8),
+ perl (>= 5.11.4) | libmodule-build-perl,
+ perl (>= 5.13.9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpath-class-perl.git
@@ -17,9 +19,7 @@ Homepage: https://metacpan.org/release/Path-Class/
 
 Package: libpath-class-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         perl (>= 5.13.9)
+Depends: perl (>= 5.13.9), ${misc:Depends}, ${perl:Depends}
 Description: module for cross-platform path specification manipulation
  Path::Class is a module for manipulation of file and directory specifications
  (strings describing their locations; for example: '/home/ken/foo.txt') in a
@@ -31,4 +31,3 @@ Description: module for cross-platform path specification manipulation
  model of path specifications and their semantics. In other words, it creates
  objects representing files and directories, and provides methods that relate
  them to each other.
-

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



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