[Python-modules-commits] r22792 - in packages/pysubnettree/trunk/debian (5 files)
rul-guest at users.alioth.debian.org
rul-guest at users.alioth.debian.org
Thu Oct 18 22:35:05 UTC 2012
Date: Thursday, October 18, 2012 @ 22:35:04
Author: rul-guest
Revision: 22792
New upstream version
Modified:
packages/pysubnettree/trunk/debian/changelog
packages/pysubnettree/trunk/debian/compat
packages/pysubnettree/trunk/debian/control
packages/pysubnettree/trunk/debian/copyright
packages/pysubnettree/trunk/debian/watch
Modified: packages/pysubnettree/trunk/debian/changelog
===================================================================
--- packages/pysubnettree/trunk/debian/changelog 2012-10-18 20:54:53 UTC (rev 22791)
+++ packages/pysubnettree/trunk/debian/changelog 2012-10-18 22:35:04 UTC (rev 22792)
@@ -1,3 +1,15 @@
+pysubnettree (0.19-1) experimental; urgency=low
+
+ * New upstream release
+ - New upstream homepage
+ - Updated debian/watch file
+ * Remove deprecated XB-Python-Version field
+ * Change XS-Python-Version for X-Python-Version
+ * Updated copyright file to a machine readable format
+ * Bump standards version to 3.9.3 without further change
+
+ -- Raúl Benencia <rul at kalgan.cc> Tue, 17 Oct 2012 14:40:42 -0300
+
pysubnettree (0.12-4) unstable; urgency=low
* Convert from python-central to dh_python2
@@ -12,7 +24,7 @@
* Fix build for python2.6 so it works by switching from cdbs to dh7
(closes: 578339)
- - Convert debian/rules to dh 7
+ - 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
Modified: packages/pysubnettree/trunk/debian/compat
===================================================================
--- packages/pysubnettree/trunk/debian/compat 2012-10-18 20:54:53 UTC (rev 22791)
+++ packages/pysubnettree/trunk/debian/compat 2012-10-18 22:35:04 UTC (rev 22792)
@@ -1 +1 @@
-7
+9
Modified: packages/pysubnettree/trunk/debian/control
===================================================================
--- packages/pysubnettree/trunk/debian/control 2012-10-18 20:54:53 UTC (rev 22791)
+++ packages/pysubnettree/trunk/debian/control 2012-10-18 22:35:04 UTC (rev 22792)
@@ -2,20 +2,21 @@
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.6.5-2~), swig
-XS-Python-Version: >= 2.4
-Standards-Version: 3.8.4
-Homepage: http://www.icir.org/robin/pysubnettree/
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Raúl Benencia <rul at kalgan.cc>
+Build-Depends: debhelper (>= 9), python-all-dev, swig
+X-Python-Version: >= 2.4
+Standards-Version: 3.9.3
+Homepage: http://bro-ids.org/download/README.pysubnettree.html
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
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pysubnettree/trunk/
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.
+ objects. Lookups are performed by longest-prefix matching. It supports IPv6
+ addresses.
Modified: packages/pysubnettree/trunk/debian/copyright
===================================================================
--- packages/pysubnettree/trunk/debian/copyright 2012-10-18 20:54:53 UTC (rev 22791)
+++ packages/pysubnettree/trunk/debian/copyright 2012-10-18 22:35:04 UTC (rev 22792)
@@ -1,77 +1,78 @@
-This package was debianized by Scott Kitterman <scott at kitterman.com> on
-Thursday September 27, 2007 00:04:29 -0400.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: PySubnetTree
+Source: http://git.bro-ids.org/pysubnettree.git
-It was downloaded from http://www.icir.org/robin/pysubnettree/
+Files: *
+Copyright: 1995-2012, The Regents of the University of California through
+ the Lawrence Berkeley National Laboratory
+ 1995-2012, International Computer Science Institute.
+License: BSD-3-clause
-Author:
- Copyright © 2007 Robin Sommer <robin at icir.org>
+Files: debian/*
+Copyright: 2007-2010, Scott Kitterman <scott at kitterman.com>
+ 2012, Raúl Benencia <rul at kalgan.cc>
+License: BSD-3-clause
-License:
+Files: patricia.*
+Copyright: 1997-1999, Dave Plonka <plonka at doit.wisc.edu>
+ 1997-1999, The Regents of the University of Michigan and
+ Merit Network. All rights reserved.
+License: BSD-4-clause
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
+License: BSD-3-clause
+ 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) Neither the name of the University of California, Lawrence Berkeley
+ National Laboratory, U.S. Dept. of Energy, International Computer
+ Science Institute, nor the names of 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.
- * 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
+License: BSD-4-clause
+ 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 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.
-
+ 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.
Modified: packages/pysubnettree/trunk/debian/watch
===================================================================
--- packages/pysubnettree/trunk/debian/watch 2012-10-18 20:54:53 UTC (rev 22791)
+++ packages/pysubnettree/trunk/debian/watch 2012-10-18 22:35:04 UTC (rev 22792)
@@ -1,3 +1,3 @@
version=3
-http://www.icir.org/robin/pysubnettree/pysubnettree-(.*).tar.gz debian uupdate
-
+http://www.bro-ids.org/download/index.html \
+ http://www.bro-ids.org/downloads/release/pysubnettree-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list