Bug#438417: cdbs: Add QMAKE_STRIP=: to qmake.mk invocation

2007-08-16 Thread Daniel Schepler
Package: cdbs Version: 0.4.49 Severity: normal It appears that qmake unconditionally runs $(QMAKE_STRIP) on installed binaries, which circumvents dh_strip's logic to support DEB_MAKE_OPTIONS=nostrip. Setting QMAKE_STRIP to : in the qmake invocation will work around this undesirable behavior.

Bug#438417: [Build-common-hackers] Bug#438417: cdbs: Add QMAKE_STRIP=: to qmake.mk invocation

2007-08-16 Thread Peter Eisentraut
forcemerge 437272 438417 stop Daniel Schepler wrote: It appears that qmake unconditionally runs $(QMAKE_STRIP) on installed binaries, which circumvents dh_strip's logic to support DEB_MAKE_OPTIONS=nostrip. Setting QMAKE_STRIP to : in the qmake invocation will work around this undesirable