r5908 - in /packages/libnet-smtp-server-perl/trunk/debian: ./ changelog compat control copyright rules watch

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Thu Jul 19 16:02:42 UTC 2007


Author: deepak-guest
Date: Thu Jul 19 16:02:42 2007
New Revision: 5908

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5908
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/libnet-smtp-server-perl/trunk/debian/
    packages/libnet-smtp-server-perl/trunk/debian/changelog
    packages/libnet-smtp-server-perl/trunk/debian/compat
    packages/libnet-smtp-server-perl/trunk/debian/control
    packages/libnet-smtp-server-perl/trunk/debian/copyright
    packages/libnet-smtp-server-perl/trunk/debian/rules   (with props)
    packages/libnet-smtp-server-perl/trunk/debian/watch

Added: packages/libnet-smtp-server-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-smtp-server-perl/trunk/debian/changelog?rev=5908&op=file
==============================================================================
--- packages/libnet-smtp-server-perl/trunk/debian/changelog (added)
+++ packages/libnet-smtp-server-perl/trunk/debian/changelog Thu Jul 19 16:02:42 2007
@@ -1,0 +1,43 @@
+libnet-smtp-server-perl (1.1-3) unstable; urgency=low
+
+  * New maintainer (Closes: #430979)
+  * Add debian/watch
+  * Add Homapage in debian/control
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  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 <abi at debian.org>  Fri, 13 Jul 2007 07:35:05 +0200
+
+libnet-smtp-server-perl (1.1-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Elie Rosenblum <fnord at debian.org>  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 <fnord at debian.org>  Sun, 22 Sep 2002 14:03:14 -0400
+
+libnet-smtp-server-perl (1.0-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #145337)
+
+ -- Elie Rosenblum <fnord at debian.org>  Thu,  9 May 2002 20:24:20 -0400
+
+Local variables:
+mode: debian-changelog
+End:

Added: packages/libnet-smtp-server-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-smtp-server-perl/trunk/debian/compat?rev=5908&op=file
==============================================================================
--- packages/libnet-smtp-server-perl/trunk/debian/compat (added)
+++ packages/libnet-smtp-server-perl/trunk/debian/compat Thu Jul 19 16:02:42 2007
@@ -1,0 +1,1 @@
+4

Added: packages/libnet-smtp-server-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-smtp-server-perl/trunk/debian/control?rev=5908&op=file
==============================================================================
--- packages/libnet-smtp-server-perl/trunk/debian/control (added)
+++ packages/libnet-smtp-server-perl/trunk/debian/control Thu Jul 19 16:02:42 2007
@@ -1,0 +1,32 @@
+Source: libnet-smtp-server-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>
+Standards-Version: 3.7.2
+
+Package: libnet-smtp-server-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, 
+Description:  A 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.
+ .
+  Homapage: http://www.macgyver.org/software/perl

Added: packages/libnet-smtp-server-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-smtp-server-perl/trunk/debian/copyright?rev=5908&op=file
==============================================================================
--- packages/libnet-smtp-server-perl/trunk/debian/copyright (added)
+++ packages/libnet-smtp-server-perl/trunk/debian/copyright Thu Jul 19 16:02:42 2007
@@ -1,0 +1,15 @@
+This is the debian package for the Net::SMTP::Server module.
+It was created by Elie Rosenblum <fnord at debian.org> using dh-make-perl.
+
+It is now maintained by Deepak Tripathi <apenguinlinux at gmail.com>
+
+
+This software is Copyright(C) 1999, MacGyver (aka Habeeb J. Dihu).
+All Rights Reserved.
+
+You may distribute this package under the terms of either the GNU
+General Public License or the Artistic License, as specified in
+the Perl README file. Both licenses may be found on Debian systems
+in /usr/share/common-licenses:
+  /usr/share/common-licenses/Artistic
+  /usr/share/common-licenses/GPL

Added: packages/libnet-smtp-server-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-smtp-server-perl/trunk/debian/rules?rev=5908&op=file
==============================================================================
--- packages/libnet-smtp-server-perl/trunk/debian/rules (added)
+++ packages/libnet-smtp-server-perl/trunk/debian/rules Thu Jul 19 16:02:42 2007
@@ -1,0 +1,84 @@
+#!/usr/bin/make -f
+#-*- makefile -*-
+# Made with the aid of dh_make, by Craig Small
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+# Some lines taken from debmake, by Christoph Lameter.
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP     =`pwd`/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	
+	# Add here commands to compile the package.
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp.
+	#$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+
+# Build architecture-independent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-indep: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples ex/*
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+#	dh_undocumented
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl 
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: packages/libnet-smtp-server-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libnet-smtp-server-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-smtp-server-perl/trunk/debian/watch?rev=5908&op=file
==============================================================================
--- packages/libnet-smtp-server-perl/trunk/debian/watch (added)
+++ packages/libnet-smtp-server-perl/trunk/debian/watch Thu Jul 19 16:02:42 2007
@@ -1,0 +1,13 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+http://www.macgyver.org/software/perl/SMTP-Server-(.*)\.tar\.gz
+
+




More information about the Pkg-perl-cvs-commits mailing list