Package: tilecache Version: 2.03-1 Hi,
The tilecache rules file contains the following:
PYSUPPORT := /usr/share/python-support/tilecache
…
dh_pysupport
chmod +x $(PREFIX)$(PYSUPPORT)/TileCache/Service.py
chmod +x $(PREFIX)$(PYSUPPORT)/TileCache/Client.py
rm $(PREFIX)$(PYSUPPORT)/TileCache/Caches/S3.py # Suggests python-boto
instead.
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:
chmod +x $(PREFIX)/usr/lib/python*/site-packages/TileCache/Service.py
chmod +x $(PREFIX)/usr/lib/python*/site-packages/TileCache/Client.py
rm $(PREFIX)/usr/lib/python*/site-packages/TileCache/Caches/S3.py #
Suggests python-boto instead.
dh_pysupport
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

