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

Re: DEB_BUILD_OPTIONS set but dh_strip doesn't notice that?



On Thursday 16,July,2009 05:41 PM, sobtwmxt wrote:
> I have set
> 
>      DEB_BUILD_OPTIONS := debug nostrip
> 
> at the beginning of debian/rules.  The binaries in debian/pkgName/ 
> still get stripped.  
> 
> 1) Can it be that my DEB_BUILD_OPTIONS are not exported, which causes 
> dh_strip to strip it?
> 2) what should I do, or look, in order to have the binaries not 
> stripped?

You'll need to export it. Something like this:
export DEB_BUILD_OPTIONS = debug nostrip

-- 
Kind regards,
Chow Loong Jin

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: