Package: feedparser Version: 3.3+cvs20051220-1 Severity: serious Tags: patch
When building 'feedparser' in a clean 'unstable' chroot, I get the following error: dh_installdirs python ./setup.py install --prefix debian/python-feedparser/usr 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/feedparser-3.3+cvs20051220/debian/control ./debian/control --- ../tmp-orig/feedparser-3.3+cvs20051220/debian/control 2006-01-15 18:21:31.000000000 +0000 +++ ./debian/control 2006-01-15 18:21:28.000000000 +0000 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Joe Wreschnig <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), python (>= 2.3) +Build-Depends: debhelper (>= 5), python-dev Standards-Version: 3.6.2 Package: python-feedparser -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

