[Python-modules-commits] r6209 - in packages/pysubnettree/trunk/debian (changelog control rules)
kitterma-guest at users.alioth.debian.org
kitterma-guest at users.alioth.debian.org
Sun Aug 17 15:42:07 UTC 2008
Date: Sunday, August 17, 2008 @ 15:42:06
Author: kitterma-guest
Revision: 6209
New upstream release, switch to pycentral
Modified:
packages/pysubnettree/trunk/debian/changelog
packages/pysubnettree/trunk/debian/control
packages/pysubnettree/trunk/debian/rules
Modified: packages/pysubnettree/trunk/debian/changelog
===================================================================
--- packages/pysubnettree/trunk/debian/changelog 2008-08-16 21:47:43 UTC (rev 6208)
+++ packages/pysubnettree/trunk/debian/changelog 2008-08-17 15:42:06 UTC (rev 6209)
@@ -1,10 +1,19 @@
-pysubnettree (0.11+1-2) UNRELEASED; urgency=low
+pysubnettree (0.12-1) unstable; urgency=low
+ [ Sandro Tosi ]
* debian/control
- uniforming Vcs-Browser field
- -- Sandro Tosi <matrixhasu at gmail.com> Thu, 03 Jan 2008 11:58:07 +0100
+ [ 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
Modified: packages/pysubnettree/trunk/debian/control
===================================================================
--- packages/pysubnettree/trunk/debian/control 2008-08-16 21:47:43 UTC (rev 6208)
+++ packages/pysubnettree/trunk/debian/control 2008-08-17 15:42:06 UTC (rev 6209)
@@ -3,16 +3,19 @@
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
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-all-dev (>= 2.4.4-3), python-central (>= 0.6)
+XS-Python-Version: all
+Standards-Version: 3.8.0.1
Homepage: http://www.icir.org/robin/pysubnettree/
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
+XS-DM-Upload-Allowed: yes
Package: python-subnettree
Architecture: any
Depends: ${python:Depends}, ${shlibs: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
Modified: packages/pysubnettree/trunk/debian/rules
===================================================================
--- packages/pysubnettree/trunk/debian/rules 2008-08-16 21:47:43 UTC (rev 6208)
+++ packages/pysubnettree/trunk/debian/rules 2008-08-17 15:42:06 UTC (rev 6209)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
-DEB_PYTHON_SYSTEM=pysupport
+DEB_PYTHON_SYSTEM=pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the Python-modules-commits
mailing list