summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorrobl <robl@monkeyhelper.com>2009-10-27 23:11:10 +0800
committerEliot <eliot@10gen.com>2009-10-27 23:34:41 +0800
commit24ce226aebf75aef8d97113a3d5ee6eceea08f52 (patch)
treeb0680319d13226e806f4a375ad4122b36b907c94 /debian
parent63e0ee59e4c68754a900f77c673b153a8c482f34 (diff)
downloadmongo-24ce226aebf75aef8d97113a3d5ee6eceea08f52.tar.gz
xulrunner-1.9-dev does not get added as a dep, so force it in the Depends directive
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index d7e6fef0bb6..901835db6df 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Homepage: http://www.mongodb.org
Package: mongodb
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, xulrunner-1.9-dev
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