[libtext-quoted-perl] 07/09: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sat May 23 10:02:53 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtext-quoted-perl.

commit 5d6d7b343033d64a35926b98b81b7d62255e8b9e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 23 11:55:23 2015 +0200

    wrap&sort d/control
    
    Git-Dch: Ignore
---
 debian/control | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 2692ef1..0efb5b4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,12 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>,
- gregor herrmann <gregoa at debian.org>,
- Damyan Ivanov <dmn at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- Florian Schlichting <fsfs at debian.org>
-Build-Depends-Indep: perl, libtext-autoformat-perl
+           gregor herrmann <gregoa at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Florian Schlichting <fsfs at debian.org>
+Build-Depends-Indep: libtext-autoformat-perl,
+                     perl
 Build-Depends: debhelper (>= 8)
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Text-Quoted
@@ -16,9 +17,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-quoted-pe
 
 Package: libtext-quoted-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libtext-autoformat-perl
+Depends: libtext-autoformat-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module to extract the structure of a quoted mail message
  Text::Quoted examines the structure of some text which may contain
  multiple different levels of quoting, and turns the text into a nested
  data structure.
-

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



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