[Pkg-mongodb-maintainers] [pkg-mongodb] 290/394: build with system V8 library

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:59:44 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 ed77a068399c2a3302a2def69cd00d91e2ced491
Author: Laszlo Boszormenyi (GCS) <gcs at debian.org>
Date:   Fri Oct 18 10:41:44 2013 +0200

    build with system V8 library
---
 debian/changelog | 1 +
 debian/control   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abee062..71724d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ mongodb (1:2.4.6-1) UNRELEASED; urgency=low
   * Fix integer comparision FTBFS with 0010-fix-integer-signs.patch
     (closes: #724100).
   * Rework packaging with short debhelper format instead of cdbs.
+  * Compile with system V8 library.
 
  -- Laszlo Boszormenyi (GCS) <gcs at debian.org>  Tue, 24 Sep 2013 12:31:11 +0000
 
diff --git a/debian/control b/debian/control
index 1fbb887..a991c7b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Jérémy Lal <kapouer at melix.org>
 Build-Depends:
  debhelper (>= 9),
  libboost-date-time-dev,
- libboost-dev,
+ libboost-dev (>> 1.50),
  libboost-filesystem-dev,
  libboost-program-options-dev,
  libboost-thread-dev,
@@ -16,7 +16,7 @@ Build-Depends:
  libreadline-dev,
  libsnappy-dev,
  libstemmer-dev,
- libv8-dev,
+ libv8-dev (>= 3.12),
  python-pymongo,
  scons
 Standards-Version: 3.9.4

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