Package: pyroman
Version: 0.4.6-1

Hi,

the pyroman rules file contains the following:
install/pyroman::
        dh_pysupport

This is a problem since dh_pysupport is run before the files are
actually installed to /usr/share/python-support/pyroman, which is done
by dh_install in the binary-install target. Currently this works since
dh_pysupport takes into account the empty directory
in /usr/share/python-support.

However, with the upcoming version of python-support (currently in
experimental), this will fail, since it expects to find files there so
that they can be listed and moved to /usr/share/pyshared.

I suggest to simply move the dh_pysupport call to after the dh_install
one:
binary-install/pyroman::
        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.

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

Reply via email to