--- libio-interface-perl-1.05.orig/debian/control
+++ libio-interface-perl-1.05/debian/control
@@ -0,0 +1,24 @@
+Source: libio-interface-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Zak B. Elep <zakame@spunge.org>, Carlo Segre <segre@debian.org>,
+ Russ Allbery <rra@debian.org>, Gunnar Wolf <gwolf@debian.org>,
+ gregor herrmann <gregoa@debian.org>
+Build-Depends: debhelper (>= 6), perl (>= 5.8), netbase
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/IO-Interface/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-interface-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/
+
+Package: libio-interface-perl
+Architecture: any
+Depends: ${shlibs:Depends}, ${perl: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.
+
--- libio-interface-perl-1.05.orig/debian/copyright
+++ libio-interface-perl-1.05/debian/copyright
@@ -0,0 +1,27 @@
+This is the debian package for the IO::Interface module.
+It was created by Matthias Urlichs <smurf@debian.org>.
+It is now maintained by Zak B. Elep <zakame@spunge.org>.
+
+The upstream author is Lincoln Stein <lstein@cshl.org>.
+
+Upstream source location: http://search.cpan.org/dist/IO-Interface/
+
+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'.
+
--- libio-interface-perl-1.05.orig/debian/watch
+++ libio-interface-perl-1.05/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IO-Interface/ .*/IO-Interface-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
--- libio-interface-perl-1.05.orig/debian/compat
+++ libio-interface-perl-1.05/debian/compat
@@ -0,0 +1 @@
+6
--- libio-interface-perl-1.05.orig/debian/changelog
+++ libio-interface-perl-1.05/debian/changelog
@@ -0,0 +1,94 @@
+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 <gregoa@debian.org> 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 <roberto@debian.org> 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 <gwolf@debian.org> 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 <gregor+debian@comodo.priv.at> Tue, 09 Oct 2007 22:29:52 +0200
+
+libio-interface-perl (1.03-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> 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 <gregor+debian@comodo.priv.at> 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 <rra@debian.org> 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 <pkg-perl-maintainers@lists.alioth.debian.org>
+ via Zak B. Elep <zakame@spunge.org>
+ * 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 <zakame@spunge.org> Thu, 29 Jun 2006 00:14:28 +0800
+
+libio-interface-perl (0.98-1) unstable; urgency=low
+
+ * Update to latest Upstream version.
+
+ -- Matthias Urlichs <smurf@debian.org> Wed, 7 Jul 2004 22:22:53 +0200
+
+libio-interface-perl (0.97-1) unstable; urgency=low
+
+ * Initial Release.
+ - Closes:#231984
+
+ -- Matthias Urlichs <smurf@debian.org> Fri, 30 Jan 2004 17:14:16 +0100
+
--- libio-interface-perl-1.05.orig/debian/rules
+++ libio-interface-perl-1.05/debian/rules
@@ -0,0 +1,73 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc@dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# 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
+
+PERL ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimisation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
+ $(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+ $(MAKE) test
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean build-stamp install-stamp
+ [ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+ [ ! -d $(TMP)/usr/share/perl5 ] || \
+ rmdir --ignore-fail-on-non-empty --parents --verbose \
+ $(TMP)/usr/share/perl5
+ touch $@
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do here for an architecture-dependent package
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs
+ dh_installchangelogs Changes
+ dh_shlibdeps
+ dh_strip
+ dh_perl
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install