> > not restart the services on package upgrades. Broken ones still calling > > /etc/init.d/whatever directly will, but that's a bug: report it whenever you > > find one of these packages. > > Packages using debhelper appear to still use /etc/init.d directly.
They will not use /etc/init.d when invoke-rc.d exists, due to the fact that invoke-rc.d is not guaranteed to exist all the time. I've been using policy-rc.d inside pbuilder for a while, and things do seem to be improving somewhat. regards, junichi