Package: python-wsgiref Version: 0.1.2-1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu hardy ubuntu-patch
python-wsgiref does not support Python 2.5: make[1]: Entering directory `/build/buildd/python-wsgiref-0.1.2' make[1]: Nothing to be done for `update-config'. make[1]: Leaving directory `/build/buildd/python-wsgiref-0.1.2' cd . && python2.4 setup.py build --build-base="/build/buildd/python-wsgiref-0.1.2/./build" /bin/sh: python2.4: not found make: *** [python-build-stamp-2.4] Error 127 In Ubuntu, we've applied the attached patch to achieve the following: * debian/pyversions: compile for python2.5 too, fix FTBFS We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers gutsy-updates APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 'gutsy-backports'), (500, 'gutsy') Architecture: i386 (i686) Kernel: Linux 2.6.22-14-generic (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u python-wsgiref-0.1.2/debian/changelog python-wsgiref-0.1.2/debian/changelog diff -u python-wsgiref-0.1.2/debian/pyversions python-wsgiref-0.1.2/debian/pyversions --- python-wsgiref-0.1.2/debian/pyversions +++ python-wsgiref-0.1.2/debian/pyversions @@ -1 +1 @@ -2.3-2.4 +2.3-2.5