Package: simpletal Severity: serious Tags: patch When building 'simpletal' in a clean 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/simpletal-3.11/debian/control ./debian/control --- ../tmp-orig/simpletal-3.11/debian/control 2005-02-10 07:47:20.163795507 +0100 +++ ./debian/control 2005-02-10 07:47:16.274561672 +0100 @@ -1,7 +1,7 @@ Source: simpletal Section: python Priority: optional -Build-Depends-Indep: python2.2-dev, python2.3-dev, cdbs (>> 0.4.8), debhelper (>= 4.1.60) +Build-Depends-Indep: python-dev, python2.2-dev, python2.3-dev, cdbs (>> 0.4.8), debhelper (>= 4.1.60) Maintainer: Igor Stroh <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]