[libmime-tools-perl] 05/06: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Mon Dec 2 22:36:11 UTC 2013


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

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

commit 09df42e818ad7851eecf02c6d25bbf3907b74a7f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Dec 2 23:24:10 2013 +0100

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

diff --git a/debian/control b/debian/control
index f852013..7152a63 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,22 @@
 Source: libmime-tools-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Niko Tyni <ntyni at iki.fi>,
-           Damyan Ivanov <dmn at debian.org>,
-           gregor herrmann <gregoa at debian.org>,
-           Jonathan Yu <jawnsy at cpan.org>,
-           Nicholas Bamber <nicholas at periapt.co.uk>,
-           Salvatore Bonaccorso <carnil at debian.org>
+Uploaders:
+ Niko Tyni <ntyni at iki.fi>,
+ Damyan Ivanov <dmn at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Nicholas Bamber <nicholas at periapt.co.uk>,
+ Salvatore Bonaccorso <carnil at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libconvert-binhex-perl,
-                     libtest-deep-perl,
-                     libmailtools-perl,
-                     libtest-pod-perl,
-                     netbase,
-                     perl
+Build-Depends-Indep:
+ libconvert-binhex-perl,
+ libmailtools-perl,
+ libtest-deep-perl,
+ libtest-pod-perl,
+ netbase,
+ perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmime-tools-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmime-tools-perl.git
@@ -22,14 +24,15 @@ Homepage: https://metacpan.org/release/MIME-tools/
 
 Package: libmime-tools-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libconvert-binhex-perl,
-         libmailtools-perl
+Depends:
+ libconvert-binhex-perl,
+ libmailtools-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Breaks: libmime-perl (<< 5.425-2)
 Provides: libmime-perl
 Replaces: libmime-perl (<< 5.425-2)
 Description: Perl5 modules for MIME-compliant messages
  This package provides the MIME-tools modules. MIME-tools is a
  collection of Perl5 MIME:: modules for parsing, decoding, and generating
- single- or multipart (even nested multipart) MIME messages. 
+ single- or multipart (even nested multipart) MIME messages.

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



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