[Pkg-mongodb-maintainers] [pkg-mongodb] 35/394: fixed nostrip option

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:57:48 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 7d827db42437ef68779b3847ec0ba39797b02ade
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Tue Feb 16 22:11:44 2010 +0100

    fixed nostrip option
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7c8af02..61f8c86 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,10 @@
 # build system in current mongodb revision
 DEB_SCONS_FLAGS :=
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-    DEB_SCONS_FLAGS := --d=DEBUGBUILD
+	DEB_SCONS_FLAGS := --d=DEBUGBUILD
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-    DEB_SCONS_FLAGS := --d=DEBUGBUILD
+ifneq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	DEB_SCONS_FLAGS := --d=DEBUGBUILD
 endif
 
 configure: configure-stamp

-- 
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