[libsoftware-license-perl] 04/07: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Tue Oct 22 19:14:35 UTC 2013


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

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

commit 8702bd450f6468cd277b040f5b9e996ee8e68d24
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Oct 22 21:05:05 2013 +0200

    Wrap and sort fields in debian/control file
---
 debian/control |   42 ++++++++++++++++++++++--------------------
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index a466d82..9b39564 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,24 @@
 Source: libsoftware-license-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Peter Pentchev <roam at ringlet.net>,
-           Jonathan Yu <jawnsy at cpan.org>,
-           Brian Cassidy <brian.cassidy at gmail.com>,
-           Ryan Niebur <ryan at debian.org>,
-           gregor herrmann <gregoa at debian.org>,
-           Ansgar Burchardt <ansgar at debian.org>,
-           Salvatore Bonaccorso <carnil at debian.org>,
-           Nicholas Bamber <nicholas at periapt.co.uk>,
-           Dominique Dumont <dod at debian.org>
+Uploaders:
+ Peter Pentchev <roam at ringlet.net>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Brian Cassidy <brian.cassidy at gmail.com>,
+ Ryan Niebur <ryan at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at debian.org>,
+ Salvatore Bonaccorso <carnil at debian.org>,
+ Nicholas Bamber <nicholas at periapt.co.uk>,
+ Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libdata-section-perl,
-                     libsub-install-perl,
-                     libtext-template-perl,
-                     perl,
-                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
+Build-Depends-Indep:
+ libdata-section-perl,
+ libsub-install-perl,
+ libtext-template-perl,
+ perl,
+ perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsoftware-license-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsoftware-license-perl.git
@@ -24,13 +26,13 @@ Homepage: https://metacpan.org/release/Software-License/
 
 Package: libsoftware-license-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libdata-section-perl,
-         libsub-install-perl,
-         libtext-template-perl
+Depends:
+ libdata-section-perl,
+ libsub-install-perl,
+ libtext-template-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: module providing templated software licenses
  Software::License is a Perl module used by various tools for module building,
  installation, and distribution to provide a simple way of referencing popular
  free and open-source software licenses.
-

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



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