Package: utidylib Version: 0.2-1 Severity: serious Tags: patch When building 'utidylib' in a clean 'unstable' chroot, I get the following error:
cd . && python setup.py build --build-base="./build" /bin/sh: python: command not found make: *** [common-build-impl] Error 127 Please add the missing Build-Depends on 'python-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/utidylib-0.2/debian/control ./debian/control --- ../tmp-orig/utidylib-0.2/debian/control 2005-08-30 07:48:06.000000000 +0000 +++ ./debian/control 2005-08-30 07:48:02.000000000 +0000 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: Igor Stroh <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.1.38), cdbs, python2.3-dev, python2.4-dev, dpatch +Build-Depends-Indep: debhelper (>= 4.1.38), cdbs, python-dev, python2.3-dev, python2.4-dev, dpatch Standards-Version: 3.6.2.1 Package: python-utidylib -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

