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

Re: Powder hardening: was re: Request Package Review



On Sun, Mar 31, 2013 at 02:09:49PM +1000, Steven Hamilton wrote:
> %:
> 	dh $@

It would be nice if you put

> 	dh $@ --parallel

Here, but can buildall.sh / whatever it invokes support parallel builds?

> How
> do I pass hardening CXXFLAGS into it though?

Another approach

> CXXFLAGS=…
> 
> override_dh_auto_build:
> 	dh_testdir
> 	CXXFLAGS="$(CXXFLAGS)" bash -ex ./buildall.sh

A further suggestion:

> clean:

Perhaps

> -clean:
> +override_dh_auto_clean:

followed by

> -	dh_clean
> +	dh_auto_clean --parallel


Reply to: