Package: gazpacho
Severity: serious
Tags: patch

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

running build_scripts
cd . && /usr/bin/python setup.py install 
--root=/gazpacho-0.3.1/debian/gazpacho/ --no-compile -O0 
running install
error: invalid Python installation: unable to open 
/usr/lib/python2.3/config/Makefile (No such file or directory)
make: *** [common-install-impl] Error 1

Please change the Build-Depends from 'python' to 'python-dev'
in debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/gazpacho-0.3.1/debian/control ./debian/control
--- ../tmp-orig/gazpacho-0.3.1/debian/control   2005-01-11 08:28:14.632451664 
+0100
+++ ./debian/control    2005-01-11 08:28:10.376098728 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Gustavo Noronha Silva <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.1.67), python
+Build-Depends: cdbs, debhelper (>= 4.1.67), python-dev
 Standards-Version: 3.6.1
 
 Package: gazpacho


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

Reply via email to