[Python-modules-commits] r5017 - in packages/python-wsgiref/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Apr 14 19:57:45 UTC 2008


    Date: Monday, April 14, 2008 @ 19:57:43
  Author: piotr
Revision: 5017

* 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)
* Strip the "-1" from setuptools' required build version (to ease backports)

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-14 15:46:45 UTC (rev 5016)
+++ packages/python-wsgiref/trunk/debian/changelog	2008-04-14 19:57:43 UTC (rev 5017)
@@ -1,11 +1,18 @@
-python-wsgiref (0.1.2-3) UNRELEASED; urgency=low
+python-wsgiref (0.1.2-3) unstable; urgency=low
 
+  [ Noah Slater ]
   * Corrected Uploaders.
   * Corrected Vcs-Browser.
   * General standards improvement.
 
- -- Noah Slater <nslater at bytesexual.org>  Fri, 21 Mar 2008 02:05:22 +0000
+  [ Piotr Ożarowski ]
+  * 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)
+  * 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
 
   * Corrected formatting of debian/control.

Modified: packages/python-wsgiref/trunk/debian/control
===================================================================
--- packages/python-wsgiref/trunk/debian/control	2008-04-14 15:46:45 UTC (rev 5016)
+++ packages/python-wsgiref/trunk/debian/control	2008-04-14 19:57:43 UTC (rev 5017)
@@ -6,14 +6,14 @@
 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-Indep: python-setuptools (>= 0.6b3-1), python-support (>= 0.6.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/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-wsgiref/trunk/?op=log
 
 Package: python-wsgiref
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: python (<<2.5) | python2.4, python-support (>=0.6.4), ${misc:Depends}
 Description: a standalone release of the wsgiref library
  This is a standalone release for Python 2.3 and 2.4, the wsgiref library is
  included in the Python 2.5 standard library.




More information about the Python-modules-commits mailing list