[Python-modules-commits] r10245 - in packages/pysubnettree/tags (10 files)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Mon Nov 2 07:45:09 UTC 2009
Date: Monday, November 2, 2009 @ 07:45:07
Author: kitterma-guest
Revision: 10245
Tagging 0.12-2.
Added:
packages/pysubnettree/tags/0.12-2/
packages/pysubnettree/tags/0.12-2/debian/
packages/pysubnettree/tags/0.12-2/debian/changelog
packages/pysubnettree/tags/0.12-2/debian/compat
packages/pysubnettree/tags/0.12-2/debian/control
packages/pysubnettree/tags/0.12-2/debian/copyright
packages/pysubnettree/tags/0.12-2/debian/docs
packages/pysubnettree/tags/0.12-2/debian/pycompat
packages/pysubnettree/tags/0.12-2/debian/rules
packages/pysubnettree/tags/0.12-2/debian/watch
Added: packages/pysubnettree/tags/0.12-2/debian/changelog
===================================================================
--- packages/pysubnettree/tags/0.12-2/debian/changelog (rev 0)
+++ packages/pysubnettree/tags/0.12-2/debian/changelog 2009-11-02 07:45:07 UTC (rev 10245)
@@ -0,0 +1,50 @@
+pysubnettree (0.12-2) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - Switch Vcs-Browser field to viewsvn
+
+ [ Scott Kitterman ]
+ * 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
+ * Fix svn path to DPMT repository in debian/control
+
+ -- 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-2/debian/compat
===================================================================
--- packages/pysubnettree/tags/0.12-2/debian/compat (rev 0)
+++ packages/pysubnettree/tags/0.12-2/debian/compat 2009-11-02 07:45:07 UTC (rev 10245)
@@ -0,0 +1 @@
+5
Added: packages/pysubnettree/tags/0.12-2/debian/control
===================================================================
--- packages/pysubnettree/tags/0.12-2/debian/control (rev 0)
+++ packages/pysubnettree/tags/0.12-2/debian/control 2009-11-02 07:45:07 UTC (rev 10245)
@@ -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: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all-dev (>= 2.5.4-2~), python-central (>= 0.6)
+XS-Python-Version: all
+Standards-Version: 3.8.3
+Homepage: http://www.icir.org/robin/pysubnettree/
+Vcs-Svn: svn://svn.debian.org/python-modules/svn/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: 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.
Added: packages/pysubnettree/tags/0.12-2/debian/copyright
===================================================================
--- packages/pysubnettree/tags/0.12-2/debian/copyright (rev 0)
+++ packages/pysubnettree/tags/0.12-2/debian/copyright 2009-11-02 07:45:07 UTC (rev 10245)
@@ -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-2/debian/docs
===================================================================
--- packages/pysubnettree/tags/0.12-2/debian/docs (rev 0)
+++ packages/pysubnettree/tags/0.12-2/debian/docs 2009-11-02 07:45:07 UTC (rev 10245)
@@ -0,0 +1 @@
+README
Added: packages/pysubnettree/tags/0.12-2/debian/pycompat
===================================================================
--- packages/pysubnettree/tags/0.12-2/debian/pycompat (rev 0)
+++ packages/pysubnettree/tags/0.12-2/debian/pycompat 2009-11-02 07:45:07 UTC (rev 10245)
@@ -0,0 +1 @@
+2
Added: packages/pysubnettree/tags/0.12-2/debian/rules
===================================================================
--- packages/pysubnettree/tags/0.12-2/debian/rules (rev 0)
+++ packages/pysubnettree/tags/0.12-2/debian/rules 2009-11-02 07:45:07 UTC (rev 10245)
@@ -0,0 +1,21 @@
+#!/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
+include /usr/share/python/python.mk
+
+build/python-subnettree::
+ set -e; \
+ for i in $(shell pyversions -s); do \
+ $i ./setup.py build; \
+ done
+
+install/python-subnettree::
+ for i in $(shell pyversions -s); do \
+ $i ./setup.py install --install-layout=deb --root $(CURDIR)/debian/python-subnettree; \
+ done
+ rm -rf $(CURDIR)/debian/python-subnettree/usr/lib/python2.6/site-packages
Property changes on: packages/pysubnettree/tags/0.12-2/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/pysubnettree/tags/0.12-2/debian/watch
===================================================================
--- packages/pysubnettree/tags/0.12-2/debian/watch (rev 0)
+++ packages/pysubnettree/tags/0.12-2/debian/watch 2009-11-02 07:45:07 UTC (rev 10245)
@@ -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