[Python-modules-commits] r6623 - in packages/python-decorator/trunk/debian (changelog control)
malex at users.alioth.debian.org
malex at users.alioth.debian.org
Tue Sep 30 19:55:05 UTC 2008
Date: Tuesday, September 30, 2008 @ 19:55:04
Author: malex
Revision: 6623
2.3.1 upstream release; control cleanup
Modified:
packages/python-decorator/trunk/debian/changelog
packages/python-decorator/trunk/debian/control
Modified: packages/python-decorator/trunk/debian/changelog
===================================================================
--- packages/python-decorator/trunk/debian/changelog 2008-09-30 19:34:40 UTC (rev 6622)
+++ packages/python-decorator/trunk/debian/changelog 2008-09-30 19:55:04 UTC (rev 6623)
@@ -1,10 +1,22 @@
-python-decorator (2.2.0-3) UNRELEASED; urgency=low
+python-decorator (2.3.1-1) unstable; urgency=low
+ [Oleksandr Moskalenko]
+ * New upstream release.
+ * debian/control:
+ - Removed XS-Python-Version: all - not needed by python-support.
+ - Removed XB-Python-Version: ${python:Versions} - not needed by
+ python-support.
+ - Updated Standards-Version to 3.8.0.
+ - Removed python (>= 2.4) from Build-Depends - not needed by
+ python-support.
+ - Removed python (>=2.4) from Depends - not needed by python-support.
+ - Removed debian revision from python-setuptools Build-Depends version.
+
[Carlos Galisteo]
* debian/control:
- Added Homepage field.
- -- Carlos Galisteo <cgalisteo at k-rolus.net> Tue, 08 Jul 2008 10:14:30 +0000
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 30 Sep 2008 13:39:24 -0600
python-decorator (2.2.0-2) unstable; urgency=low
Modified: packages/python-decorator/trunk/debian/control
===================================================================
--- packages/python-decorator/trunk/debian/control 2008-09-30 19:34:40 UTC (rev 6622)
+++ packages/python-decorator/trunk/debian/control 2008-09-30 19:55:04 UTC (rev 6623)
@@ -3,17 +3,15 @@
Priority: optional
Maintainer: Oleksandr Moskalenko <malex at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python (>= 2.4), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1)
-Standards-Version: 3.7.2
-XS-Python-Version: all
+Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
+Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-decorator/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-decorator/trunk/?op=log
Homepage: http://www.phyast.pitt.edu/~micheles/python/documentation.html
Package: python-decorator
Architecture: all
-Depends: ${python:Depends}, python (>=2.4)
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}
Enhances: python-pylons
Description: simplify usage of python decorators by programmers
Python 2.4 decorators have significantly changed the way Python programs are
More information about the Python-modules-commits
mailing list