diff options
author | Richard Kreuter <richard@10gen.com> | 2010-02-03 12:14:03 -0500 |
---|---|---|
committer | Richard Kreuter <richard@10gen.com> | 2010-02-03 12:14:03 -0500 |
commit | 0aeea38d26638e7db8455ff7a05f789d519a65a3 (patch) | |
tree | 05c8096a3e5f92dd1a4caba2312a5a475d9c1166 /debian/control | |
parent | 75e5857ab00d70983bef9640f466c431ef079f95 (diff) | |
download | mongo-0aeea38d26638e7db8455ff7a05f789d519a65a3.tar.gz |
Make deb package depend on xulrunner, not xulrunner-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 0227f2da0cb..34c4284c30f 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}, xulrunner-dev +Depends: ${shlibs:Depends}, ${misc:Depends}, xulrunner 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 |