r116 - in packages/libnet-patricia-perl/trunk: . debian

Allard Hoeve hoeve-guest@haydn.debian.org
Thu, 10 Jun 2004 08:06:12 -0600


Author: hoeve-guest
Date: 2004-06-10 08:06:08 -0600 (Thu, 10 Jun 2004)
New Revision: 116

Added:
   packages/libnet-patricia-perl/trunk/debian/
   packages/libnet-patricia-perl/trunk/debian/changelog
   packages/libnet-patricia-perl/trunk/debian/control
   packages/libnet-patricia-perl/trunk/debian/copyright
   packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.dirs
   packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.docs
   packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.files
   packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.manpages
   packages/libnet-patricia-perl/trunk/debian/rules
Log:
Load libnet-patricia-perl-1.010 into
packages/libnet-patricia-perl/trunk.


Added: packages/libnet-patricia-perl/trunk/debian/changelog
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/changelog	2004-06-10 14:04:51 UTC (rev 115)
+++ packages/libnet-patricia-perl/trunk/debian/changelog	2004-06-10 14:06:08 UTC (rev 116)
@@ -0,0 +1,44 @@
+libnet-patricia-perl (1.010-5) unstable; urgency=low
+
+  * Corrected Maintainer e-Mail Address
+
+ -- Joachim Breitner <nomeata@debian.org>  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 <zehrer@zepan.org>  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 <ema@debian.org>  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 <joss@debian.org>  Sat, 31 Aug 2002 18:13:35 +0200
+
+libnet-patricia-perl (1.010-2) unstable; urgency=low
+
+  * Debian dir cleanup.
+
+ -- Christopher L Cheney <ccheney@debian.org>  Sat, 11 Aug 2001 00:00:00 -0500
+
+libnet-patricia-perl (1.010-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christopher L Cheney <ccheney@debian.org>  Tue,  6 Mar 2001 10:00:00 -0600
+
+Local variables:
+mode: debian-changelog
+End:

Added: packages/libnet-patricia-perl/trunk/debian/control
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/control	2004-06-10 14:04:51 UTC (rev 115)
+++ packages/libnet-patricia-perl/trunk/debian/control	2004-06-10 14:06:08 UTC (rev 116)
@@ -0,0 +1,27 @@
+Source: libnet-patricia-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Michael Zehrer <zehrer@zepan.org>, Joachim Breitner <nomeata@debian.org>
+Build-Depends: debhelper (>> 3.0.0), perl (>= 5.8.0-3)
+Standards-Version: 3.6.1
+
+Package: libnet-patricia-perl
+Section: perl
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, ${perl:Depends}
+Description: Perl module for fast IP address lookups
+ This module 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.

Added: packages/libnet-patricia-perl/trunk/debian/copyright
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/copyright	2004-06-10 14:04:51 UTC (rev 115)
+++ packages/libnet-patricia-perl/trunk/debian/copyright	2004-06-10 14:06:08 UTC (rev 116)
@@ -0,0 +1,14 @@
+This package was debianized by Christopher L Cheney <ccheney@debian.org> on
+Mon,  5 Mar 2001 22:42:58 -0600.
+
+It was downloaded from http://net.doit.wisc.edu/~plonka/Net-Patricia/
+
+Upstream Author: Dave Plonka <plonka@doit.wisc.edu>
+
+Copyright:
+
+Copyright (C) 2000  Dave Plonka
+
+You are free to distribute this software under the terms of the GNU General
+Public License.  On Debian systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL file.

Added: packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.dirs
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.dirs	2004-06-10 14:04:51 UTC (rev 115)
+++ packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.dirs	2004-06-10 14:06:08 UTC (rev 116)
@@ -0,0 +1,3 @@
+usr/lib/perl5/auto/Net/Patricia
+usr/lib/perl5/Net
+usr/share/man/man3

Added: packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.docs
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.docs	2004-06-10 14:04:51 UTC (rev 115)
+++ packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.docs	2004-06-10 14:06:08 UTC (rev 116)
@@ -0,0 +1 @@
+README

Added: packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.files
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.files	2004-06-10 14:04:51 UTC (rev 115)
+++ packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.files	2004-06-10 14:06:08 UTC (rev 116)
@@ -0,0 +1 @@
+usr/lib/perl5/*

Added: packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.manpages
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.manpages	2004-06-10 14:04:51 UTC (rev 115)
+++ packages/libnet-patricia-perl/trunk/debian/libnet-patricia-perl.manpages	2004-06-10 14:06:08 UTC (rev 116)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man3/*

Added: packages/libnet-patricia-perl/trunk/debian/rules
===================================================================
--- packages/libnet-patricia-perl/trunk/debian/rules	2004-06-10 14:04:51 UTC (rev 115)
+++ packages/libnet-patricia-perl/trunk/debian/rules	2004-06-10 14:06:08 UTC (rev 116)
@@ -0,0 +1,71 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=3
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+	$(MAKE) test OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_movefiles 
+
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/libnet-patricia-perl/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *