[SCM] supercollider/master: Don't strip in rules (let dh_strip decide)

danstowell-guest at users.alioth.debian.org danstowell-guest at users.alioth.debian.org
Sun Jun 12 18:05:09 UTC 2011


The following commit has been merged in the master branch:
commit 23959c80674f9f9e021ff72b86b1536b13e88b51
Author: Dan Stowell <danstowell at users.sourceforge.net>
Date:   Sun Jun 12 17:50:13 2011 +0100

    Don't strip in rules (let dh_strip decide)

diff --git a/debian/rules b/debian/rules
index 98e4fb2..e04de48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,16 +29,12 @@ DEB_INSTALL_DIRS_supercollider             = usr/share/SuperCollider/Extensions
 
 # SCVIM/SCED=0 here, because we install them by hand below
 # (so that the build won't break)
-DEB_SCONS_OPTIONS = DEVELOPMENT=yes PREFIX=/usr CROSSCOMPILE=1 CURL=0 SCVIM=0 SCED=0
+# Also STRIP=0 since we let cdbs (dh_strip) decide whether to strip
+DEB_SCONS_OPTIONS = DEVELOPMENT=yes PREFIX=/usr CROSSCOMPILE=1 CURL=0 SCVIM=0 SCED=0 STRIP=0
 # Handle DEB_BUILD_OPTIONS (see policy 4.9.1)
 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 	DEB_SCONS_OPTIONS += "DEBUG=1"
 endif
-ifneq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
-	DEB_SCONS_OPTIONS += "STRIP=0"
-else
-	DEB_SCONS_OPTIONS += "STRIP=1"
-endif
 
 DEB_SCONS_INSTALL_TARGET = DESTDIR=$(DEB_DESTDIR) install
 

-- 
supercollider packaging



More information about the pkg-multimedia-commits mailing list