--- pysubnettree-0.12.orig/debian/control +++ pysubnettree-0.12/debian/control @@ -0,0 +1,22 @@ +Source: pysubnettree +Section: python +Priority: optional +Maintainer: Scott Kitterman +Uploaders: Debian Python Modules Team +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all-dev (>= 2.4.4-3), python-central (>= 0.6) +XS-Python-Version: all +Standards-Version: 3.8.0.1 +Homepage: http://www.icir.org/robin/pysubnettree/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/pysubnettree/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/?op=log +XS-DM-Upload-Allowed: yes + +Package: python-subnettree +Architecture: any +Depends: ${python:Depends}, ${shlibs:Depends} +Provides: ${python:Provides} +XB-Python-Version: all +Description: Python Module for CIDR Lookups + The PySubnetTree package provides a Python data structure SubnetTree which + maps subnets given in CIDR (Classless Inter-Domain Routing) notation to Python + objects. Lookups are performed by longest-prefix matching. --- pysubnettree-0.12.orig/debian/docs +++ pysubnettree-0.12/debian/docs @@ -0,0 +1 @@ +README --- pysubnettree-0.12.orig/debian/watch +++ pysubnettree-0.12/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://www.icir.org/robin/pysubnettree/pysubnettree-(.*).tar.gz debian uupdate + --- pysubnettree-0.12.orig/debian/rules +++ pysubnettree-0.12/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk --- pysubnettree-0.12.orig/debian/changelog +++ pysubnettree-0.12/debian/changelog @@ -0,0 +1,37 @@ +pysubnettree (0.12-1build1) jaunty; urgency=low + + * No change rebuild for Python 2.6 + + -- Scott Kitterman Mon, 23 Feb 2009 19:01:20 -0500 + +pysubnettree (0.12-1) unstable; urgency=low + + [ Sandro Tosi ] + * debian/control + - uniforming Vcs-Browser field + + [ Scott Kitterman ] + * New upstream release + * Switch to python-central + - Update debian/control and rules + - Remove debian/pyversions + * Update standards version to 3.8.0.1 without further change + * Add XS-DM-Upload-Allowed: yes + + -- Scott Kitterman Sun, 17 Aug 2008 11:36:08 -0400 + +pysubnettree (0.11+1-1) unstable; urgency=low + + * New fake upstream release + - Corrects package license in setup.py + * Removed setup_correction.patch (incorporated upstream) + + -- Scott Kitterman Thu, 18 Oct 2007 15:22:33 -0400 + +pysubnettree (0.11-1) unstable; urgency=low + + * Initial Debian package (Closes: #446816) + * Patch setup.py to correctly reflect package license + (setup_correction.patch) + + -- Scott Kitterman Mon, 15 Oct 2007 17:09:10 -0400 --- pysubnettree-0.12.orig/debian/compat +++ pysubnettree-0.12/debian/compat @@ -0,0 +1 @@ +5 --- pysubnettree-0.12.orig/debian/pycompat +++ pysubnettree-0.12/debian/pycompat @@ -0,0 +1 @@ +2 --- pysubnettree-0.12.orig/debian/pyversions +++ pysubnettree-0.12/debian/pyversions @@ -0,0 +1 @@ +2.4- --- pysubnettree-0.12.orig/debian/copyright +++ pysubnettree-0.12/debian/copyright @@ -0,0 +1,77 @@ +This package was debianized by Scott Kitterman on +Thursday September 27, 2007 00:04:29 -0400. + +It was downloaded from http://www.icir.org/robin/pysubnettree/ + +Author: + Copyright (C) 2007 Robin Sommer + +License: + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + * 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. + + * Neither the name of the International Computer Science + Institute nor the names of its contributors may be used to + endorse or promote products derived from this software without + specific prior written permission. + +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 OWNER 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. + +patricia.c and patricia.h: + Copyright (C) 1997, 1998, 1999 Dave Plonka + Portions Copyright (C) 1997, 1998, 1999 The Regents of the University of + Michigan ("The Regents") and Merit Network, Inc. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + 1. Redistributions of source code must retain the above + copyright notice, this list of conditions and the + following disclaimer. + 2. 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. + 3. All advertising materials mentioning features or use of + this software must display the following acknowledgement: + This product includes software developed by the University of Michigan, Merit + Network, Inc., and their contributors. + 4. Neither the name of the University, Merit Network, nor the + names of their contributors may be used to endorse or + promote products derived from this software without + specific prior written permission. + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. + +The Debian packaging is (C) 2007, Scott Kitterman and is +licensed under the same terms as the upstream package (as described in the +LICENSE file). See above. +