[Pkg-mongodb-maintainers] [pkg-mongodb] 177/394: Revert "(Closes: #572870, #631054) switch to v8 as javascript engine" as mongodb is distribuded with proper Spider Monkey from 2.0.0

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:58:47 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 cd6d3f7ee8123d28ea8c01997c5b78ec76aad0a3
Author: Antonin Kral <a.kral at bobek.cz>
Date:   Wed Sep 14 17:30:11 2011 +0200

    Revert "(Closes: #572870, #631054) switch to v8 as javascript engine" as mongodb is distribuded with proper Spider Monkey from 2.0.0
    
    This reverts commit 0e9611da1be6d66ba6b44d065f8c3981edbbc30e.
---
 debian/control | 8 +-------
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 59f92f8..0b3edfc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: database
 Priority: optional
 Maintainer: Antonin Kral <A.Kral at sh.cvut.cz>
 Uploaders: Roberto C. Sanchez <roberto at connexer.com>, Jérémy Lal <kapouer at melix.org>
-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
+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
 Standards-Version: 3.9.2
 Vcs-Git: git://github.com/bobek/mongo-debian.git
 Vcs-Browser: https://github.com/bobek/mongo-debian
@@ -27,8 +27,6 @@ Description: 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.
  .
@@ -52,8 +50,6 @@ Description: 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.
  .
@@ -77,8 +73,6 @@ Description: 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 0b14843..b45d63b 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 := --usev8=USEV8
+DEB_SCONS_OPTIONS := 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 	DEB_SCONS_OPTIONS := --d=DEBUGBUILD
 endif

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