debian/0000755000000000000000000000000012231241033007155 5ustar debian/watch0000644000000000000000000000030011212456125010207 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/IO-Socket-Multicast/ .*/IO-Socket-Multicast-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/libio-socket-multicast-perl.examples0000644000000000000000000000001311514154304016245 0ustar examples/* debian/rules0000755000000000000000000000003511514154342010244 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000240711514155112011120 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Andrew Bramble Source: http://search.cpan.org/dist/IO-Socket-Multicast/ Name: IO-Socket-Multicast Files: * Copyright: Lincoln Stein License: Artistic or GPL-1+ Comment: Under the Berne Convention it is assumed that the author is also the copyright holder. Files: debian/* Copyright: 2004, Matthias Urlichs 2006, Zak B. Elep 2010, Ansgar Burchardt 2006, 2011, 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 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/source/0000755000000000000000000000000011514155726010475 5ustar debian/source/format0000644000000000000000000000001411366316406011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211514154351010364 0ustar 7 debian/control0000644000000000000000000000202011514155404010563 0ustar Source: libio-socket-multicast-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Zak B. Elep , gregor herrmann Build-Depends: debhelper (>= 7), perl, libio-interface-perl, netbase Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/IO-Socket-Multicast/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-socket-multicast-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-socket-multicast-perl/ Package: libio-socket-multicast-perl Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}, libio-interface-perl Description: module for sending and receiving multicast messages 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. debian/changelog0000644000000000000000000000516512231241033011036 0ustar libio-socket-multicast-perl (1.12-1build3) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 16:02:51 +0100 libio-socket-multicast-perl (1.12-1build2) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Wed, 16 Nov 2011 09:58:27 +0000 libio-socket-multicast-perl (1.12-1build1) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Mon, 09 May 2011 23:35:26 +0100 libio-socket-multicast-perl (1.12-1) unstable; urgency=low * New upstream release [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * debian/control: Added: ${misc:Depends} to Depends: field. * Change my email address. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Set Standards-Version to 3.9.1; drop unneeded versions from (build) dependencies. * Switch to debhelper 7. * debian/copyright: update formatting. -- gregor herrmann Sat, 15 Jan 2011 00:27:07 +0100 libio-socket-multicast-perl (1.05-2) unstable; urgency=low * Depend on ${shlibs:Depends} to pick up the proper libc dependency. -- gregor herrmann Tue, 26 Sep 2006 17:25:33 +0200 libio-socket-multicast-perl (1.05-1) unstable; urgency=low * New upstream release. * Add watch file (now really). * Add libio-interface-perl and netbase to build dependencies. * Add "$(MAKE) test" do debian/rules. * Add examples/* to doc directory. -- gregor herrmann Sun, 3 Sep 2006 14:38:36 +0200 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) Debian Perl Group via Zak B. Elep * 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 Thu, 29 Jun 2006 13:24:58 +0800 libio-socket-multicast-perl (0.25-1) unstable; urgency=low * Initial Release. Closes:#232001 -- Matthias Urlichs Fri, 30 Jan 2004 17:14:16 +0100