[Python-modules-commits] r22793 - in packages/pysubnettree/trunk/debian (changelog control)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Thu Oct 18 23:39:24 UTC 2012
Date: Thursday, October 18, 2012 @ 23:39:23
Author: kitterman
Revision: 22793
Standards version to 3.9.4 and drop python:Provides.
Modified:
packages/pysubnettree/trunk/debian/changelog
packages/pysubnettree/trunk/debian/control
Modified: packages/pysubnettree/trunk/debian/changelog
===================================================================
--- packages/pysubnettree/trunk/debian/changelog 2012-10-18 22:35:04 UTC (rev 22792)
+++ packages/pysubnettree/trunk/debian/changelog 2012-10-18 23:39:23 UTC (rev 22793)
@@ -1,13 +1,17 @@
pysubnettree (0.19-1) experimental; urgency=low
+ [ Raúl Benencia ]
* 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
+ * Bump standards version to 3.9.4 without further change
+ [ Scott Kitterman ]
+ * Remove unneeded python:Provides
+
-- Raúl Benencia <rul at kalgan.cc> Tue, 17 Oct 2012 14:40:42 -0300
pysubnettree (0.12-4) unstable; urgency=low
Modified: packages/pysubnettree/trunk/debian/control
===================================================================
--- packages/pysubnettree/trunk/debian/control 2012-10-18 22:35:04 UTC (rev 22792)
+++ packages/pysubnettree/trunk/debian/control 2012-10-18 23:39:23 UTC (rev 22793)
@@ -4,9 +4,9 @@
Maintainer: Scott Kitterman <scott at kitterman.com>
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
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5-2~), swig
X-Python-Version: >= 2.4
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
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/
@@ -14,7 +14,6 @@
Package: python-subnettree
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc: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
More information about the Python-modules-commits
mailing list