Package: python-syck Version: 0.61.2-1 Hi,
the python-syck rules file contains the following:
for py in $(PYTHONS); do \
ln -s build-$$py build; \
$$py setup.py install --root=$(CURDIR)/debian/python-syck \
--install-purelib=/usr/share/python-support/python-syck
\
--install-platlib=/usr/lib/python-support/python-syck/$$py; \
rm build; \
done
With the upcoming version of python-support (currently in experimental),
the files installed in /usr/lib/python-support are ignored and the built
package is, as such, broken. (Note that the packages already built will
not break upon upgrade, only those built against the newer
python-support version will fail.)
You should remove the --install-* options, installing these packages to
a standard place instead of adding all this complexity. Then,
dh_pysupport will pick them and do whatever is fit.
As a general rule, please avoid relying on the internals of
python-support in the packaging unless necessary; 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

