[Build-common-hackers] Problem w/ CDBS and special dh_installinit arguments

W. Borgert debacle@debian.org
Tue, 13 Apr 2004 17:37:14 +0200


Hi,

how can I use DEB_DH_INSTALLINIT_ARGS correctly?

I have a source package with two binary packages, both with their
own init scripts.  In one case I have to add 'defaults 90 10', in
the other case 'defaults 95 5'.  I tried adding dh_installinit
in binary-install/packageX::, but now dh_installinit is called
twice and the packageX.postinstall.debhelper tries to start the
daemon twice :-(   can rename the default init scripts, that
should be a good workaround, but maybe there's a better way?

TIA! Cheers, WB