--- libsocket-multicast6-perl-0.04.orig/debian/watch +++ libsocket-multicast6-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Socket-Multicast6/ .*/Socket-Multicast6-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libsocket-multicast6-perl-0.04.orig/debian/README.source +++ libsocket-multicast6-perl-0.04/debian/README.source @@ -0,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. + --- libsocket-multicast6-perl-0.04.orig/debian/rules +++ libsocket-multicast6-perl-0.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh --with quilt $@ --- libsocket-multicast6-perl-0.04.orig/debian/copyright +++ libsocket-multicast6-perl-0.04/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Nicholas J Humfrey, +Source: http://search.cpan.org/dist/Socket-Multicast6/ +Name: Socket-Multicast6 + +Files: * +Copyright: + 2006, Jonathan Steinert + 2006, Nicholas J Humfrey +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2009, 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' --- libsocket-multicast6-perl-0.04.orig/debian/compat +++ libsocket-multicast6-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libsocket-multicast6-perl-0.04.orig/debian/control +++ libsocket-multicast6-perl-0.04/debian/control @@ -0,0 +1,21 @@ +Source: libsocket-multicast6-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl, perl (>= 5.10) | + libmodule-build-perl, libsocket6-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Socket-Multicast6/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsocket-multicast6-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsocket-multicast6-perl/ + +Package: libsocket-multicast6-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libsocket6-perl +Description: base module for IPv4 and IPv6 multicast socket operations + Socket::Multicast6 is used to gain access to constants and utility functions + used when manipulating multicast socket attributes. + . + For simple, object-oriented way of doing the same thing, take a look at + IO::Socket::Multicast6 or IO::Socket::Multicast. --- libsocket-multicast6-perl-0.04.orig/debian/changelog +++ libsocket-multicast6-perl-0.04/debian/changelog @@ -0,0 +1,23 @@ +libsocket-multicast6-perl (0.04-1build3) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Tue, 22 Oct 2013 10:29:09 +0100 + +libsocket-multicast6-perl (0.04-1build2) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 23:41:49 +0000 + +libsocket-multicast6-perl (0.04-1build1) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Tue, 10 May 2011 05:23:28 +0100 + +libsocket-multicast6-perl (0.04-1) unstable; urgency=low + + * Initial release (closes: #525006). + + -- gregor herrmann Fri, 04 Dec 2009 01:06:53 +0100 --- libsocket-multicast6-perl-0.04.orig/debian/patches/fix_pod.patch +++ libsocket-multicast6-perl-0.04/debian/patches/fix_pod.patch @@ -0,0 +1,21 @@ +Author: gregor herrmann +Description: fix pod error + +--- a/lib/Socket/Multicast6.pm ++++ b/lib/Socket/Multicast6.pm +@@ -126,12 +126,15 @@ + + =head1 FUNCTIONS + ++=over ++ + =item $ip_mreq = pack_ip_mreq(MCAST_ADDR, IF_ADDR) + + =item $ip_mreq_source = pack_ip_mreq_source(MCAST_ADDR, SOURCE_ADDR, IF_ADDR) + + =item $ipv6_mreq = pack_ipv6_mreq(MCAST6_ADDR, IF_INDEX) + ++=back + + =head1 CONSTANTS + --- libsocket-multicast6-perl-0.04.orig/debian/patches/series +++ libsocket-multicast6-perl-0.04/debian/patches/series @@ -0,0 +1 @@ +fix_pod.patch