debian/0000755000000000000000000000000011366074315007174 5ustar debian/control0000644000000000000000000000276611366073425010613 0ustar Source: libnet-smtp-server-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Deepak Tripathi , gregor herrmann Standards-Version: 3.8.4 Homepage: http://www.macgyver.org/software/perl Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnet-smtp-server-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnet-smtp-server-perl/ Package: libnet-smtp-server-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnet-dns-perl Description: native Perl SMTP Server implementation for Perl The Net::SMTP::Server module implements an RFC 821 compliant SMTP server, completely in Perl. It's extremely extensible, so adding in things like spam filtering, or more advanced routing and handling features can be easily handled. An additional module, Net::SMTP::Server::Relay has also been implemented as an example of just one application of this extensibility. See the pod for more details on that module. This extension has been tested on both Unix and Win32 platforms. . Creating a new server is as trivial as: . $server = new Net::SMTP::Server($host, $port); . This creates a new SMTP::Server. Both $host and $port are optional, and default to the current hostname and the standard SMTP port (25). However, if you run on a multi-homed machine, you may want to explicitly specify which interface to bind to. debian/libnet-smtp-server-perl.examples0000644000000000000000000000000511366073357015436 0ustar ex/* debian/copyright0000644000000000000000000000232211366073761011132 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: MacGyver (aka Habeeb J. Dihu) Source: http://search.cpan.org/dist/Net-SMTP-Server/ Name: Net-SMTP-Server Files: * Copyright: 1999, MacGyver (aka Habeeb J. Dihu) License: Artistic or GPL-1+ Files: debian/* Copyright: 2002, Elie Rosenblum 2007, Deepak Tripathi 2007, Michael Ablassmeier 2007, 2010, 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/watch0000644000000000000000000000013311212337700010210 0ustar version=3 http://search.cpan.org/dist/SMTP-Server/ .*/SMTP-Server-([[:digit:]].*)\.tar\.gz debian/compat0000644000000000000000000000000211366073215010370 0ustar 7 debian/changelog0000644000000000000000000000406411366074243011052 0ustar libnet-smtp-server-perl (1.1-4) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Use dist-based URL in debian/watch. * Change Homepage field and remove misspelled pseudo-field Homepage from long description (closes: #509105). * Add libnet-dns-perl to Depends (closes: #579492). * Switch to debhelper 7. * Convert to source format 3.0 (quilt). * Don't install README anymore. * Add /me to Uploaders. * Set Standards-Version to 3.8.4; remove version from perl build dependency. * debian/copyright: use DEP5 formatting. -- gregor herrmann Wed, 28 Apr 2010 20:04:18 +0200 libnet-smtp-server-perl (1.1-3) unstable; urgency=low * New maintainer (Closes: #430979) * Add debian/watch * Add Homapage in debian/control -- Deepak Tripathi Thu, 19 Jul 2007 21:15:09 +0530 libnet-smtp-server-perl (1.1-2) unstable; urgency=low * QA upload. * Set maintainer to QA Group; Orphaned: #430979 * Bump compat level to 4 * Move debhelper to B-D * Conforms with latest Standards Version 3.7.2 -- Michael Ablassmeier Fri, 13 Jul 2007 07:35:05 +0200 libnet-smtp-server-perl (1.1-1) unstable; urgency=low * New upstream version -- Elie Rosenblum Sun, 22 Sep 2002 14:07:31 -0400 libnet-smtp-server-perl (1.0-2) unstable; urgency=low * Changed build from binary-arch to binary-indep (closes: #157496) * Fixed SMTP greeting success code (closes: #147884) * Included specific paths to individual licenses instead of just the directory /usr/share/common-licenses (closes: #157632). I think the original wording was fine but I don't mind changing it. -- Elie Rosenblum Sun, 22 Sep 2002 14:03:14 -0400 libnet-smtp-server-perl (1.0-1) unstable; urgency=low * Initial Release. (Closes: #145337) -- Elie Rosenblum Thu, 9 May 2002 20:24:20 -0400 Local variables: mode: debian-changelog End: debian/source/0000755000000000000000000000000011366074260010473 5ustar debian/source/format0000644000000000000000000000001411366073262011702 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611366073216010252 0ustar #!/usr/bin/make -f %: dh $@