debian/0000755000000000000000000000000012255410551007166 5ustar debian/rules0000755000000000000000000000003612255410551010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000262212255410551010573 0ustar Source: libdata-validate-ip-perl Maintainer: Debian Perl Group Uploaders: Alejandro Garrido Mota , Ryan Niebur , gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libnet-ipv6addr-perl, libnet-netmask-perl, libnetaddr-ip-perl, libtest-requires-perl, libtest-taint-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-validate-ip-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-validate-ip-perl.git Homepage: https://metacpan.org/release/Data-Validate-IP/ Package: libdata-validate-ip-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnet-ipv6addr-perl, libnet-netmask-perl, libnetaddr-ip-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. debian/source/0000755000000000000000000000000012255410551010466 5ustar debian/source/format0000644000000000000000000000001412255410551011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000744212255410551011047 0ustar libdata-validate-ip-perl (0.22-1) unstable; urgency=low * Imported Upstream version 0.22 * Change upstream contact to Dave Rolsky only * Bump Standards-Version to 3.9.5 -- Xavier Guimard Mon, 16 Dec 2013 06:16:26 +0100 libdata-validate-ip-perl (0.20-1) unstable; urgency=low * Imported Upstream version 0.20 -- Xavier Guimard Sun, 28 Jul 2013 10:00:43 +0200 libdata-validate-ip-perl (0.19-1) unstable; urgency=low * Imported Upstream version 0.19 * Add Dave Rolsky in upstream-contact -- Xavier Guimard Sat, 16 Mar 2013 21:04:16 +0100 libdata-validate-ip-perl (0.18-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * Imported Upstream version 0.18 * Update debian/copyright (years and format) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Add libnetaddr-ip-perl, libtest-requires-perl and libtest-taint-perl in dependencies * Remove libtest-pod* from dependencies -- Xavier Guimard Fri, 08 Mar 2013 07:09:37 +0100 libdata-validate-ip-perl (0.14-1) unstable; urgency=low * Team upload. * New upstream release -- Salvatore Bonaccorso Sun, 09 Jan 2011 19:32:47 +0100 libdata-validate-ip-perl (0.12-1) unstable; urgency=low * Team upload. * New upstream release * Refresh debian/copyright: - Explicitly refer to GPL-1 license text in common-lincenses. - Refer to Debian systems in general instead of Debian GNU/Linux systems. * Bump Standards-Version to 3.9.1. * Convert to '3.0 (quilt)' source package format. -- Salvatore Bonaccorso Thu, 30 Dec 2010 15:27:26 +0100 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 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 (was: Debian Perl Project ). [ 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 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 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 Thu, 17 May 2007 16:40:33 -0400 debian/compat0000644000000000000000000000000212255410551010364 0ustar 8 debian/copyright0000644000000000000000000000233612255410551011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Validate-IP Source: https://metacpan.org/release/Data-Validate-IP/ Upstream-Contact: Dave Rolsky Files: * Copyright: 2013, Neil Neely License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, Alejandro Garrido Mota 2008-2010, gregor herrmann 2009, Ryan Niebur 2010-2011, Salvatore Bonaccorso 2013, Xavier Guimard 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/watch0000644000000000000000000000017412255410551010221 0ustar version=3 https://metacpan.org/release/Data-Validate-IP/ .*/Data-Validate-IP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$