Package: dcraw
Version: 8.39-1

Hi,

The Makefile does this:
dcraw: dcraw.o
        $(CC) -s -o $@ dcraw.o -lm -ljpeg -llcms

Please don't use the -s (strip) option at this point, but strip the
binary afterwards.

Note that your debian/rules also calls dh_strip which should strip the
binaries for you, but also takes DEB_BUILD_OPTIONS into account.

I suggest you take a look at section 10.1 of the policy.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to