Package: feedparser Version: 4.1-12 Hi,
The feedparser rules file contains the following:
dh_pysupport
dh_compress
dh_fixperms
chmod 755 $(PREFIX)/share/python-support/python-feedparser/feedparser.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).
Using debian/$package/usr/share/python-support as the installation path
will still be supported, however dh_pysupport moves the files away, so
they are not available after the dh_pysupport call.
I suggest to simply move the dh_pysupport call after your chmod; it
should not be a problem to run it after dh_compress and dh_fixperms.
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.
signature.asc
Description: Ceci est une partie de message numériquement signée

