r47230 - in /trunk/libio-socket-multicast6-perl/debian: ./ README.source changelog compat control copyright libio-socket-multicast6-perl.examples patches/ patches/series patches/socket.patch rules watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 15 17:17:15 UTC 2009


Author: gregoa
Date: Sun Nov 15 17:17:10 2009
New Revision: 47230

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

Added:
    trunk/libio-socket-multicast6-perl/debian/
    trunk/libio-socket-multicast6-perl/debian/README.source
    trunk/libio-socket-multicast6-perl/debian/changelog
    trunk/libio-socket-multicast6-perl/debian/compat
    trunk/libio-socket-multicast6-perl/debian/control
    trunk/libio-socket-multicast6-perl/debian/copyright
    trunk/libio-socket-multicast6-perl/debian/libio-socket-multicast6-perl.examples
    trunk/libio-socket-multicast6-perl/debian/patches/
    trunk/libio-socket-multicast6-perl/debian/patches/series
    trunk/libio-socket-multicast6-perl/debian/patches/socket.patch
    trunk/libio-socket-multicast6-perl/debian/rules   (with props)
    trunk/libio-socket-multicast6-perl/debian/watch

Added: trunk/libio-socket-multicast6-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/README.source?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/README.source (added)
+++ trunk/libio-socket-multicast6-perl/debian/README.source Sun Nov 15 17:17:10 2009
@@ -1,0 +1,6 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
+

Added: trunk/libio-socket-multicast6-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/changelog?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/changelog (added)
+++ trunk/libio-socket-multicast6-perl/debian/changelog Sun Nov 15 17:17:10 2009
@@ -1,0 +1,9 @@
+libio-socket-multicast6-perl (0.02-1) UNRELEASED; urgency=low
+
+  TODO:
+  missing copyright information:
+  http://rt.cpan.org/Public/Bug/Display.html?id=51557
+
+  * Initial release (closes: #525009).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 15 Nov 2009 16:28:08 +0100

Added: trunk/libio-socket-multicast6-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/compat?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/compat (added)
+++ trunk/libio-socket-multicast6-perl/debian/compat Sun Nov 15 17:17:10 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libio-socket-multicast6-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/control?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/control (added)
+++ trunk/libio-socket-multicast6-perl/debian/control Sun Nov 15 17:17:10 2009
@@ -1,0 +1,28 @@
+Source: libio-socket-multicast6-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.9.4), libsocket-multicast6-perl,
+  libsocket6-perl, libio-socket-inet6-perl,
+  libio-interface-perl (>= 1.01)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/IO-Socket-Multicast6/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-socket-multicast6-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-socket-multicast6-perl/
+
+Package: libio-socket-multicast6-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+  libsocket-multicast6-perl, libsocket6-perl,
+  libio-socket-inet6-perl, libio-interface-perl (>= 1.01)
+Description: module for sending and receiving IPv4 and IPv6 multicast messages
+ The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you
+ to manipulate multicast groups. With this module you will be able to receive
+ incoming multicast transmissions and generate your own outgoing multicast
+ packets.
+ .
+ IO::Socket::Multicast6 uses the same API as IO::Socket::Multicast, but with
+ added support for IPv6 (IPv4 is still supported). Unlike
+ IO::Socket::Multicast, this is a pure-perl module.

Added: trunk/libio-socket-multicast6-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/copyright?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/copyright (added)
+++ trunk/libio-socket-multicast6-perl/debian/copyright Sun Nov 15 17:17:10 2009
@@ -1,0 +1,29 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Nicholas J Humfrey, <njh at cpan.org>
+Source: http://search.cpan.org/dist/IO-Socket-Multicast6/
+Name: IO-Socket-Multicast6
+
+Files: *
+Copyright: Nicholas J Humfrey, <njh at cpan.org>
+X-Comment: Based on IO::Socket::Multicast by Lincoln Stein, lstein at cshl.org
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, gregor herrmann <gregoa at debian.org>
+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'

Added: trunk/libio-socket-multicast6-perl/debian/libio-socket-multicast6-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/libio-socket-multicast6-perl.examples?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/libio-socket-multicast6-perl.examples (added)
+++ trunk/libio-socket-multicast6-perl/debian/libio-socket-multicast6-perl.examples Sun Nov 15 17:17:10 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libio-socket-multicast6-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/patches/series?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/patches/series (added)
+++ trunk/libio-socket-multicast6-perl/debian/patches/series Sun Nov 15 17:17:10 2009
@@ -1,0 +1,1 @@
+socket.patch

Added: trunk/libio-socket-multicast6-perl/debian/patches/socket.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/patches/socket.patch?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/patches/socket.patch (added)
+++ trunk/libio-socket-multicast6-perl/debian/patches/socket.patch Sun Nov 15 17:17:10 2009
@@ -1,0 +1,17 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: AF_INET6 is already exported by Socket.pm
+
+--- a/lib/IO/Socket/Multicast6.pm
++++ b/lib/IO/Socket/Multicast6.pm
+@@ -6,9 +6,9 @@
+ use IO::Socket::INET6;
+ use IO::Interface::Simple;
+ use Socket::Multicast6 qw/ :all /;
+-use Socket6 qw/ AF_INET6 IPPROTO_IP IPPROTO_IPV6 
++use Socket6 qw/ IPPROTO_IP IPPROTO_IPV6
+                 inet_pton inet_ntop pack_sockaddr_in6/;
+-use Socket qw/ AF_INET sockaddr_family pack_sockaddr_in /;
++use Socket qw/ AF_INET AF_INET6 sockaddr_family pack_sockaddr_in /;
+ use Carp 'croak';
+ 
+ 

Added: trunk/libio-socket-multicast6-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/rules?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/rules (added)
+++ trunk/libio-socket-multicast6-perl/debian/rules Sun Nov 15 17:17:10 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@

Propchange: trunk/libio-socket-multicast6-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libio-socket-multicast6-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast6-perl/debian/watch?rev=47230&op=file
==============================================================================
--- trunk/libio-socket-multicast6-perl/debian/watch (added)
+++ trunk/libio-socket-multicast6-perl/debian/watch Sun Nov 15 17:17:10 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IO-Socket-Multicast6/   .*/IO-Socket-Multicast6-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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