Package: nevow Version: 0.6.0-1 Severity: serious Tags: patch Hi,
building the package nevow in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] dh_install -ppython2.3-nevow dh_link -ppython2.3-nevow dh_python -ppython2.3-nevow grep -v '^# See the file LICENSE' \ 'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright' \ >'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright.tmp' cat LICENSE \ >>'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright.tmp' mv \ 'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright.tmp' \ 'debian/python2.3-nevow/usr/share/doc/python2.3-nevow/copyright' set -e; for file in debian/python2.3-nevow/usr/bin/*; do \ sed '1s|.*|#!/usr/bin/python2.3|' $file >\ "${file}2.3";\ rm -- "$file";\ chmod 755 "${file}2.3";\ mv "debian/python2.3-nevow/usr/share/man/man1/$(basename "$file").1" \ "debian/python2.3-nevow/usr/share/man/man1/$(basename "$file")2.3.1";\ done set -e; for file in debian/python2.3-nevow/usr/bin/*;\ do target="$(echo "$file" | sed 's/2.3$//')";\ ln -s "$(basename "$file")" "$target";\ manname="$(basename "$target").1.gz";\ ln -s "$(basename "$file").1.gz" \ "debian/python2.3-nevow/usr/share/man/man1/$manname";\ done PYTHONPATH='debian/python2.3-nevow/usr/lib/python2.3/site-packages/' \ 'trial2.3' --bwverbose -R nevow formless /bin/sh: trial2.3: command not found make: *** [binary-post-install/python2.3-nevow] Error 127 ========================================================================= Adding python2.3-twisted and python2.4-twisted to the list of build dependencies helps. Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]