debian/0000755000000000000000000000000012216100141007152 5ustar debian/rules0000755000000000000000000000003612216100141010231 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000243012216100141010554 0ustar Source: libnet-server-mail-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libio-socket-ssl-perl (>= 1.84), libtest-most-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-server-mail-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-server-mail-perl.git Homepage: https://metacpan.org/release/Net-Server-Mail/ Package: libnet-server-mail-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Recommends: libio-socket-ssl-perl (>= 1.84) Description: versatile and extensible mail server framework Net::Server::Mail is a versatile and extensible implementation of the SMTP protocol and closely-related protocols like ESMTP and LMTP. The event driven object-oriented API makes it easy to incorporate the SMTP protocol into perl programs. . It provides a mechanism to easily add future or not yet implemented ESMTP extensions. Developers can hook code at each SMTP session state and change the module's behaviors by registering event call-backs. The class is designed to be easily inherited from. debian/source/0000755000000000000000000000000012216100141010452 5ustar debian/source/format0000644000000000000000000000001412216100141011660 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000570312216100141011031 0ustar libnet-server-mail-perl (0.21-1) unstable; urgency=low * Imported Upstream version 0.21 -- Xavier Guimard Tue, 17 Sep 2013 06:02:21 +0200 libnet-server-mail-perl (0.20-1) unstable; urgency=low * Imported Upstream version 0.20 * Update d/copy: + update years + add STARTTLS files * Add libio-socket-ssl-perl in recommended dependencies * Add libtest-most-perl in build dependencies * Remove spelling patch now included in upstream -- Xavier Guimard Wed, 15 May 2013 05:26:12 +0200 libnet-server-mail-perl (0.18-1) unstable; urgency=low [ Xavier Guimard ] * Imported Upstream version 0.18 * Take over for pkg-perl group * Update maintainer and uploaders + According to http://bugs.debian.org/677732#10, Ivan said that the Debian Perl Group is welcome to take any of his packages * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update source format to 3.0 (quilt) * Update debian/copyright (years and format) (Closes: #672730) * Update debian/watch * Update debian/rules to use "dh $@" * Add examples in package * Add spelling-and-pod-errors.patch * Update description (thanks to Daniel Kahn Gillmor for the review) [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs -- Xavier Guimard Sun, 03 Feb 2013 17:28:42 +0100 libnet-server-mail-perl (0.17-1) unstable; urgency=low * New upstream release. -- Ivan Kohler Tue, 03 Jun 2008 17:31:43 -0700 libnet-server-mail-perl (0.16-4) unstable; urgency=low * Disable tests during build; they require network access (closes: Bug#470435) -- Ivan Kohler Thu, 13 Mar 2008 17:55:26 -0700 libnet-server-mail-perl (0.16-3) unstable; urgency=low * Update debian/rules to current dh-make-perl template to fix "unconditional rmdir" FTBFS (closes: Bug#467861) -- Ivan Kohler Tue, 26 Feb 2008 21:33:38 -0800 libnet-server-mail-perl (0.16-2) unstable; urgency=low * Update watch file (closes: Bug#450020) -- Ivan Kohler Wed, 07 Nov 2007 13:27:07 -0800 libnet-server-mail-perl (0.16-1) unstable; urgency=low * New upstream release + Fixes bug in unused test (closes: Bug#426119) -- Ivan Kohler Tue, 12 Jun 2007 10:33:58 -0700 libnet-server-mail-perl (0.15-1) unstable; urgency=low * New upstream release (closes: Bug#405530) -- Ivan Kohler Sun, 08 Apr 2007 18:06:05 -0700 libnet-server-mail-perl (0.13-1) unstable; urgency=low * New upstream release (closes: Bug#329641). * Add watch file for uscan. -- Ivan Kohler Sat, 24 Sep 2005 02:38:26 -0700 libnet-server-mail-perl (0.08-1) unstable; urgency=low * Initial Release (closes; Bug#281539). -- Ivan Kohler Tue, 16 Nov 2004 01:52:53 -0800 debian/libnet-server-mail-perl.examples0000644000000000000000000000000512216100141015346 0ustar eg/* debian/compat0000644000000000000000000000000212216100141010350 0ustar 8 debian/copyright0000644000000000000000000000253112216100141011106 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-Server-Mail Source: https://metacpan.org/release/Net-Server-Mail/ Upstream-Contact: Xavier Guimard Files: * Copyright: 2002, Olivier Poitrey 2006-2013, Xavier Guimard License: Artistic or GPL-1+ Files: lib/Net/Server/Mail/ESMTP/STARTTLS.pm t/starttls.t Copyright: 2009, Dan Moore 2013, Mytram 2013, Xavier Guimard License: Artistic or GPL-1+ Files: debian/* Copyright: 2004-2008, Ivan Kohler 2012-2013, Xavier Guimard 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/watch0000644000000000000000000000025212216100141010202 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/Net-Server-Mail/ .*/Net-Server-Mail-([\.\d]+)\.(?:tar\.gz|tar|tgz)$