[Python-modules-commits] r12638 - in packages/pysubnettree/tags (9 files)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Mon Apr 19 05:41:35 UTC 2010
Date: Monday, April 19, 2010 @ 05:41:33
Author: kitterma-guest
Revision: 12638
Tag 0.12-3
Added:
packages/pysubnettree/tags/0.12-3/
packages/pysubnettree/tags/0.12-3/debian/
packages/pysubnettree/tags/0.12-3/debian/changelog
packages/pysubnettree/tags/0.12-3/debian/compat
packages/pysubnettree/tags/0.12-3/debian/control
packages/pysubnettree/tags/0.12-3/debian/copyright
packages/pysubnettree/tags/0.12-3/debian/python-subnettree.docs
packages/pysubnettree/tags/0.12-3/debian/rules
packages/pysubnettree/tags/0.12-3/debian/watch
Added: packages/pysubnettree/tags/0.12-3/debian/changelog
===================================================================
--- packages/pysubnettree/tags/0.12-3/debian/changelog (rev 0)
+++ packages/pysubnettree/tags/0.12-3/debian/changelog 2010-04-19 05:41:33 UTC (rev 12638)
@@ -0,0 +1,59 @@
+pysubnettree (0.12-3) unstable; urgency=low
+
+ * Fix build for python2.6 so it works by switching from cdbs to dh7
+ (closes: 578339)
+ - Convert debian/rules to dh 7
+ - Drop build-depends on cdbs
+ - Bump minimum debhelper version requirement to 7.4.12
+ - Add missing build-depends on swig
+ - Remove pycompat since it will no longer be regenerated by cdbs
+ - Renumate debian/docs to debian/python-subnettree.docs
+ * Change XS/XB-Python-Version from all to >= 2.4
+ * Bump standards version to 3.8.4 without further change
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 19 Apr 2010 00:35:05 -0400
+
+pysubnettree (0.12-2) unstable; urgency=low
+
+ * Fix debian/rules to build for all supported Python versions
+ * Prepare for Python 2.6
+ - Add install-layout=deb to setup.py install rule
+ - Bump minimum python-all-dev version to 2.5.4-2~
+ - Remove extraneous site-packages dir for Python 2.6
+ * Bump standards version to 3.8.3 without further change
+ * Add ${misc:Depends} for python-subnettree
+ * Fix use of copyright symbol in debian/copyright
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 02 Nov 2009 01:40:46 -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 <scott at kitterman.com> 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 <scott at kitterman.com> 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 <scott at kitterman.com> Mon, 15 Oct 2007 17:09:10 -0400
Added: packages/pysubnettree/tags/0.12-3/debian/compat
===================================================================
--- packages/pysubnettree/tags/0.12-3/debian/compat (rev 0)
+++ packages/pysubnettree/tags/0.12-3/debian/compat 2010-04-19 05:41:33 UTC (rev 12638)
@@ -0,0 +1 @@
+7
Added: packages/pysubnettree/tags/0.12-3/debian/control
===================================================================
--- packages/pysubnettree/tags/0.12-3/debian/control (rev 0)
+++ packages/pysubnettree/tags/0.12-3/debian/control 2010-04-19 05:41:33 UTC (rev 12638)
@@ -0,0 +1,22 @@
+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: debhelper (>= 7.4.12), python-all-dev (>= 2.5.4-2~), python-central (>= 0.6), swig
+XS-Python-Version: >= 2.4
+Standards-Version: 3.8.4
+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}, ${misc:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: >= 2.4
+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.12-3/debian/copyright
===================================================================
--- packages/pysubnettree/tags/0.12-3/debian/copyright (rev 0)
+++ packages/pysubnettree/tags/0.12-3/debian/copyright 2010-04-19 05:41:33 UTC (rev 12638)
@@ -0,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 © 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 © 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.12-3/debian/python-subnettree.docs
===================================================================
--- packages/pysubnettree/tags/0.12-3/debian/python-subnettree.docs (rev 0)
+++ packages/pysubnettree/tags/0.12-3/debian/python-subnettree.docs 2010-04-19 05:41:33 UTC (rev 12638)
@@ -0,0 +1 @@
+README
Added: packages/pysubnettree/tags/0.12-3/debian/rules
===================================================================
--- packages/pysubnettree/tags/0.12-3/debian/rules (rev 0)
+++ packages/pysubnettree/tags/0.12-3/debian/rules 2010-04-19 05:41:33 UTC (rev 12638)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --buildsystem python_distutils --with python-central
Property changes on: packages/pysubnettree/tags/0.12-3/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pysubnettree/tags/0.12-3/debian/watch
===================================================================
--- packages/pysubnettree/tags/0.12-3/debian/watch (rev 0)
+++ packages/pysubnettree/tags/0.12-3/debian/watch 2010-04-19 05:41:33 UTC (rev 12638)
@@ -0,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