[libapp-nopaste-perl] 01/02: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sat Aug 24 14:02:48 UTC 2013


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

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

commit 6faa97fe0246a8f50ecc3113d64c8ff4ca0f5f9d
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Aug 24 15:57:48 2013 +0200

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

diff --git a/debian/control b/debian/control
index 73ead11..73aeac2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,23 @@
 Source: libapp-nopaste-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>,
-           Jonathan Yu <jawnsy at cpan.org>,
-           gregor herrmann <gregoa at debian.org>,
-           Damyan Ivanov <dmn at debian.org>,
-           Salvatore Bonaccorso <carnil at debian.org>
+Uploaders:
+ Ryan Niebur <ryan at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Damyan Ivanov <dmn at debian.org>,
+ Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
-                     libbrowser-open-perl,
-                     libclass-load-perl,
-                     libjson-perl,
-                     libgetopt-long-descriptive-perl (>= 0.090),
-                     libmodule-pluggable-perl | perl (<< 5.17.0),
-                     liburi-perl,
-                     libwww-mechanize-perl
+Build-Depends-Indep:
+ libbrowser-open-perl,
+ libclass-load-perl,
+ libgetopt-long-descriptive-perl (>= 0.090),
+ libjson-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ liburi-perl,
+ libwww-mechanize-perl,
+ perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-nopaste-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-nopaste-perl.git
@@ -23,15 +25,16 @@ Homepage: https://metacpan.org/release/App-Nopaste/
 
 Package: libapp-nopaste-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libbrowser-open-perl,
-         libclass-load-perl,
-         libjson-perl,
-         libmodule-pluggable-perl | perl (<< 5.17.0),
-         libgetopt-long-descriptive-perl (>= 0.090),
-         liburi-perl,
-         libwww-mechanize-perl
+Depends:
+ libbrowser-open-perl,
+ libclass-load-perl,
+ libgetopt-long-descriptive-perl (>= 0.090),
+ libjson-perl,
+ libmodule-pluggable-perl | perl (<< 5.17.0),
+ liburi-perl,
+ libwww-mechanize-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Suggests: git
 Provides: nopaste
 Description: application for easy access to any pastebin
@@ -43,4 +46,3 @@ Description: application for easy access to any pastebin
  Each pastebin is slightly different; this program attempts to encapsulate the
  differences between them and provide a unified, redundant interface to upload
  code. If one site doesn't work, it simply tries a different one.
-

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



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