[libstring-formatter-perl] 04/06: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sat Nov 9 06:19:01 UTC 2013


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

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

commit 4312c2b7f861c65a73de6bb22b4e86c8e94bb59b
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Nov 9 07:07:30 2013 +0100

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

diff --git a/debian/control b/debian/control
index 003e6f0..56cf542 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,14 @@
 Source: libstring-formatter-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
-           Jonathan Yu <jawnsy at cpan.org>,
-           Ansgar Burchardt <ansgar at debian.org>,
-           Salvatore Bonaccorso <carnil at debian.org>
+Uploaders:
+ gregor herrmann <gregoa at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libparams-util-perl,
-                     libsub-exporter-perl,
-                     perl
+Build-Depends-Indep: libparams-util-perl, libsub-exporter-perl, perl
 Standards-Version: 3.9.1
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-formatter-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-formatter-perl.git
@@ -17,10 +16,11 @@ Homepage: https://metacpan.org/release/String-Formatter/
 
 Package: libstring-formatter-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libparams-util-perl,
-         libsub-exporter-perl
+Depends:
+ libparams-util-perl,
+ libsub-exporter-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: module to build sprintf-like formatting routines
  String::Formatter is a tool for building sprintf-like formatting routines. It
  supports named or positional formatting, custom conversions, fixed string
@@ -28,4 +28,3 @@ Description: module to build sprintf-like formatting routines
  its behavior to write new kinds of format string expanders. For most cases,
  it should be easy to build all sorts of formatters out of the options built
  into String::Formatter.
-

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



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