summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2011-08-07 19:24:24 +0200
committerAntonin Kral <a.kral@bobek.cz>2011-08-07 19:26:56 +0200
commit0e9611da1be6d66ba6b44d065f8c3981edbbc30e (patch)
tree7636f88420a2d36f0ad9f87a2d089bd1480ed648
parent2e1c3ff8d77ebd3951ff428ed46738c80368f6cb (diff)
downloadmongodb-0e9611da1be6d66ba6b44d065f8c3981edbbc30e.tar.gz
(Closes: #572870, #631054) switch to v8 as javascript engine
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index de5153b..9c56864 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: database
Priority: optional
Maintainer: Antonin Kral <A.Kral@sh.cvut.cz>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>, Jérémy Lal <kapouer@melix.org>
-Build-Depends: debhelper (>= 7), cdbs (>= 0.4.73~), libpcre3, libpcre3-dev, scons, xulrunner-dev (>= 1.9) | xulrunner-1.9-dev | xulrunner-1.9.1-dev, libreadline-dev, libboost-dev, libboost-thread-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-date-time-dev, python-pymongo
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.73~), libpcre3, libpcre3-dev, scons, libv8-dev, libreadline-dev, libboost-dev, libboost-thread-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-date-time-dev, python-pymongo
Standards-Version: 3.9.2
Vcs-Git: git://github.com/bobek/mongo-debian.git
Vcs-Browser: https://github.com/bobek/mongo-debian
@@ -27,6 +27,8 @@ Description: An object/document-oriented database (metapackage)
objects (e.g. videos)
* Auto-sharding for cloud-level scalability (Q209)
.
+ This package is build with V8 JavaScript engine.
+ .
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
@@ -50,6 +52,8 @@ Description: An object/document-oriented database (server package)
objects (e.g. videos)
* Auto-sharding for cloud-level scalability (Q209)
.
+ This package is build with V8 JavaScript engine.
+ .
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
@@ -73,6 +77,8 @@ Description: An object/document-oriented database (client apps)
objects (e.g. videos)
* Auto-sharding for cloud-level scalability (Q209)
.
+ This package is build with V8 JavaScript engine.
+ .
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
.
diff --git a/debian/rules b/debian/rules
index b45d63b..0b14843 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
DEB_DH_INSTALLINIT_ARGS = --name=mongodb
-DEB_SCONS_OPTIONS :=
+DEB_SCONS_OPTIONS := --usev8=USEV8
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
DEB_SCONS_OPTIONS := --d=DEBUGBUILD
endif