debian/0000755000000000000000000000000011531275116007170 5ustar debian/control0000644000000000000000000000214411531274715010600 0ustar Source: libnet-smtp-ssl-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libio-socket-ssl-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Damyan Ivanov , Maximilian Gass Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Net-SMTP-SSL/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-smtp-ssl-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-smtp-ssl-perl/ Package: libnet-smtp-ssl-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libio-socket-ssl-perl 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 for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that. debian/copyright0000644000000000000000000000213011531273657011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Name: Net-SMTP-SSL Upstream-Contact: Casey West Source: http://search.cpan.org/dist/Net-SMTP-SSL/ Files: * Copyright: 2004, Casey West License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, gregor herrmann , 2011, Maximilian Gass 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000035411212456204010216 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Net-SMTP-SSL/ .*/Net-SMTP-SSL-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211531273502010363 0ustar 8 debian/changelog0000644000000000000000000000302711531275001011035 0ustar libnet-smtp-ssl-perl (1.01-3) unstable; urgency=low [ 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 -- Maximilian Gass Wed, 23 Feb 2011 19:15:54 +0100 libnet-smtp-ssl-perl (1.01-2) unstable; urgency=low [ Damyan Ivanov ] * Depend on fixed libio-socket-ssl-perl (>= 1.06) Closes: 474645 * add myself to Uploaders [ gregor herrmann ] * debian/control: change my email address. * Set Standards-Version to 3.8.0 (no changes). * debian/rules: remove some unneeded comments. -- gregor herrmann Mon, 16 Jun 2008 20:33:53 +0200 libnet-smtp-ssl-perl (1.01-1) unstable; urgency=low * Initial release (closes: #473303). -- gregor herrmann Sat, 29 Mar 2008 23:53:17 +0100 debian/source/0000755000000000000000000000000011531275053010470 5ustar debian/source/format0000644000000000000000000000001411531273502011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611531273502010244 0ustar #!/usr/bin/make -f %: dh $@