[Python-modules-commits] r3439 - in /packages/pysubnettree/tags/0.11-1: ./ debian/ debian/changelog debian/compat debian/control debian/copyright debian/docs debian/patches/ debian/patches/setup_correction.patch debian/pycompat debian/pyversions debian/rules debian/watch
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Mon Oct 15 22:31:53 UTC 2007
Author: kitterma-guest
Date: Mon Oct 15 22:31:53 2007
New Revision: 3439
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3439
Log:
Tag pysubnettree 0.11-1.
Added:
packages/pysubnettree/tags/0.11-1/
packages/pysubnettree/tags/0.11-1/debian/
packages/pysubnettree/tags/0.11-1/debian/changelog
packages/pysubnettree/tags/0.11-1/debian/compat
packages/pysubnettree/tags/0.11-1/debian/control
packages/pysubnettree/tags/0.11-1/debian/copyright
packages/pysubnettree/tags/0.11-1/debian/docs
packages/pysubnettree/tags/0.11-1/debian/patches/
packages/pysubnettree/tags/0.11-1/debian/patches/setup_correction.patch
packages/pysubnettree/tags/0.11-1/debian/pycompat
packages/pysubnettree/tags/0.11-1/debian/pyversions
packages/pysubnettree/tags/0.11-1/debian/rules (with props)
packages/pysubnettree/tags/0.11-1/debian/watch
Added: packages/pysubnettree/tags/0.11-1/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/changelog?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/changelog (added)
+++ packages/pysubnettree/tags/0.11-1/debian/changelog Mon Oct 15 22:31:53 2007
@@ -1,0 +1,7 @@
+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 <scott at kitterman.com> Mon, 15 Oct 2007 17:09:10 -0400
Added: packages/pysubnettree/tags/0.11-1/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/compat?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/compat (added)
+++ packages/pysubnettree/tags/0.11-1/debian/compat Mon Oct 15 22:31:53 2007
@@ -1,0 +1,1 @@
+5
Added: packages/pysubnettree/tags/0.11-1/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/control?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/control (added)
+++ packages/pysubnettree/tags/0.11-1/debian/control Mon Oct 15 22:31:53 2007
@@ -1,0 +1,19 @@
+Source: pysubnettree
+Section: python
+Priority: optional
+Maintainer: Scott Kitterman <scott at kitterman.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all-dev (>= 2.4.4-3), python-support (>= 0.6.4)
+Standards-Version: 3.7.2
+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/?op=log
+
+Package: python-subnettree
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+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.
Added: packages/pysubnettree/tags/0.11-1/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/copyright?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/copyright (added)
+++ packages/pysubnettree/tags/0.11-1/debian/copyright Mon Oct 15 22:31:53 2007
@@ -1,0 +1,77 @@
+This package was debianized by Scott Kitterman <scott at kitterman.com> 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 <robin at icir.org>
+
+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 <plonka at doit.wisc.edu>
+ 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 <scott at kitterman.com> and is
+licensed under the same terms as the upstream package (as described in the
+LICENSE file). See above.
+
Added: packages/pysubnettree/tags/0.11-1/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/docs?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/docs (added)
+++ packages/pysubnettree/tags/0.11-1/debian/docs Mon Oct 15 22:31:53 2007
@@ -1,0 +1,1 @@
+README
Added: packages/pysubnettree/tags/0.11-1/debian/patches/setup_correction.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/patches/setup_correction.patch?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/patches/setup_correction.patch (added)
+++ packages/pysubnettree/tags/0.11-1/debian/patches/setup_correction.patch Mon Oct 15 22:31:53 2007
@@ -1,0 +1,12 @@
+diff -Nur pysubnettree-0.11/setup.py pysubnettree-0.11.new/setup.py
+--- pysubnettree-0.11/setup.py 2007-10-06 19:54:57.000000000 -0400
++++ pysubnettree-0.11.new/setup.py 2007-10-15 17:08:21.000000000 -0400
+@@ -8,7 +8,7 @@
+ version="0.2",
+ author="Robin Sommer",
+ author_email="robin at icir.org",
+- license="GPL",
++ license="BSD",
+ url="http://www.icir.org/robin/pysubnettree",
+ py_modules=['SubnetTree'],
+ ext_modules = [
Added: packages/pysubnettree/tags/0.11-1/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/pycompat?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/pycompat (added)
+++ packages/pysubnettree/tags/0.11-1/debian/pycompat Mon Oct 15 22:31:53 2007
@@ -1,0 +1,1 @@
+2
Added: packages/pysubnettree/tags/0.11-1/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/pyversions?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/pyversions (added)
+++ packages/pysubnettree/tags/0.11-1/debian/pyversions Mon Oct 15 22:31:53 2007
@@ -1,0 +1,1 @@
+2.4-
Added: packages/pysubnettree/tags/0.11-1/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/rules?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/rules (added)
+++ packages/pysubnettree/tags/0.11-1/debian/rules Mon Oct 15 22:31:53 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+DEB_PYTHON_SYSTEM=pysupport
+
+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
Propchange: packages/pysubnettree/tags/0.11-1/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/pysubnettree/tags/0.11-1/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.11-1/debian/watch?rev=3439&op=file
==============================================================================
--- packages/pysubnettree/tags/0.11-1/debian/watch (added)
+++ packages/pysubnettree/tags/0.11-1/debian/watch Mon Oct 15 22:31:53 2007
@@ -1,0 +1,3 @@
+version=3
+http://www.icir.org/robin/pysubnettree/pysubnettree-(.*).tar.gz debian uupdate
+
More information about the Python-modules-commits
mailing list