debian/0000755000000000000000000000000012224025665007172 5ustar debian/rules0000755000000000000000000000003612224025665010251 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000260312224025665010576 0ustar Source: libnet-smtps-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libauthen-sasl-perl, libio-socket-ssl-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-smtps-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-smtps-perl.git Homepage: https://metacpan.org/release/Net-SMTPS/ Package: libnet-smtps-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libauthen-sasl-perl, libio-socket-ssl-perl Description: SSL/STARTTLS support for Net::SMTP Net::SMTPS implements a wrapper for Net::SMTP, enabling over-SSL/STARTTLS support. This module inherits all the methods from Net::SMTP. You may use all the friendly options that came bundled with Net::SMTP. You can control the SSL usage with the options of new() constructor method. 'doSSL' option is the switch, and, If you would like to control detailed SSL settings, you can set SSL_* options that are brought from IO::Socket::SSL. Please see the document of IO::Socket::SSL about these options detail. . Just one method difference from the Net::SMTP, you may select SMTP AUTH mechanism as the third option of auth() method. debian/source/0000755000000000000000000000000012224025665010472 5ustar debian/source/format0000644000000000000000000000001412224025665011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000047112224025665011046 0ustar libnet-smtps-perl (0.03-1) unstable; urgency=low * New upstream release. -- gregor herrmann Sat, 05 Oct 2013 17:09:38 +0200 libnet-smtps-perl (0.1-1) unstable; urgency=low * Initial release (closes: #709049). -- gregor herrmann Mon, 20 May 2013 15:33:42 +0200 debian/compat0000644000000000000000000000000212224025665010370 0ustar 8 debian/copyright0000644000000000000000000000200512224025665011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-SMTPS Source: https://metacpan.org/release/Net-SMTPS/ Upstream-Contact: Tomo.M Files: * Copyright: 2013, Tomo.M License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016012224025665010220 0ustar version=3 https://metacpan.org/release/Net-SMTPS/ .*/Net-SMTPS-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$