[Pkg-mongodb-maintainers] [pkg-mongodb] 354/394: d/rules: pass nostrip to scons

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 14:00:26 UTC 2016


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

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit 176d79b394831a6fdb61c4ec59bd6dd701964532
Author: Apollon Oikonomopoulos <apoikos at debian.org>
Date:   Sat Jan 16 01:18:08 2016 +0200

    d/rules: pass nostrip to scons
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 51942e7..801dde0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	DEB_SCONS_OPTIONS := --d=DEBUGBUILD
 endif
 ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	DEB_SCONS_OPTIONS := --d=DEBUGBUILD
+	DEB_SCONS_OPTIONS := --nostrip
 endif
 ifneq (,$(findstring parallel,$(DEB_BUILD_OPTIONS)))
        PROCS=$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list