Monty Taylor wrote:
> I'm using the new (and wonderful) dh sequencing stuff for just about all
> of my packages now. For several of them, the only thing I have to
> customize is the removal of rpath information. If I were using old
> debhelper and CDBS, I could simply add something like:
> 
> DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath

override_dh_auto_configure:
        dh_auto_configure -- --disable-rpath

I don't plan to add environment variables for things that can easily be
handled by overrides.
 
> And all would be happy. It seems (to me) that either dh_auto_configure
> should include --disable-rpath by default

It seems unwise to do this without some sort of proof that it doesn't
break at least the thousand-odd packages currently using
dh_auto_configure.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to