Your message dated Wed, 21 Jun 2006 00:33:23 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in NMU of python-markdown 1.4-1.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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


--- End Message ---
--- Begin Message ---
Version: 1.4-1.1

tag 373201 - fixed
thanks

I've NMUed for this bug (fixing the bug to use versioning instead of the
"fixed" tag, to ease tracking through testing); here's the changelog:

>  python-markdown (1.4-1.1) unstable; urgency=high
>  .
>    * Non-maintainer upload.
>    * Build-depend on python-dev instead of python; fixes FTBFS, patch from
>      Andreas Jochens. (Closes: #373201)

/* Steinar */
-- 
Homepage: http://www.sesse.net/

--- End Message ---

Reply via email to