Package: python-markdown
Version: 1.4-1
Severity: serious
Tags: patch

When building 'python-markdown' in a clean 'unstable' chroot,
I get the following error:

cd . && python setup.py build --build-base="/python-markdown-1.4/./build"
running build
running build_py
cd . && /usr/bin/python setup.py install 
--root=/python-markdown-1.4/debian/python-markdown/ --no-compile -O0 
--install-lib usr/share/python-support/markdown 
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 add the missing Build-Depends on 'python-dev' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/python-markdown-1.4/debian/control ./debian/control
--- ../tmp-orig/python-markdown-1.4/debian/control      2006-06-13 
12:40:51.000000000 +0000
+++ ./debian/control    2006-06-13 12:40:46.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <[EMAIL PROTECTED]>
 Uploaders: Fredrik Steen <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.1.0), python (>=2.3)
+Build-Depends: cdbs, debhelper (>= 4.1.0), python-dev
 Standards-Version: 3.6.2
 
 Package: python-markdown


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

Reply via email to