debian/0000755000000000000000000000000012231050770007163 5ustar debian/watch0000644000000000000000000000016111212352145010211 0ustar version=3 http://search.cpan.org/dist/IO-Interface/ .*/IO-Interface-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/libio-interface-perl.docs0000644000000000000000000000000711613556314014036 0ustar README debian/rules0000755000000000000000000000003611535021456010247 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000245611613551274011135 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-Contact: Lincoln Stein Source: http://search.cpan.org/dist/IO-Interface/ Upstream-Name: IO-Interface Files: * Copyright: 2000-2008 Lincoln Stein License: Artistic or GPL-1+ Files: debian/* Copyright: 2004, Matthias Urlichs 2006, 2011, Russ Allbery 2006, Zak B. Elep 2007, Gunnar Wolf 2008, Roberto C. Sanchez 2006-2008, gregor herrmann 2011, Angel Abad 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/0000755000000000000000000000000011613556365010501 5ustar debian/source/format0000644000000000000000000000001411535021456011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211535021456010366 0ustar 8 debian/control0000644000000000000000000000206611613551274010602 0ustar Source: libio-interface-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Zak B. Elep , gregor herrmann , Angel Abad Build-Depends: debhelper (>= 8), netbase, perl Standards-Version: 3.9.2 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-interface-perl/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-interface-perl/ Homepage: http://search.cpan.org/dist/IO-Interface/ Package: libio-interface-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: socket methods to get/set interface characteristics IO::Interface adds object-methods to IO::Socket objects to allow them to get and set operational characteristics of network interface cards, such as IP addresses, net masks, and so forth. It is useful for identifying runtime characteristics of cards, such as broadcast addresses, and finding interfaces that satisfy certain criteria, such as the ability to multicast. debian/changelog0000644000000000000000000001054012231050770011035 0ustar libio-interface-perl (1.06-1build2) devel; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Sun, 20 Oct 2013 22:58:16 +0100 libio-interface-perl (1.06-1build1) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 20:01:44 +0000 libio-interface-perl (1.06-1) unstable; urgency=low * New upstream release * Add myself to Uploaders * Bump Standards-Version to 3.9.2 (no changes) -- Angel Abad Tue, 26 Jul 2011 16:44:00 +0200 libio-interface-perl (1.05-2) unstable; urgency=low * Team upload. [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Russ Allbery ] * Remove myself from Uploaders. * Update debhelper compatibility level to V8. - Use debhelper rule minimization. * Change the Debian source format to 3.0 (quilt). * Rewrite debian/copyright in the proposed DEP-5 format. * Drop version on perl build dependency satisfied in oldstable. * Update standards version to 3.9.1 (no changes required). -- Russ Allbery Sun, 06 Mar 2011 16:19:41 -0800 libio-interface-perl (1.05-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.8.0 (no changes). * Add /me to Uploaders. * Refresh debian/rules, no functional changes. -- gregor herrmann Sat, 14 Jun 2008 22:43:32 +0200 libio-interface-perl (1.04-2) unstable; urgency=low [ gregor herrmann ] * debian/rules: - delete /usr/share/perl5 only if it exists - use $(CURDIR) - move tests to build-stamp target - create install-stamp target depending on build-stamp - move dh_clean before make realclean - use DESTDIR and PREFIX in install-stamp target - remove unneeded dh_* calls * debian/watch: use dist-based URL. * Set debhelper compatibility level to 6. * debian/copyright: add upstream source location. -- Roberto C. Sanchez Mon, 21 Jan 2008 16:53:03 -0500 libio-interface-perl (1.04-1) unstable; urgency=low * New upstream release * Added myself as an uploader * Bumped up standards-version to 3.7.3 (no changes needed) -- Gunnar Wolf Thu, 27 Dec 2007 17:24:05 -0600 libio-interface-perl (1.03-2) UNRELEASED; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. -- gregor herrmann Tue, 09 Oct 2007 22:29:52 +0200 libio-interface-perl (1.03-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 13 Apr 2007 23:45:23 +0200 libio-interface-perl (1.02-1) unstable; urgency=low * New upstream release. * Enable tests in debian/rules and add netbase to build dependencies. -- gregor herrmann Sun, 8 Oct 2006 17:59:22 +0200 libio-interface-perl (0.98-3) unstable; urgency=low * Depend on ${shlibs:Depends} to pick up the proper libc dependency. * Use a better way of optionally running make realclean. * Use a better way to clean up the /usr/share/perl5 directory. * Remove obsolete targets and unneeded debhelper commands. -- Russ Allbery Mon, 25 Sep 2006 17:19:47 -0700 libio-interface-perl (0.98-2) unstable; urgency=low * 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 * debian/control: + Bump Standards-Version. + Bump debhelper version to (>= 5.0.0), update debian/compat accordingly. + Slightly touch synopsis. * debian/copyright: + Update maintenance notes. * Added debian/watch . -- Zak B. Elep Thu, 29 Jun 2006 00:14:28 +0800 libio-interface-perl (0.98-1) unstable; urgency=low * Update to latest Upstream version. -- Matthias Urlichs Wed, 7 Jul 2004 22:22:53 +0200 libio-interface-perl (0.97-1) unstable; urgency=low * Initial Release. - Closes:#231984 -- Matthias Urlichs Fri, 30 Jan 2004 17:14:16 +0100