r302 - in packages/libio-multiplex-perl/trunk: . contrib debian

Gunnar Wolf gwolf@haydn.debian.org
Fri, 03 Sep 2004 10:00:29 -0600


Author: gwolf
Date: 2004-09-03 10:00:17 -0600 (Fri, 03 Sep 2004)
New Revision: 302

Added:
   packages/libio-multiplex-perl/trunk/debian/
   packages/libio-multiplex-perl/trunk/debian/changelog
   packages/libio-multiplex-perl/trunk/debian/control
   packages/libio-multiplex-perl/trunk/debian/copyright
   packages/libio-multiplex-perl/trunk/debian/rules
   packages/libio-multiplex-perl/trunk/debian/watch
Modified:
   packages/libio-multiplex-perl/trunk/contrib/portfw
Log:
Load libio-multiplex-perl-1.08 into
packages/libio-multiplex-perl/trunk.



Property changes on: packages/libio-multiplex-perl/trunk/contrib/portfw
___________________________________________________________________
Name: svn:executable
   - 
   + *

Added: packages/libio-multiplex-perl/trunk/debian/changelog
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/changelog	2004-09-03 15:59:33 UTC (rev 301)
+++ packages/libio-multiplex-perl/trunk/debian/changelog	2004-09-03 16:00:17 UTC (rev 302)
@@ -0,0 +1,12 @@
+libio-multiplex-perl (1.08-1) unstable; urgency=low
+
+  * New upstream release
+  * New maintainer - Debian Perl Group (Closes: #266463)
+
+ -- Gunnar Wolf <gwolf@debian.org>  Fri,  3 Sep 2004 10:51:23 -0500
+
+libio-multiplex-perl (1.04-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Luca Filipozzi <lfilipoz@debian.org>  Sat, 17 May 2003 15:35:44 -0700

Added: packages/libio-multiplex-perl/trunk/debian/control
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/control	2004-09-03 15:59:33 UTC (rev 301)
+++ packages/libio-multiplex-perl/trunk/debian/control	2004-09-03 16:00:17 UTC (rev 302)
@@ -0,0 +1,18 @@
+Source: libio-multiplex-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 3), perl (>= 5.8)
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf@debian.org>
+Standards-Version: 3.6.1
+
+Package: libio-multiplex-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: object-oriented interface to select() for perl
+ IO::Multiplex is designed to take the effort out of managing
+ multiple file handles.  It is essentially a really fancy front end to
+ the select() system call.  In addition to maintaining the select()
+ loop, it buffers all input and output to/from the file handles.  It
+ can also accept incoming connections on one or more listen sockets.
+

Added: packages/libio-multiplex-perl/trunk/debian/copyright
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/copyright	2004-09-03 15:59:33 UTC (rev 301)
+++ packages/libio-multiplex-perl/trunk/debian/copyright	2004-09-03 16:00:17 UTC (rev 302)
@@ -0,0 +1,16 @@
+Download:
+   Visit http://seamons.com/ for the latest version.
+   Visit http://www.cpan.org/modules/by-module/IO/ for the latest version.
+
+Copyright:
+   Copyright (C) 1999 Bruce J Keeler <bruce@gridpoint.com>
+   Copyright (C) 2001-2003 Rob Brown <bbb@cpan.org>
+
+   This package may be distributed under the terms of the Perl
+   Artistic License 
+
+   All rights reserved.
+
+References:
+   On Debian systems, the full text of the Perl Artistic License can be
+   found in /usr/share/common-licenses/Artistic.

Added: packages/libio-multiplex-perl/trunk/debian/rules
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/rules	2004-09-03 15:59:33 UTC (rev 301)
+++ packages/libio-multiplex-perl/trunk/debian/rules	2004-09-03 16:00:17 UTC (rev 302)
@@ -0,0 +1,54 @@
+#!/usr/bin/make -f
+
+export DH_COMPAT=3
+
+PACKAGE=$(shell dh_listpackages)
+PREFIX=$(PWD)/debian/$(PACKAGE)/usr
+
+ifndef PERL
+PERL=/usr/bin/perl
+endif
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	rm -f Makefile Makefile.old
+	dh_clean
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install PREFIX="$(PREFIX)"
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installexamples
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean install binary-indep binary-arch binary


Property changes on: packages/libio-multiplex-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libio-multiplex-perl/trunk/debian/watch
===================================================================
--- packages/libio-multiplex-perl/trunk/debian/watch	2004-09-03 15:59:33 UTC (rev 301)
+++ packages/libio-multiplex-perl/trunk/debian/watch	2004-09-03 16:00:17 UTC (rev 302)
@@ -0,0 +1,2 @@
+version=2
+http://www.cpan.org/modules/by-module/IO/IO-Multiplex-([\d\.]+)\.tar\.gz debian uupdate