debian/0000755000000000000000000000000012173561537007200 5ustar debian/compat0000644000000000000000000000000212173550314010365 0ustar 9 debian/watch0000644000000000000000000000011412173550172010216 0ustar version=3 http://search.cpan.org/dist/Net-CIDR/ \ .*/Net-CIDR-(.*)\.tar\.gz debian/copyright0000644000000000000000000000106012173550172011121 0ustar This package was debianized by Marc Brockschmidt on Sun, 20 Jul 2003 22:20:15 +0200. It was downloaded from http://www.cpan.org/authors/id/M/MR/MRSAM/. Upstream Author: Sam Varshavchik Copyright 2001-2003 Sam Varshavchik This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself (GPL or Artistic license). On Debian systems the complete text of the GPL and Artistic licenses can be found at: /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic debian/control0000644000000000000000000000106612173551351010577 0ustar Source: libnet-cidr-perl Section: perl Priority: optional Build-Depends-Indep: perl (>= 5.6.0-16) Build-Depends: debhelper (>= 9) Maintainer: Bart Martens Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/Net-CIDR/ Package: libnet-cidr-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Manipulate IPv4/IPv6 netblocks in CIDR notation The Net::CIDR package contains functions that manipulate lists of IP netblocks expressed in CIDR notation. The Net::CIDR functions handle both IPv4 and IPv6 addresses. debian/changelog0000644000000000000000000000505112173561537011053 0ustar libnet-cidr-perl (0.17-1) unstable; urgency=low * New upstream release. * Debhelper 9, exit cdbs. -- Bart Martens Tue, 23 Jul 2013 18:54:17 +0000 libnet-cidr-perl (0.15-1) unstable; urgency=low * New upstream release. -- Bart Martens Tue, 01 May 2012 16:02:20 +0000 libnet-cidr-perl (0.14-1) unstable; urgency=low * New upstream release. -- Bart Martens Sun, 20 Feb 2011 15:31:03 +0000 libnet-cidr-perl (0.13-1) unstable; urgency=low * New upstream release. * debian/patches/01_version.diff: Removed. * debian/control: Fixed debhelper-but-no-misc-depends and fixed out-of-date-standards-version. -- Bart Martens Wed, 11 Feb 2009 23:34:11 +0100 libnet-cidr-perl (0.11-3) unstable; urgency=low * debian/control: Standards-Version, Homepage. * debian/copyright: Added missing copyright notice. -- Bart Martens Sat, 03 May 2008 10:40:30 +0200 libnet-cidr-perl (0.11-2) unstable; urgency=low * debian/*: Repackaged with cdbs. * debian/patches/02_abbrev.diff: Closes: #391584. -- Bart Martens Sat, 18 Aug 2007 14:52:51 +0200 libnet-cidr-perl (0.11-1) unstable; urgency=low * New maintainer. * New upstream release. Closes: #329598. * debian/control: Added homepage to description, bumped standards version. * debian/watch: Added. -- Bart Martens Tue, 8 Aug 2006 18:56:59 +0200 libnet-cidr-perl (0.10-2) unstable; urgency=low * New Maintainer * Bumped Standards-Version to 3.6.2 (no changes) -- Alexander Wirt Mon, 3 Oct 2005 16:47:19 +0200 libnet-cidr-perl (0.10-1) unstable; urgency=low * New upstream release. -- Marc 'HE' Brockschmidt Wed, 11 Aug 2004 17:18:12 +0200 libnet-cidr-perl (0.09-2) unstable; urgency=low * debian/control: I'm a DD. -- Marc 'HE' Brockschmidt Thu, 15 Jul 2004 19:10:20 +0200 libnet-cidr-perl (0.09-1) unstable; urgency=low * New upstream release. -- Marc Brockschmidt Sat, 22 Nov 2003 15:36:11 +0100 libnet-cidr-perl (0.08-1) unstable; urgency=low * New upstream release. * debian/control: Moved debhelper dependency to Build-Depends. * debian/rules: Cleaned up the whole thing. * Bumped Standards-Version to 3.6.1 (no changes) -- Marc Brockschmidt Thu, 23 Oct 2003 10:47:26 +0200 libnet-cidr-perl (0.07-1) unstable; urgency=low * Initial release (Closing: #150589) -- Marc Brockschmidt Sun, 20 Jul 2003 22:21:15 +0200 debian/rules0000755000000000000000000000006412173550426010253 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ debian/patches/0000755000000000000000000000000012173560222010615 5ustar debian/patches/02_abbrev.diff0000644000000000000000000000060412173550761013220 0ustar --- ../orig/libnet-cidr-perl-0.14/CIDR.pm 2010-06-27 13:40:11.000000000 +0000 +++ ./CIDR.pm 2011-02-20 15:43:00.000000000 +0000 @@ -427,6 +427,7 @@ ($isipv6, $ip)=_ipv6to4($iparg); my @ips= split (/\.+/, $ip); + for( my $i = $#ips + 1 ; $i < 4 ; $i++ ) { $ips[$i] = 0; } grep { croak "$_, in $iparg, is not a byte" unless $_ >= 0 && $_ <= 255 && $_ =~ /^[0-9]+$/; debian/patches/series0000644000000000000000000000001712173550705012035 0ustar 02_abbrev.diff debian/source/0000755000000000000000000000000012173550466010477 5ustar debian/source/format0000644000000000000000000000001411626007230011671 0ustar 3.0 (quilt)