debian/0000755000000000000000000000000012230271512007161 5ustar debian/rules0000755000000000000000000000003612230271512010240 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000332012230271512010562 0ustar Source: libnet-patricia-perl Maintainer: Debian Perl Group Uploaders: Niko Tyni , gregor herrmann , Damyan Ivanov , Ryan Niebur , Jotam Jr. Trejo , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), perl, libsocket6-perl, libnet-cidr-lite-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-patricia-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-patricia-perl.git Homepage: https://metacpan.org/release/Net-Patricia/ Package: libnet-patricia-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libsocket6-perl, libnet-cidr-lite-perl Description: Perl module for fast IP address lookups Net::Patricia uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. The data structure is based on a radix tree using a radix of two, so sometimes you see patricia implementations called "radix" as well. The term "Trie" is derived from the word "retrieval" but is pronounced like "try". Patricia stands for "Practical Algorithm to Retrieve Information Coded as Alphanumeric", and was first suggested for routing table lookups by Van Jacobsen. Patricia Trie performance characteristics are well-known as it has been employed for routing table lookups within the BSD kernel since the 4.3 Reno release. debian/source/0000755000000000000000000000000012230271512010461 5ustar debian/source/format0000644000000000000000000000001412230271512011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001614312230271512011040 0ustar libnet-patricia-perl (1.22-1) unstable; urgency=low * New upstream release. * Update years of packaging copyright. -- gregor herrmann Fri, 18 Oct 2013 19:43:28 +0200 libnet-patricia-perl (1.21-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Imported Upstream version 1.20 * Update debian/copyright file. Update format to copyrigh-format 1.0 as released together with Debian policy 3.9.3. * Bump Debhelper compat level to 9. Adjust versioned Build-Depends on debhelper to (>= 9). * Bump Standards-Version to 3.9.4 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Import Upstream version 1.21 * Update copyright and license for libpatricia/* according to the changes to libpatricia/copyright (license became more permissive) * Specify 9.20120312 as the minimum debhelper version for dh compat level 9 * Add myself to uploaders and copyright -- Florian Schlichting Thu, 03 Oct 2013 16:28:21 +0200 libnet-patricia-perl (1.19-1) unstable; urgency=low [ Jotam Jr. Trejo ] * New upstream release [ Salvatore Bonaccorso ] * Refresh makefile.PL.patch patch. -- Jotam Jr. Trejo Sat, 04 Dec 2010 01:10:56 -0600 libnet-patricia-perl (1.18-1) unstable; urgency=low [ Jotam Jr. Trejo ] * New upstream release * debian/copyright: Adopt format specification givin in revision 135 of DEP5 proposal for machine readable copyright information * debian/control: Add myself to Uploaders * debian/control: Bump Standards Version to 3.9.1, no changes needed * debian/control: Add (build) dependency on libnet-cidr-lite-perl [ Ansgar Burchardt ] * debian/copyright: Merge "GPL-1+ or GPL-2+" to "GPL-1+". * Add build-dep on perl (>= 5.10.1) | libtest-simple-perl (>= 0.88). -- Jotam Jr. Trejo Fri, 05 Nov 2010 01:17:10 -0600 libnet-patricia-perl (1.16-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * Removed Michael Zehrer from Uploaders (Closes: #540824) [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * New upstream release. * Add (build) dependency on libsocket6-perl. * Set Standards-Version to 3.8.4, remove version from perl build dependency. * Convert to source format 3.0 (quilt). * Simplify debian/rules. -- gregor herrmann Sat, 06 Mar 2010 17:57:44 +0100 libnet-patricia-perl (1.15-1) unstable; urgency=low [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: mention module name in long description. * Add header to Makefile.PL.patch. [ Ryan Niebur ] * New upstream release * Add myself to Uploaders * Debian Policy 3.8.1 * machine readable copyright format * debhelper 7 -- Ryan Niebur Sun, 17 May 2009 14:07:42 -0700 libnet-patricia-perl (1.014-4) unstable; urgency=low [ Joachim Breitner ] * Removed myself from uploaders. [ gregor herrmann ] * debian/rules: touch Makefile in clean target after unpatching Makefile.PL to prevent it from being re-built; allows building twice in a row. * Refresh debian/rules, don't install README any more. * debian/copyright: point to CPAN for the upstream source. * Add /me to Uploaders. * Make build dependency on quilt versioned. -- gregor herrmann Wed, 30 Apr 2008 23:18:26 +0200 libnet-patricia-perl (1.014-3) unstable; urgency=low [ gregor herrmann ] The 'ready for perl 5.10' release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/share/perl5 only if it exists. * Separate patch against Makefile.PL into a proper patch, add quilt framework. * debian/rules: - remove configure/-stamp targets - create install-stamp target depending on build-stamp - move dh_clean before make distclean and use it for removing -stamp files - remove unneeded calls to dh_installman and dh_link; remove debian/libnet-patricia-perl.manpages too * Remove debian/libnet-patricia-perl.docs and install README directly from debian/rules. * Remove unneeded debian/libnet-patricia-perl.dirs, the directories are created by make install anyway. * Set Standards-Version to 3.7.3 (no changes needed). * Set debhelper compatibility level to 6. * debian/copyright: copy copyright/license information verbatim from the module and add copyright/license information for contributed code. * debian/watch: use dist-based URL. [ Damyan Ivanov ] * remove unneeded dh_installdirs and dh_makeshlibs calls * add myself to Uploaders -- Damyan Ivanov Wed, 23 Jan 2008 22:43:24 +0200 libnet-patricia-perl (1.014-2) unstable; urgency=low * Don't link unnecessarily with -lnsl. * Support DEB_BUILD_OPTIONS=noopt. * Upgrade to Standards-Version 3.7.2. No changes needed. -- Niko Tyni Tue, 26 Sep 2006 21:53:41 +0300 libnet-patricia-perl (1.014-1) unstable; urgency=low * New upstream release * Updated to Standards-Version 3.6.2 and DH_COMPAT >= 5 * Don't ignore the return value of 'make distclean' * Remove dh_movefiles call; install everything into debian/$(PACKAGE) straight away * Add debian/watch -- Niko Tyni Tue, 27 Dec 2005 21:09:16 +0200 libnet-patricia-perl (1.010-5) unstable; urgency=low * Corrected Maintainer e-Mail Address -- Joachim Breitner Fri, 27 Feb 2004 12:33:20 +0100 libnet-patricia-perl (1.010-4) unstable; urgency=low * Adopted orphaned package for Debian Perl Group (Closes: #217115) -- Michael Zehrer Sun, 25 Jan 2004 15:30:00 +0100 libnet-patricia-perl (1.010-3) unstable; urgency=low * Maintainer field set to QA group. * Useless README.Debian removed. Closes: #142343 * debian/control: Section changed to perl. * Updated Standard Versions to 3.6.1. * "Upstream Author(s)" replaced with "Upstream Author" in debian/copyright. -- Emanuele Rocca Thu, 20 Nov 2003 17:20:09 +0100 libnet-patricia-perl (1.010-2.1) unstable; urgency=low * NMU for perl 5.8. * Bumped build dependency to perl (>= 5.8.0-3). -- Josselin Mouette Sat, 31 Aug 2002 18:13:35 +0200 libnet-patricia-perl (1.010-2) unstable; urgency=low * Debian dir cleanup. -- Christopher L Cheney Sat, 11 Aug 2001 00:00:00 -0500 libnet-patricia-perl (1.010-1) unstable; urgency=low * Initial Release. -- Christopher L Cheney Tue, 6 Mar 2001 10:00:00 -0600 Local variables: mode: debian-changelog End: debian/compat0000644000000000000000000000000212230271512010357 0ustar 9 debian/patches/0000755000000000000000000000000012230271512010610 5ustar debian/patches/series0000644000000000000000000000002212230271512012017 0ustar Makefile.PL.patch debian/patches/Makefile.PL.patch0000644000000000000000000000100612230271512013655 0ustar Author: Niko Tyni Description: Don't link unnecessarily with -lnsl. --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ WriteMakefile( 'NAME' => 'Net::Patricia', 'VERSION_FROM' => 'Patricia.pm', # finds $VERSION - 'LIBS' => ['-lnsl'], # e.g., '-lm' + 'LIBS' => [''], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '', # e.g., '-I/usr/include/other' 'MYEXTLIB' => 'libpatricia/libpatricia$(LIB_EXT)', # e.g., '-I/usr/include/other' debian/copyright0000644000000000000000000000633212230271512011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Net-Patricia Upstream-Contact: Dave Plonka Philip Prindeville Source: https://metacpan.org/release/Net-Patricia/ Files: * Copyright: 2000-2005 Dave Plonka 2009 Dave Plonka 2009 Philip Prindeville License: GPL-2+ Files: libpatricia/* Copyright: 1999-2013 The Regents of the University of Michigan ("The Regents") and Merit Network, Inc. License: other Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2001, Christopher L Cheney 2002, Josselin Mouette 2003, Emanuele Rocca 2004, Joachim Breitner 2004, Michael Zehrer 2005, 2006, Niko Tyni 2008, 2010, 2013, gregor herrmann 2008, Damyan Ivanov 2009, Ryan Niebur 2010, Jotam Jr. Trejo 2013, Florian Schlichting 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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; version 2 dated June, 1991, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000016212230271512010211 0ustar version=3 https://metacpan.org/release/Net-Patricia/ .*/Net-Patricia-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)