[Python-modules-commits] r3314 - in /packages: pymilter/trunk/debian/ pysubnettree/ pysubnettree/branches/ pysubnettree/tags/ pysubnettree/trunk/ pysubnettree/trunk/debian/ pysubnettree/trunk/debian/patches/
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Thu Sep 27 04:54:09 UTC 2007
Author: kitterma-guest
Date: Thu Sep 27 04:54:06 2007
New Revision: 3314
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3314
Log:
Add pysubnettree to DPMT svn.
Added:
packages/pysubnettree/
packages/pysubnettree/branches/
packages/pysubnettree/tags/
packages/pysubnettree/trunk/
packages/pysubnettree/trunk/debian/
packages/pysubnettree/trunk/debian/changelog
packages/pysubnettree/trunk/debian/compat
packages/pysubnettree/trunk/debian/control
packages/pysubnettree/trunk/debian/copyright
packages/pysubnettree/trunk/debian/docs
packages/pysubnettree/trunk/debian/patches/
packages/pysubnettree/trunk/debian/pycompat
packages/pysubnettree/trunk/debian/pyversions
packages/pysubnettree/trunk/debian/rules (with props)
packages/pysubnettree/trunk/debian/test
packages/pysubnettree/trunk/debian/watch
Modified:
packages/pymilter/trunk/debian/control
Modified: packages/pymilter/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pymilter/trunk/debian/control?rev=3314&op=diff
==============================================================================
--- packages/pymilter/trunk/debian/control (original)
+++ packages/pymilter/trunk/debian/control Thu Sep 27 04:54:06 2007
@@ -5,7 +5,7 @@
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.3.5-11), python-support (>= 0.6.4), libmilter-dev
Standards-Version: 3.7.2
-Homepage: http://sourceforge.net/projects/pymilter/
+Homepage: http://sourceforge.net/projects/pymilter/
XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pymilter/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pymilter/?op=log
Added: packages/pysubnettree/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/changelog?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/changelog (added)
+++ packages/pysubnettree/trunk/debian/changelog Thu Sep 27 04:54:06 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/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/compat?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/compat (added)
+++ packages/pysubnettree/trunk/debian/compat Thu Sep 27 04:54:06 2007
@@ -1,0 +1,1 @@
+5
Added: packages/pysubnettree/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/control?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/control (added)
+++ packages/pysubnettree/trunk/debian/control Thu Sep 27 04:54:06 2007
@@ -1,0 +1,20 @@
+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 notation to Python objects. Lookups are performed
+ by longest-prefix matching.
+
Added: packages/pysubnettree/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/copyright?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/copyright (added)
+++ packages/pysubnettree/trunk/debian/copyright Thu Sep 27 04:54:06 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/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/docs?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/docs (added)
+++ packages/pysubnettree/trunk/debian/docs Thu Sep 27 04:54:06 2007
@@ -1,0 +1,1 @@
+README
Added: packages/pysubnettree/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/pycompat?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/pycompat (added)
+++ packages/pysubnettree/trunk/debian/pycompat Thu Sep 27 04:54:06 2007
@@ -1,0 +1,1 @@
+2
Added: packages/pysubnettree/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/pyversions?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/pyversions (added)
+++ packages/pysubnettree/trunk/debian/pyversions Thu Sep 27 04:54:06 2007
@@ -1,0 +1,1 @@
+2.4-
Added: packages/pysubnettree/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/rules?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/rules (added)
+++ packages/pysubnettree/trunk/debian/rules Thu Sep 27 04:54:06 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/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/pysubnettree/trunk/debian/test
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/test?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/test (added)
+++ packages/pysubnettree/trunk/debian/test Thu Sep 27 04:54:06 2007
@@ -1,0 +1,1 @@
+test.py
Added: packages/pysubnettree/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/debian/watch?rev=3314&op=file
==============================================================================
--- packages/pysubnettree/trunk/debian/watch (added)
+++ packages/pysubnettree/trunk/debian/watch Thu Sep 27 04:54:06 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