debian/0000755000000000000000000000000011716300417007166 5ustar debian/control0000644000000000000000000000213311716300417010570 0ustar Source: libnet-iptrie-perl Maintainer: Debian Perl Group Uploaders: Carlos Vicente Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000), Build-Depends-Indep: libnetaddr-ip-perl, perl (>= 5.11.3) | libscalar-list-utils-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libnet-iptrie-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libnet-iptrie-perl.git Homepage: http://search.cpan.org/dist/Net-IPTrie/ Package: libnet-iptrie-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libnetaddr-ip-perl, perl (>= 5.11.3) | libscalar-list-utils-perl Description: Perl module for building IPv4 and IPv6 address space hierarchies Net::IPTrie uses a radix tree (or trie) to quickly build the hierarchy of a given address space (both IPv4 and IPv6). This allows the user to perform fast subnet or routing lookups. It is implemented exclusively in Perl. debian/copyright0000644000000000000000000000176311716300417011130 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Net-IPTrie Upstream-Contact: Carlos Vicente Source: http://search.cpan.org/dist/Net-IPTrie/ Files: * Copyright: 2007-2010 Carlos Vicente License: GPL-1+ or Artistic Files: debian/* Copyright: 2012, Carlos Vicente License: GPL-1+ or Artistic 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 the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' debian/watch0000644000000000000000000000016111716300417010215 0ustar version=3 http://search.cpan.org/dist/Net-IPTrie/ .*/Net-IPTrie-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011716300417010615 5ustar debian/patches/node_descr.patch0000644000000000000000000000051411716300417013743 0ustar Description: Add short description to Class NAME Author: Carlos Vicente Last-Update: 2012-02-13 --- a/lib/Net/IPTrie/Node.pm +++ b/lib/Net/IPTrie/Node.pm @@ -25,7 +25,7 @@ =head1 NAME -Net::IPTrie::Node +Net::IPTrie::Node - Implements attributes and behavior for nodes inside the trie =head1 SYNOPSIS debian/patches/series0000644000000000000000000000002111716300417012023 0ustar node_descr.patch debian/compat0000644000000000000000000000000211716300417010364 0ustar 8 debian/changelog0000644000000000000000000000024111716300417011035 0ustar libnet-iptrie-perl (0.7-1) unstable; urgency=low * Initial Release (Closes: #659380) -- Carlos Vicente Fri, 10 Feb 2012 12:48:23 -0800 debian/libnet-iptrie-perl.docs0000644000000000000000000000000711716300417013544 0ustar README debian/source/0000755000000000000000000000000011716300417010466 5ustar debian/source/format0000644000000000000000000000001411716300417011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611716300417010245 0ustar #!/usr/bin/make -f %: dh $@