--- libdata-validate-ip-perl-0.11.orig/debian/control
+++ libdata-validate-ip-perl-0.11/debian/control
@@ -0,0 +1,24 @@
+Source: libdata-validate-ip-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libnet-ipv6addr-perl, libnet-netmask-perl,
+ libtest-pod-coverage-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
+ Ryan Niebur <ryan@debian.org>, gregor herrmann <gregoa@debian.org>
+Homepage: http://search.cpan.org/dist/Data-Validate-IP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-validate-ip-perl
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-validate-ip-perl
+Standards-Version: 3.8.4
+
+Package: libdata-validate-ip-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libnet-ipv6addr-perl,
+ libnet-netmask-perl
+Description: Perl module for IP validation
+ Data::Validate::IP collects IP validation routines to make input validation
+ and untainting easier and more readable. All functions return an untainted
+ value if the test passes, and undef if it fails. This means that you should
+ always check for a defined status explicitly. Don't assume the return value
+ will be true.
--- libdata-validate-ip-perl-0.11.orig/debian/copyright
+++ libdata-validate-ip-perl-0.11/debian/copyright
@@ -0,0 +1,30 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Neil Neely <neil@neely.cx>
+Source: http://search.cpan.org/dist/Data-Validate-IP/
+Name: Data-Validate-IP
+
+Files: *
+Copyright: 2005-2010, Neil Neely <neil@neely.cx>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2007, Alejandro Garrido Mota <garridomota@gmail.com>
+ 2008-2010, gregor herrmann <gregoa@debian.org>
+ 2009, Ryan Niebur <ryan@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'
--- libdata-validate-ip-perl-0.11.orig/debian/watch
+++ libdata-validate-ip-perl-0.11/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Data-Validate-IP/ .*/Data-Validate-IP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
--- libdata-validate-ip-perl-0.11.orig/debian/compat
+++ libdata-validate-ip-perl-0.11/debian/compat
@@ -0,0 +1 @@
+7
--- libdata-validate-ip-perl-0.11.orig/debian/changelog
+++ libdata-validate-ip-perl-0.11/debian/changelog
@@ -0,0 +1,58 @@
+libdata-validate-ip-perl (0.11-1) unstable; urgency=low
+
+ [ gregor herrmann ]
+ * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
+ (source stanza).
+
+ [ Ryan Niebur ]
+ * Update ryan52's email address
+
+ [ gregor herrmann ]
+ * New upstream release.
+ * debian/copyright: update formatting and years of upstream copyright.
+ * Set Standards-Version to 3.8.4; remove version from perl build dependency.
+
+ -- gregor herrmann <gregoa@debian.org> Fri, 05 Mar 2010 12:52:27 +0100
+
+libdata-validate-ip-perl (0.10-1) unstable; urgency=low
+
+ [ gregor herrmann ]
+ * debian/control: Changed: Maintainer set to Debian Perl Group <pkg-
+ perl-maintainers@lists.alioth.debian.org> (was: Debian Perl Project
+ <pkg-perl-maintainers@lists.alioth.debian.org> ).
+
+ [ Ryan Niebur ]
+ * New upstream release
+ * Add myself to Uploaders
+ * Debian Policy 3.8.1
+ * update copyright
+ * update to dh7 instead of cdbs
+
+ [ gregor herrmann ]
+ * debian/watch: use extended regexp for matching upstream versions.
+ * Set Standards-Version to 3.8.2 (no changes).
+ * Add /me to Uploaders.
+ * Improve short and long description.
+
+ -- gregor herrmann <gregoa@debian.org> Fri, 26 Jun 2009 16:44:16 +0200
+
+libdata-validate-ip-perl (0.08-1) unstable; urgency=low
+
+ [ Alejandro Garrido Mota ]
+ * New upstream version
+ * Add the package to pkg-perl project
+
+ [ gregor herrmann ]
+ * Remove /usr/lib/perl instead of /usr/share/perl5, this package is
+ arch:all, and make the removal conditional.
+ * Move libnet-netmask-perl, libnet-ipv6addr-perl to Build-Depends-Indep.
+ * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep.
+ * Fix version number in debian/changelog.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 06 Jan 2008 07:33:45 +0100
+
+libdata-validate-ip-perl (0.06-1) unstable; urgency=low
+
+ * Initial Release (Closes: #12332).
+
+ -- Alejandro Garrido Mota <garridomota@gmail.com> Thu, 17 May 2007 16:40:33 -0400
--- libdata-validate-ip-perl-0.11.orig/debian/rules
+++ libdata-validate-ip-perl-0.11/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@