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

Does debhelper handle build-indep ?



Hello,

I have a multi-binary package which produce arch-dependant .deb (binaries)
and arch-independant (documentation).

I would like 
debian/rules binary-indep 
create the arch-independant package
and 
debian/rules binary-arch
create the arch dependant package

Does the policy requires this ? (I read it but it was unclear (to me:))

My debian/rules file is based on dh_make and look like this:


# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
...
        dh_gencontrol
        dh_md5sums
        dh_builddeb

binary: binary-indep binary-arch

So everything is done in build-arch.

I look at the doc of debhelper and does not find comment about this.

Thanks for your help!

Bill.(please CC)



Reply to: