[libemail-sender-transport-smtps-perl] 03/03: control

gregor herrmann gregoa at debian.org
Sun Dec 22 22:35:32 UTC 2013


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

gregoa pushed a commit to branch master
in repository libemail-sender-transport-smtps-perl.

commit 47a351da92cc2437157e2e50e827c6df551edd14
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 22 23:23:15 2013 +0100

    control
---
 debian/compat  |  2 +-
 debian/control | 33 +++++++++++++++++----------------
 2 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 120fc2b..2a327ab 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: libemail-sender-transport-smtps-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 8),
- perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9.20130630~),
+               libmodule-build-tiny-perl,
+               perl
 Build-Depends-Indep: libemail-sender-perl (>= 1.300006),
- libmodule-build-tiny-perl (>= 0.030),
- libnet-smtps-perl (>= 0.03)
+                     libnet-smtps-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libemail-sender-transport-smtps-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-sender-transport-smtps-perl.git
@@ -15,15 +15,16 @@ Homepage: https://metacpan.org/release/Email-Sender-Transport-SMTPS
 
 Package: libemail-sender-transport-smtps-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libemail-sender-perl (>= 1.300006),
- libnet-smtps-perl (>= 0.03)
-Description: Email::Sender joins Net::SMTPS
- This transport is used to send email over SMTP, either with or without secure
- sockets (SSL/TLS). it uses the great Net::SMTPS.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libemail-sender-perl (>= 1.300006),
+         libnet-smtps-perl
+Description: Perl module for sending mail via SSL/TLS
+ Email::Sender::Transport::SMTPS is an Email::Sender transport used to send
+ email over SMTP, either with or without secure sockets (SSL/TLS). It uses
+ Net::SMTPS.
  .
- that's based on a patch for Email::Sender::Transport::SMTP.
- https://github.com/fayland/email-sender/commit/bba4a590be87506248349293c5b457
- dfa533daae most of the code are copied from Email::Sender::Transport::SMTP
+ Email::Sender is a Perl module providing an interface to send email via many
+ backends, including sendmail, SMTP, delivering directly to mbox file, etc.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Net::SMTPS is a wrapper around Net::SMTP which adds support for SSL/STARTTLS.

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



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