[libnet-smtp-ssl-perl] 01/02: Apply wrap-and-sort
Axel Beckert
abe at deuxchevaux.org
Wed Mar 12 17:38:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libnet-smtp-ssl-perl.
commit 3eb9f3d384cd5bfd1be41e37ba4cdb28c012ecf3
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Wed Mar 12 18:37:54 2014 +0100
Apply wrap-and-sort
---
debian/changelog | 3 +++
debian/control | 10 +++++++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 794facb..6bbb03e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ libnet-smtp-ssl-perl (1.01-4) UNRELEASED; urgency=low
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.
+ [ Axel Beckert ]
+ * Apply wrap-and-sort
+
-- Ansgar Burchardt <ansgar at debian.org> Wed, 27 Jul 2011 18:46:34 +0200
libnet-smtp-ssl-perl (1.01-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 40308c2..60855a9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,12 @@ Source: libnet-smtp-ssl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libio-socket-ssl-perl
+Build-Depends-Indep: libio-socket-ssl-perl,
+ perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa at debian.org>,
- Damyan Ivanov <dmn at debian.org>, Maximilian Gass <mxey at cloudconnected.org>
+ Damyan Ivanov <dmn at debian.org>,
+ Maximilian Gass <mxey at cloudconnected.org>
Standards-Version: 3.9.1
Homepage: https://metacpan.org/release/Net-SMTP-SSL
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-smtp-ssl-perl.git
@@ -13,7 +15,9 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-smtp-s
Package: libnet-smtp-ssl-perl
Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl
+Depends: libio-socket-ssl-perl,
+ ${misc:Depends},
+ ${perl:Depends}
Recommends: libauthen-sasl-perl
Description: Perl module providing SSL support to Net::SMTP
Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-smtp-ssl-perl.git
More information about the Pkg-perl-cvs-commits
mailing list