[Pkg-mongodb-maintainers] [pkg-mongodb] 98/394: use prefix and smokedbprefix

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:22 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 45c67669af56fbe1eb212c3313214bb075583f16
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Wed Aug 11 13:16:18 2010 +0200

    use prefix and smokedbprefix
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index de6f2b7..b993cec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@
 
 # debug and nostrip is effectively equivalent for current version of scons
 # build system in current mongodb revision
-DEB_SCONS_FLAGS :=
+DEB_SCONS_FLAGS := 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	DEB_SCONS_FLAGS := --d=DEBUGBUILD
 endif
@@ -33,11 +33,11 @@ build-stamp: configure-stamp
 	dh_testdir
 
 	# Add here commands to compile the package.
-	scons $(DEB_SCONS_FLAGS)
+	scons --prefix=$(CURDIR)/debian/tmp $(DEB_SCONS_FLAGS)
 	#docbook-to-man debian/mongodb.sgml > mongodb.1
 
 	#run regression tests
-	scons --prefix=$(CURDIR)/debian/tmp-test smoke
+	scons --smokedbprefix=$(CURDIR)/debian/tmp-test smoke
 	rm -rf $(CURDIR)/debian/tmp-test
 
 	touch $@

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