[Python-modules-team] Bug#517061: python-markdown: FTBFS with python-support in experimental
Josselin Mouette
joss at debian.org
Wed Feb 25 11:54:18 UTC 2009
Package: python-markdown
Version: 1.7-1
Hi,
The python-markdown rules file contains the following:
binary-post-install/python-markdown::
chmod 0755 debian/python-markdown/usr/share/python-support/python-markdown/markdown.py
With the upcoming version of python-support (currently in experimental),
such statements will make the package FTBFS, since the files are now
moved to a different directory (/usr/share/pyshared).
I suggest to do these things before the dh_pysupport call, and from the
standard installation directory:
install/python-markdown::
chmod 0755 debian/python-markdown/usr/lib/`pyversions -d`/markdown.py
As a general rule, please do not rely on the internals of python-support
in the packaging; this will avoid such issues in the future (although
hopefully there won’t be a need to change the paths any further).
Thanks,
--
.''`. Debian 5.0 "Lenny" has been released!
: :' :
`. `' Last night, Darth Vader came down from planet Vulcan and told
`- me that if you don't install Lenny, he'd melt your brain.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message
=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=
Url : http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20090225/b1ba5a2a/attachment.pgp
More information about the Python-modules-team
mailing list