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

Bug#460486: debian-policy: Section 10.1 as a mistake in example makefile snippet.



On Jan 12, 2008 11:56 PM, Clint Adams <schizo@debian.org> wrote:
> On Sat, Jan 12, 2008 at 11:22:41PM -0500, Andres Mejia wrote:
> > Package: debian-policy
> > Version: 3.7.3
> > Tags: patch
> >
> > Debian Policy Section 10.1 contains the following makefile snippet in
> > regards to using the 'nostrip' option.
> >
> > ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
> > INSTALL_PROGRAM += -s
> > endif
> >
> > It should be:
> >
> > ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
> > INSTALL_PROGRAM += -s
> > endif
>
> Are you sure about that?
>

Well, doesn't 'nostrip' mean to _not_ strip the binaries?

I've attached my own test.

-- 
Regards,
Andres Mejia

Attachment: test-nostrip
Description: Binary data


Reply to: