[eso-midas] 02/03: Don't strip binaries during build

Ole Streicher olebole-guest at moszumanska.debian.org
Tue Mar 10 08:40:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository eso-midas.

commit d52474e9883fa0ede43d83c00dd095769c85c9ff
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Mar 10 09:23:12 2015 +0100

    Don't strip binaries during build
---
 debian/patches/setup-debian.patch | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/debian/patches/setup-debian.patch b/debian/patches/setup-debian.patch
index c3d8b96..ebec67e 100644
--- a/debian/patches/setup-debian.patch
+++ b/debian/patches/setup-debian.patch
@@ -61,6 +61,18 @@ Description: Debian specific changes
  ed_moptions add "E_OPT= $EO"  >/dev/null
  
  
+@@ -535,9 +536,9 @@
+    fi
+ else
+    echo "NOT FOUND."
+-   echo "*** STRIP set to echo."
+-   ed_moptions add STRIP=echo >/dev/null
+ fi
++echo "*** STRIP set to echo."
++ed_moptions add STRIP=echo >/dev/null
+ #*************** END: Checking the strip command **************
+ 
+ #*************** START: Checking the ranlib command ***********
 @@ -614,7 +615,7 @@
    x11incl="found"
  else
@@ -70,3 +82,14 @@ Description: Debian specific changes
    for dir in $x11inclpth
    do
      if [ ! -d $dir ]; then
+--- a/install/unix/default_mk
++++ b/install/unix/default_mk
+@@ -32,7 +32,7 @@
+ LD77_OPT = $(LDFLAGS)
+ LD77 = $(LD77_CMD) $(LD77_OPT)
+ RANLIB = ranlib
+-STRIP = strip
++STRIP = echo
+ AR = ar
+ AR_OPT = ruv
+ AR_XOPT = xv

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/eso-midas.git



More information about the debian-science-commits mailing list