Package: cubictemp Version: 0.4-2 Hi,
The cubictemp rules file contains the following:
binary-predeb/python-cubictemp::
# Which .py files to byte-compile
echo "2.2-" >
debian/python-cubictemp/usr/share/python-support/python-cubictemp/.version
binary-install/python-cubictemp::
chmod +x
debian/python-cubictemp/usr/share/python-support/python-cubictemp/cubictemp.py
With the upcoming version of python-support (currently in experimental),
both statements will make the package FTBFS, since the files are now
moved to a different directory (/usr/share/pyshared).
The first statement is useless and should be replaced with a
debian/pyversions file with the same contents.
The second statement, I guess, was introduced because of the lintian
warning. Since cubictemp.py doesn’t do anything when executed but is
only meant as a module, you should probably remove entirely the shebang
instead.
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

