[Python-modules-commits] r5085 - in packages/python-wsgiref/trunk/debian (changelog control)
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Mon Apr 21 17:04:14 UTC 2008
Date: Monday, April 21, 2008 @ 17:04:13
Author: nslater-guest
Revision: 5085
fixed python dependencies, updated changelog
Modified:
packages/python-wsgiref/trunk/debian/changelog
packages/python-wsgiref/trunk/debian/control
Modified: packages/python-wsgiref/trunk/debian/changelog
===================================================================
--- packages/python-wsgiref/trunk/debian/changelog 2008-04-21 08:14:21 UTC (rev 5084)
+++ packages/python-wsgiref/trunk/debian/changelog 2008-04-21 17:04:13 UTC (rev 5085)
@@ -1,27 +1,33 @@
+python-wsgiref (0.1.2-4) unstable; urgency=medium
+
+ * Improved debian/copyright file per the proposed standard.
+ * Fixed Python dependencies as a workaround for #403246. Closes: #477008
+
+ -- Noah Slater <nslater at bytesexual.org> Mon, 21 Apr 2008 17:57:33 +0100
+
python-wsgiref (0.1.2-3) unstable; urgency=medium
- * Corrected Uploaders.
- * Corrected Vcs-Browser.
* General standards improvement.
- * Replace ${python:Depends} with "python (<<2.5) | python2.4,
- python-support (>=0.6.4)" as python-support generates wrong dependencies
- (and makes this package uninstallable with python2.5 set as default)
+ * Corrected Uploaders control field.
+ * Corrected Vcs-Browser control field.
+ * Strip the "-1" from setuptools Build-Depends version.
+ * Fixed Python dependencies as a workaround for python-support which
+ makes this package uninstallable with python2.5 as default.
Closes: #476171
- * Strip the "-1" from setuptools' required build version (to ease backports)
-- Noah Slater <nslater at bytesexual.org> Mon, 14 Apr 2008 21:48:06 +0200
python-wsgiref (0.1.2-2) unstable; urgency=low
+ * Updated Standards-Version to 3.7.3.
+ * Added lintian overrides.
+ * Added Uploaders control field.
* Corrected formatting of debian/control.
* Removed surplus Priority control field.
* Added Vcs-Svn, Vcs-Browser and Homepage control fields.
* Edited long description so as not to contain short description.
* Tweaked debian/copyright file for consistency.
- * Added lintian overrides.
* Fixed python Build-Depends. Closes: #453897
- * Updated Standards-Version to 3.7.3.
- * Added Uploaders field to debian/control.
-- Noah Slater <nslater at bytesexual.org> Sat, 22 Dec 2007 01:42:11 +0100
Modified: packages/python-wsgiref/trunk/debian/control
===================================================================
--- packages/python-wsgiref/trunk/debian/control 2008-04-21 08:14:21 UTC (rev 5084)
+++ packages/python-wsgiref/trunk/debian/control 2008-04-21 17:04:13 UTC (rev 5085)
@@ -4,8 +4,7 @@
Maintainer: Noah Slater <nslater at bytesexual.org>
Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.7.3
-Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python (>=2.3),
- python (<<2.5) | python2.4
+Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python2.4
Build-Depends-Indep: python-setuptools (>= 0.6b3), python-support (>= 0.6.4)
Homepage: http://cheeseshop.python.org/pypi/wsgiref
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-wsgiref/trunk/
More information about the Python-modules-commits
mailing list