r3636 - in /packages/libio-socket-multicast-perl/trunk: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules examples/client.pl examples/server.pl

segre at users.alioth.debian.org segre at users.alioth.debian.org
Sun Sep 3 02:23:43 UTC 2006


Author: segre
Date: Sun Sep  3 02:23:42 2006
New Revision: 3636

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3636
Log:
Load libio-socket-multicast-perl-1.04 into
packages/libio-socket-multicast-perl/trunk.

Added:
    packages/libio-socket-multicast-perl/trunk/debian/
    packages/libio-socket-multicast-perl/trunk/debian/changelog
    packages/libio-socket-multicast-perl/trunk/debian/compat
    packages/libio-socket-multicast-perl/trunk/debian/control
    packages/libio-socket-multicast-perl/trunk/debian/copyright
    packages/libio-socket-multicast-perl/trunk/debian/rules   (with props)
Modified:
    packages/libio-socket-multicast-perl/trunk/examples/client.pl   (props changed)
    packages/libio-socket-multicast-perl/trunk/examples/server.pl   (props changed)

Added: packages/libio-socket-multicast-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/trunk/debian/changelog?rev=3636&op=file
==============================================================================
--- packages/libio-socket-multicast-perl/trunk/debian/changelog (added)
+++ packages/libio-socket-multicast-perl/trunk/debian/changelog Sun Sep  3 02:23:42 2006
@@ -1,0 +1,22 @@
+libio-socket-multicast-perl (1.04-1) unstable; urgency=low
+
+  * New upstream release (Closes: #329563)
+  * New maintainer (in response to Matthias' mail, see
+    http://lists.debian.org/debian-devel/2006/05/msg02947.html)
+  * Added debian/watch .
+  * debian/control:
+    + Bump Standards-Version.
+    + Bump debhelper version to (>= 5.0.0), update debian/compat
+      accordingly.
+    + Slightly touch synopsis and long description.
+  * debian/copyright:
+    + Update maintenance notes.
+
+ -- Zak B. Elep <zakame at spunge.org>  Thu, 29 Jun 2006 13:24:58 +0800
+
+libio-socket-multicast-perl (0.25-1) unstable; urgency=low
+
+  * Initial Release.                                              Closes:#232001
+
+ -- Matthias Urlichs <smurf at debian.org>  Fri, 30 Jan 2004 17:14:16 +0100
+

Added: packages/libio-socket-multicast-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/trunk/debian/compat?rev=3636&op=file
==============================================================================
--- packages/libio-socket-multicast-perl/trunk/debian/compat (added)
+++ packages/libio-socket-multicast-perl/trunk/debian/compat Sun Sep  3 02:23:42 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libio-socket-multicast-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/trunk/debian/control?rev=3636&op=file
==============================================================================
--- packages/libio-socket-multicast-perl/trunk/debian/control (added)
+++ packages/libio-socket-multicast-perl/trunk/debian/control Sun Sep  3 02:23:42 2006
@@ -1,0 +1,17 @@
+Source: libio-socket-multicast-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), perl (>= 5.8)
+Maintainer: Zak B. Elep <zakame at spunge.org>
+Standards-Version: 3.7.2
+
+Package: libio-socket-multicast-perl
+Architecture: any
+Depends: ${perl:Depends}, libio-interface-perl (>= 0.94)
+Description: send and receive multicast messages with Perl
+ The IO::Socket::Multicast module subclasses IO::Socket::INET to
+ enable you to manipulate multicast groups. With this module (and an
+ operating system that supports multicasting), you will be able to
+ receive incoming multicast transmissions and generate your own
+ outgoing multicast packets.
+

Added: packages/libio-socket-multicast-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/trunk/debian/copyright?rev=3636&op=file
==============================================================================
--- packages/libio-socket-multicast-perl/trunk/debian/copyright (added)
+++ packages/libio-socket-multicast-perl/trunk/debian/copyright Sun Sep  3 02:23:42 2006
@@ -1,0 +1,25 @@
+This is the debian package for the IO::Socket::Multicast module.
+It was created by Matthias Urlichs <smurf at debian.org>.
+It is now maintained by Zak B. Elep <zakame at spunge.org>.
+
+The upstream author is Lincoln Stein <lstein at cshl.org>.
+
+The Upstream author states that
+>> This library is free software; you can redistribute it and/or modify
+>> it under the same terms as Perl itself.
+
+As of 2004-01-19, Perl is licensed under these terms:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL' and
+    the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+

Added: packages/libio-socket-multicast-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-socket-multicast-perl/trunk/debian/rules?rev=3636&op=file
==============================================================================
--- packages/libio-socket-multicast-perl/trunk/debian/rules (added)
+++ packages/libio-socket-multicast-perl/trunk/debian/rules Sun Sep  3 02:23:42 2006
@@ -1,0 +1,85 @@
+#!/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.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+ifndef DESTDIR
+DESTDIR=..
+endif
+TMP := $(shell pwd)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	$(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.
+	-$(MAKE) realclean
+
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+	-rmdir $(TMP)/usr/share/perl5
+
+# Build architecture-dependent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs 
+	dh_installexamples
+	dh_installmenu
+#	dh_installemacsen
+#	dh_installinit
+	dh_installcron
+	dh_installman
+	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/libio-socket-multicast-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Propchange: packages/libio-socket-multicast-perl/trunk/examples/client.pl
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Sep  3 02:23:42 2006
@@ -1,0 +1,1 @@
+*

Propchange: packages/libio-socket-multicast-perl/trunk/examples/server.pl
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable Sun Sep  3 02:23:42 2006
@@ -1,0 +1,1 @@
+*




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