[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Build-common-hackers] CDBS and multiple init scripts?



On Fri, Mar 19, 2004 at 08:45:00PM +0000, W. Borgert wrote:
> The solution is easy.  I have three init scripts
> debian/daemon1.init, debian/daemon2.init, and
> debian/daemon3.init.  In my debian/rules I added:
> 
> binary-install/mypackage::
> 	dh_installinit --name=daemon1
> 	dh_installinit --name=daemon2
> 	dh_installinit --name=daemon3

I think you're doing too much.  Just call the dehelper.mk file at the
beginning of your rules as I suggested.  That way, if you ever need to
add additional files in the debian/* directory for specific packages,
you won't have to edit the rules file to do so.

-- 
Chad Walstrom <chewie@wookimus.net>           http://www.wookimus.net/
           assert(expired(knowledge)); /* core dump */



Reply to: