Package: stgit Version: 0.8.1-1 Severity: serious Tags: patch When building 'stgit' in a clean 'unstable' chroot, I get the following error:
#/usr/bin/make install DESTDIR=/stgit-0.8.1/debian/stgit python setup.py install --root=/stgit-0.8.1/debian/stgit running install error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory) make: *** [install] Error 1 Please add the missing Build-Depends on 'python-dev' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/stgit-0.8.1/debian/control ./debian/control --- ../tmp-orig/stgit-0.8.1/debian/control 2006-02-11 05:09:30.000000000 +0000 +++ ./debian/control 2006-02-11 05:09:22.000000000 +0000 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Anand Kumria <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), python +Build-Depends: debhelper, python-dev Standards-Version: 3.6.2 Package: stgit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]