[libemail-sender-perl] 07/08: Wrap and sort fields in debian/control file

Salvatore Bonaccorso carnil at debian.org
Sun Jan 12 07:31:11 UTC 2014


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

carnil pushed a commit to branch master
in repository libemail-sender-perl.

commit 3a96c9bf878504b167997637d87ea691ea228413
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Jan 12 08:26:07 2014 +0100

    Wrap and sort fields in debian/control file
---
 debian/control | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 5d8b549..b15b87a 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,8 @@ Build-Depends-Indep: libcapture-tiny-perl,
                      libtest-mockobject-perl,
                      libthrowable-perl (>= 0.200003),
                      libtry-tiny-perl,
-                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
-                     perl
+                     perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-sender-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-sender-perl.git
@@ -31,9 +31,7 @@ Homepage: https://metacpan.org/release/Email-Sender/
 
 Package: libemail-sender-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libcapture-tiny-perl,
+Depends: libcapture-tiny-perl,
          libemail-abstract-perl (>= 3.006),
          libemail-address-perl,
          libemail-simple-perl,
@@ -43,7 +41,9 @@ Depends: ${misc:Depends},
          libmoox-types-mooselike-perl,
          libsub-exporter-perl,
          libthrowable-perl (>= 0.200003),
-         libtry-tiny-perl
+         libtry-tiny-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Recommends: libauthen-sasl-perl
 Description: Perl module for sending email
  Email::Sender is a Perl module provides an interface to send email via many
@@ -52,4 +52,3 @@ Description: Perl module for sending email
  Email::Sender replaces the old and sometimes problematic Email::Send library
  (see libemail-send-perl), which did a decent job at handling very simple mail
  sending tasks, but was not suitable for serious use for a variety of reasons.
-

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



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