PDFCrack - empty debuginfo file

Ville Skyttä ville.skytta at iki.fi
Fri Oct 21 19:06:17 UTC 2011


On 10/21/2011 07:51 PM, Adam Williamson wrote:

> If it's being stripped there's probably a good *reason* for it to be
> stripped

I'd say its much more likely that they're just trying to save some space
on end user systems where stuff is built from source by users and the
users are too lazy to strip things him/herself if they happen to want
that.  In my experience, upstreams are receptive to patches that make
the stripping behavior optional, for example "STRIP = strip" and
invoking "$(STRIP)" in Makefile which can then be overridden for example
with "make STRIP=/bin/true ...".

BTW rpmbuild will strip things anyway unless a bug or explicit measures
in specfiles prevent it from doing that, see also
http://fedoraproject.org/wiki/Packaging:Debuginfo


More information about the devel mailing list