Ben Finney wrote: > In my opinion, the job of ‘dh_installinit’ should be limited to only > installing the init script; and starting the service (and hence likely > running programs installed later by the package scripts) should be a > separate, later step.
I can see no benefit to splitting dh_installinit like that.
When building the package, there is no ordering requirement that the
init script be installed before dh_py*.
> * having that service start step default to a point in the sequence
> later than anything like ‘dh_perl’ or the Python helpers.
Yes, dh_py* need to come before dh_installinit.
For pysupport, I will be changing the sequence addon to use this:
insert_before("dh_installinit", "dh_pysupport");
python-central should have the same change made to it. I will clone this bug
report to it.
(Perl is not affected by this problem.)
--
see shy jo
signature.asc
Description: Digital signature

