[Python-modules-commits] r3316 - in /packages/pysubnettree/tags/0.1-1: ./ changelog compat control copyright docs pycompat pyversions rules watch

kitterma-guest at users.alioth.debian.org kitterma-guest at users.alioth.debian.org
Thu Sep 27 17:30:22 UTC 2007


Author: kitterma-guest
Date: Thu Sep 27 17:30:22 2007
New Revision: 3316

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3316
Log:
Tagging version 0.1-1. Initial release.

Added:
    packages/pysubnettree/tags/0.1-1/
    packages/pysubnettree/tags/0.1-1/changelog
    packages/pysubnettree/tags/0.1-1/compat
    packages/pysubnettree/tags/0.1-1/control
    packages/pysubnettree/tags/0.1-1/copyright
    packages/pysubnettree/tags/0.1-1/docs
    packages/pysubnettree/tags/0.1-1/pycompat
    packages/pysubnettree/tags/0.1-1/pyversions
    packages/pysubnettree/tags/0.1-1/rules   (with props)
    packages/pysubnettree/tags/0.1-1/watch

Added: packages/pysubnettree/tags/0.1-1/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/changelog?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/changelog (added)
+++ packages/pysubnettree/tags/0.1-1/changelog Thu Sep 27 17:30:22 2007
@@ -1,0 +1,5 @@
+pysubnettree (0.1-1) unstable; urgency=low
+
+  * Initial Debian package
+
+ -- Scott Kitterman <scott at kitterman.com>  Thu, 27 Sep 2007 00:22:34 -0400

Added: packages/pysubnettree/tags/0.1-1/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/compat?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/compat (added)
+++ packages/pysubnettree/tags/0.1-1/compat Thu Sep 27 17:30:22 2007
@@ -1,0 +1,1 @@
+5

Added: packages/pysubnettree/tags/0.1-1/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/control?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/control (added)
+++ packages/pysubnettree/tags/0.1-1/control Thu Sep 27 17:30:22 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/	
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pysubnettree/trunk/	
+XS-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.1-1/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/copyright?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/copyright (added)
+++ packages/pysubnettree/tags/0.1-1/copyright Thu Sep 27 17:30:22 2007
@@ -1,0 +1,67 @@
+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:
+
+This is free software; you can redistribute it and/or modify it under the terms
+of the GNU General Public License (version 2), or (at your option) any later 
+version.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GPL v2 can be found here:
+  /usr/share/common-licenses/GPL-2
+
+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 GPL version 2 or later.  See above.
+

Added: packages/pysubnettree/tags/0.1-1/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/docs?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/docs (added)
+++ packages/pysubnettree/tags/0.1-1/docs Thu Sep 27 17:30:22 2007
@@ -1,0 +1,1 @@
+README

Added: packages/pysubnettree/tags/0.1-1/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/pycompat?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/pycompat (added)
+++ packages/pysubnettree/tags/0.1-1/pycompat Thu Sep 27 17:30:22 2007
@@ -1,0 +1,1 @@
+2

Added: packages/pysubnettree/tags/0.1-1/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/pyversions?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/pyversions (added)
+++ packages/pysubnettree/tags/0.1-1/pyversions Thu Sep 27 17:30:22 2007
@@ -1,0 +1,1 @@
+2.4-

Added: packages/pysubnettree/tags/0.1-1/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/rules?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/rules (added)
+++ packages/pysubnettree/tags/0.1-1/rules Thu Sep 27 17:30:22 2007
@@ -1,0 +1,7 @@
+#!/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

Propchange: packages/pysubnettree/tags/0.1-1/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/pysubnettree/tags/0.1-1/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/tags/0.1-1/watch?rev=3316&op=file
==============================================================================
--- packages/pysubnettree/tags/0.1-1/watch (added)
+++ packages/pysubnettree/tags/0.1-1/watch Thu Sep 27 17:30:22 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