debian/0000755000000000000000000000000012266176715007203 5ustar debian/rules0000755000000000000000000000003612266173776010266 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000012266175752010632 5ustar debian/patches/series0000644000000000000000000000002312266175433012036 0ustar pod-spelling.patch debian/patches/pod-spelling.patch0000644000000000000000000000104112266175650014241 0ustar Description: tiny spelling error in POD Author: Damyan Ivanov Forwarded: yes Bug: https://rt.cpan.org/Ticket/Display.html?id=92222 --- a/lib/Net/Subnet.pm +++ b/lib/Net/Subnet.pm @@ -217,7 +217,7 @@ addresses: my $classifier = subnet_classifier sort_subnets keys %ptr; while (my $ip = readline) { - # We get IP adresses from STDIN and return the hostnames on STDOUT + # We get IP addresses from STDIN and return the hostnames on STDOUT print $ptr{ $classifier->($ip) }->($ip), "\n"; } debian/copyright0000644000000000000000000000220412266175346011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Net-Subnet Upstream-Contact: Juerd Waalboer Upstream-Name: Net-Subnet Files: * Copyright: Juerd Waalboer License: Artistic or GPL-1+ Comment: This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Files: debian/* Copyright: 2014, Damyan Ivanov 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/watch0000644000000000000000000000016112266173776010236 0ustar version=3 https://metacpan.org/release/Net-Subnet .*/Net-Subnet-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012266173776010507 5ustar debian/source/format0000644000000000000000000000001412266173776011715 0ustar 3.0 (quilt) debian/control0000644000000000000000000000173712266174431010607 0ustar Source: libnet-subnet-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Build-Depends: debhelper (>= 8) Build-Depends-Indep: libsocket6-perl (>= 0.23), perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-subnet-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-subnet-perl.git Homepage: https://metacpan.org/release/Net-Subnet Package: libnet-subnet-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libsocket6-perl (>= 0.23) Description: Fast IP-in-subnet matcher module for IPv4 and IPv6 Net::Subnet is a simple but fast pure Perl module for determining whether a given IP address is in a given set of IP subnets. It's iterative, and it doesn't use any fancy tries, but because it uses simple bitwise operations on strings it's still very fast. . The module supports both IPv4 and IPv6. debian/compat0000644000000000000000000000000212266173776010405 0ustar 8 debian/changelog0000644000000000000000000000023512266176715011055 0ustar libnet-subnet-perl (1.03-1) unstable; urgency=low * Initial Release. Closes: #735556 -- Damyan Ivanov Fri, 17 Jan 2014 11:54:19 +0200