debian/0000755000000000000000000000000012264541150007166 5ustar debian/rules0000755000000000000000000000003612264541150010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000210212264541150010564 0ustar Source: libnet-smtpauth-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libauthen-sasl-perl, libdigest-hmac-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-smtpauth-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-smtpauth-perl.git Homepage: https://metacpan.org/release/Net-SMTP_auth Package: libnet-smtpauth-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libauthen-sasl-perl, libdigest-hmac-perl Description: Perl module that provides SMTP authentication (Net::SMTP_auth) Net::SMTP_auth implements a client interface to the SMTP and ESMTP protocol AUTH service extension, enabling a perl5 application to talk to and authenticate against SMTP servers. . This module supplies a more powerful environment than Net::SMTP (provided by perl-modules). debian/libnet-smtpauth-perl.examples0000644000000000000000000000000512264541150015001 0ustar eg/* debian/source/0000755000000000000000000000000012264541150010466 5ustar debian/source/format0000644000000000000000000000001412264541150011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000322312264541150011040 0ustar libnet-smtpauth-perl (0.08-4) unstable; urgency=medium * Take over for the Debian Perl Group; Closes: #733553 -- RFA/ITA * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); ${misc:Depends} to Depends: field. Changed: Homepage field changed to metacpan.org URL; Maintainer set to Debian Perl Group (was: Debian QA Group ). * debian/watch: use metacpan-based URL. * Switch to "3.0 (quilt)" source format. * Use dh(1) and debhelper compatibility level 8. * debian/copyright: switch formatting to Copyright-Format 1.0. * Add /me to Uploaders. * Drop version from perl build dependency. * Add build dependencies needed by tests. * Mention module name in long description. * Add patch to fix a POD error. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 12 Jan 2014 17:26:44 +0100 libnet-smtpauth-perl (0.08-3) unstable; urgency=low * Orphaned. Set maintainer to Debian QA Group. -- Nacho Barrientos Arias Sun, 29 Dec 2013 21:47:32 +0000 libnet-smtpauth-perl (0.08-2) unstable; urgency=low * Little maintenance release * debian/control + Bumping standards version to 3.7.3. + Moving the Homepage information to the right place. + New maintainer's email address. * debian/watch + Improved. -- Nacho Barrientos Arias Sun, 09 Mar 2008 11:02:13 +0100 libnet-smtpauth-perl (0.08-1) unstable; urgency=low * Initial release (Closes: #366359). -- Nacho Barrientos Arias Sun, 7 May 2006 22:59:36 +0200 debian/compat0000644000000000000000000000000212264541150010364 0ustar 8 debian/patches/0000755000000000000000000000000012264541150010615 5ustar debian/patches/series0000644000000000000000000000001212264541150012023 0ustar pod.patch debian/patches/pod.patch0000644000000000000000000000073212264541150012422 0ustar Description: fix POD error Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=92078 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=92078 Author: gregor herrmann Last-Update: 2014-01-12 --- a/SMTP_auth.pm +++ b/SMTP_auth.pm @@ -178,6 +178,8 @@ taken from Net::SMTP as all other methods (except I and I) are, too. +=back + =head1 METHODS Unless otherwise stated all methods return either a I or I debian/copyright0000644000000000000000000000223712264541150011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Net-SMTP_auth Upstream-Contact: Alex Pleiner , zeitform Internet Dienste. Upstream-Name: Net-SMTP_auth Files: * Copyright: 2001, 2003, 2006, Alex Pleiner , zeitform Internet Dienste. License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, 2008, 2013, Nacho Barrientos Arias 2014, 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/watch0000644000000000000000000000016712264541150010223 0ustar version=3 https://metacpan.org/release/Net-SMTP_auth .*/Net-SMTP_auth-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/libnet-smtpauth-perl.docs0000644000000000000000000000000712264541150014115 0ustar README