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

Re: Debian bug #511668



On Tue, 13 Jan 2009, Juergen Salk wrote:

This would leave all binaries unstripped which would violate
policy 10.1 (" [...] Note that by default all installed binaries
should be stripped.")

You'll also have to adjust the INSTALL_PROGRAM (e.g. by adding -s)
according to DEB_BUILD_OPTIONS tag:

ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
        INSTALL_PROGRAM += -s
endif

No: man dh_strip
Mathieu is right.  The stripping should be done as last step before
the package is finally assembled via dh_strip.

Kind regards

     Andreas.

--
http://fam-tille.de


Reply to: