recoll (1.13.04-3+squeeze1) 01_nostrip_final_binaries_437901.diff

Summary

 recollinstall.in |    1 -
 1 file changed, 1 deletion(-)

    
download this patch

Patch contents

Description: Patch to not strip final binaries from upstream
 Upstream is providing stripped final binary which is not needed by default,
 this is particulary useful with nostrip option while building package.
Origin: Vendor, Debian
Bug: http://bugs.debian.org/437901
Forwarded: not-needed
Author: Kartik Mistry <kartik@debian.org>
--- recoll-1.13.0.orig/recollinstall.in	2010-01-05 10:00:57.000000000 +0530
+++ recoll-1.13.0/recollinstall.in	2010-01-05 10:01:09.000000000 +0530
@@ -89,7 +89,6 @@
 @NOQTMAKE@${INSTALL} -m 0755 ${RECOLLPROG} ${bindir} || exit 1
 @NOQTMAKE@${STRIP} ${bindir}/recoll 
 ${INSTALL} -m 0755 index/recollindex ${bindir} || exit 1
-${STRIP} ${bindir}/recollindex
 
 ${INSTALL} -m 0755 filters/rcl* ${datadir}/recoll/filters/ || exit 1
 ${INSTALL} -m 0755 desktop/xdg-utils-1.0.1/scripts/xdg-open \