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

Re: Empty binary package



On 20-07-13 16:29, T o n g wrote:
>> - Simple: add the build-arch and build-indep targets yourself. If I am
>> not mistaken, with this specific rules file, you can just add them,
>> depend on the build target and do nothing in the target itself.
> 
> After a bit of struggle, I think these are the changes to the debian/
> rules in your mind, right? 
> 
> -build: build-stamp
> +build: build-arch build-indep
> +build-arch: build-stamp
> +build-indep: build-stamp
>  build-stamp:  config.status

Pretty close, but this is even better I think. Looking at the policy
[1], you might even do completely nothing  (and no dependencies) in the
build-indep target, as you don't build any "all" package.

Paul
[1] http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules


Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: