Package: lfm
Version: 0.91.2-1.1

Hi,

The lfm rules file contains the following:
binary-post-install/lfm::
        cp ChangeLog debian/lfm/usr/share/doc/lfm/

        #   Make .py files executable
        chmod +x debian/lfm/usr/share/python-support/lfm/lfm/lfm.py
        chmod +x debian/lfm/usr/share/python-support/lfm/lfm/pyview.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 that you do such things before the call to dh_pysupport. For
example, doing it in the binary-install target:
        chmod +x debian/lfm/usr/lib/python*/site-packages/lfm/lfm.py
        chmod +x debian/lfm/usr/lib/python*/site-packages/lfm/pyview.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.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to