Package: pyparallel
Version: 0.2-3
Severity: serious
Tags: patch

When building 'pyparallel' in a clean 'unstable' chroot,
I get the following error:

dh_installdirs
python setup.py install \
                --root=/pyparallel-0.2/debian/python-parallel
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/pyparallel-0.2/debian/control ./debian/control
--- ../tmp-orig/pyparallel-0.2/debian/control   2006-06-13 12:39:21.000000000 
+0000
+++ ./debian/control    2006-06-13 12:39:18.000000000 +0000
@@ -3,7 +3,7 @@
 XS-Python-Version: all
 Priority: optional
 Maintainer: Matthias Klose <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.2.28), python-central
+Build-Depends-Indep: debhelper (>= 4.2.28), python-central, python-dev
 Standards-Version: 3.6.2
 
 Package: python-parallel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to