Package: urwid
Version: 0.9.6-1
Severity: serious
Tags: patch

When building 'urwid' in a clean 'unstable' chroot,
I get the following error:

copying urwid/__init__.py -> /urwid-0.9.6/./build/lib/urwid
touch python-build-stamp-2.4
pyversions: missing XS-Python-Version in control file, fall back to 
debian/pyversions
set -e; for python in python2.3 python2.4; do rm -f urwid/*.pyc; $python 
test_urwid.py ; done
/bin/sh: python2.3: command not found
make: *** [build-docs-test-stamp] Error 127

Please add the missing Build-Depends on 'python2.3-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/urwid-0.9.6/debian/control ./debian/control
--- ../tmp-orig/urwid-0.9.6/debian/control      2006-08-26 08:39:21.000000000 
+0000
+++ ./debian/control    2006-08-26 08:39:17.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <[EMAIL PROTECTED]>
 Uploaders: Paul Wise <[EMAIL PROTECTED]>, Gustavo Franco <[EMAIL PROTECTED]>, 
Ian Ward <[EMAIL PROTECTED]>
-Build-Depends: python-support (>= 0.3), debhelper (>= 5.0.37.2), cdbs (>= 
0.4.41), python (>= 2.3.5-7)
+Build-Depends: python2.3-dev, python-support (>= 0.3), debhelper (>= 
5.0.37.2), cdbs (>= 0.4.41), python (>= 2.3.5-7)
 Build-Depends-Indep: python-templayer
 Standards-Version: 3.7.2
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to