~ubuntu-branches/ubuntu/vivid/libnet-smtp-ssl-perl/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Maximilian Gass, gregor herrmann, Nathan Handler, Salvatore Bonaccorso, Maximilian Gass
  • Date: 2011-02-23 19:15:54 UTC
  • Revision ID: james.westby@ubuntu.com-20110223191554-u5r73r0rhy52sc3z
Tags: 1.01-3
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
  (source stanza).
* Remove version from dependency on libio-socket-ssl-perl, satisfied in
  lenny.

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Maximilian Gass ]
* Switch to debhelper compat level 8, minimize rules
* Update copyright file with new format
* Add libauthen-sasl-perl to Recommends (closes: #549524)
* Add myself to Uploaders
* Bump Standards-Version to 3.9.1: no changes necessary
* Switch to source format 3.0 (quilt)
* Improve short and long description a little

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libnet-smtp-ssl-perl
2
2
Section: perl
3
3
Priority: optional
4
 
Build-Depends: debhelper (>= 5)
5
 
Build-Depends-Indep: perl (>= 5.6.0-16), libio-socket-ssl-perl
 
4
Build-Depends: debhelper (>= 8)
 
5
Build-Depends-Indep: perl, libio-socket-ssl-perl
6
6
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7
7
Uploaders: gregor herrmann <gregoa@debian.org>,
8
 
 Damyan Ivanov <dmn@debian.org>
9
 
Standards-Version: 3.8.0
 
8
 Damyan Ivanov <dmn@debian.org>, Maximilian Gass <mxey@cloudconnected.org>
 
9
Standards-Version: 3.9.1
10
10
Homepage: http://search.cpan.org/dist/Net-SMTP-SSL/
11
11
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-smtp-ssl-perl/
12
 
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/
 
12
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/
13
13
 
14
14
Package: libnet-smtp-ssl-perl
15
15
Architecture: all
16
 
Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl (>= 1.06)
17
 
Description: SSL support for Net::SMTP
18
 
 Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
19
 
 network operations. Due to the nature of Net::SMTP's new method, it is not
20
 
 overridden to make use of a default port for the SMTPS service. Perhaps
 
16
Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl
 
17
Recommends: libauthen-sasl-perl
 
18
Description: Perl module providing SSL support to Net::SMTP
 
19
 Net::SMTP::SSL implements the same API as Net::SMTP, but uses IO::Socket::SSL
 
20
 for its network operations. Due to the nature of Net::SMTP's new method, it is
 
21
 not overridden to make use of a default port for the SMTPS service. Perhaps
21
22
 future versions will be smart like that. Port 465 is usually what you want,
22
23
 and it's not a pain to specify that.