From 18f73fa7b2fb23d5be340b3b4d6997d81993ce57 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 23 Jan 2010 17:57:32 +0000 Subject: [PATCH] fix dependencies for MongoDB compilation on Debian unstable --- mongodb/mongo-debian-control-xulrunner.diff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 mongodb/mongo-debian-control-xulrunner.diff diff --git a/mongodb/mongo-debian-control-xulrunner.diff b/mongodb/mongo-debian-control-xulrunner.diff new file mode 100644 index 0000000..f43e9d2 --- /dev/null +++ b/mongodb/mongo-debian-control-xulrunner.diff @@ -0,0 +1,20 @@ +diff --git a/debian/control b/debian/control +index 6616a8b..62cee7a 100644 +--- a/debian/control ++++ b/debian/control +@@ -2,13 +2,13 @@ Source: mongodb + Section: devel + Priority: optional + Maintainer: Kristina Chodorow +-Build-Depends: debhelper (>= 7), libboost-dev, libpcre3, libpcre3-dev, scons, xulrunner-1.9-dev | xulrunner-1.9.1-dev, libboost-thread-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-date-time-dev ++Build-Depends: debhelper (>= 7), libboost-dev, libpcre3, libpcre3-dev, scons, xulrunner-dev, libboost-thread-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-date-time-dev + Standards-Version: 3.8.0 + Homepage: http://www.mongodb.org + + Package: mongodb + Architecture: any +-Depends: ${shlibs:Depends}, ${misc:Depends}, xulrunner-1.9-dev ++Depends: ${shlibs:Depends}, ${misc:Depends}, xulrunner-1.9.1 + Description: An object/document-oriented database + MongoDB is a high-performance, open source, schema-free + document-oriented data store that's easy to deploy, manage -- 2.20.1