Package: python-support
Severity: normal
Version: 0.5.2
I'm trying to package autofw which acts as a daemon and am facing a bad
interaction between python-support and dh_installinit. Specifically,
when I use dh_pysupport before dh_installinit the install will work fine
but the uninstall will fail since pysupport removes the python files in
the prerm stage and then the dh_installinit tries to stop the service in
the prerm and postrm and it fails even in the prerm stage since the
source files were removed already.
A possible solution for this would be to remove the python files in the
postrm.
Another issue that is possible is that the {pre,post}{rm,inst} files are
generated in a FIFO order where it makes sense that the {pre,post}rm
files will be generated in reverse order so that python-support will
undo its work after anything else removed its part.
Baruch
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]