[Python-modules-team] Bug#384714: urwid: FTBFS: Missing Build-Depends on 'python2.3-dev'

Andreas Jochens aj at andaco.de
Sat Aug 26 08:42:09 UTC 2006


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 <python-modules-team at lists.alioth.debian.org>
 Uploaders: Paul Wise <pabs3 at bonedaddy.net>, Gustavo Franco <stratus at debian.org>, Ian Ward <ian at excess.org>
-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
 




More information about the Python-modules-team mailing list