summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2011-09-14 17:12:48 +0200
committerAntonin Kral <a.kral@bobek.cz>2011-09-14 17:12:48 +0200
commit4fa2f88be57ba1ce2058472876415c681c66d103 (patch)
treeb02c5ef9bdf006cc206ac58972e9be966792a161
parent9d6aba6c773ec1b31da5e2c80b2f2a82f50429c6 (diff)
downloadmongodb-4fa2f88be57ba1ce2058472876415c681c66d103.tar.gz
release 2.0.0
-rw-r--r--debian/changelog8
-rw-r--r--debian/control8
2 files changed, 12 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 1ad21df..4c87323 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mongodb (1:2.0.0-1) unstable; urgency=low
+
+ * New upstream release 2.0.0
+ http://blog.mongodb.org/post/10126837729/mongodb-2-0-released
+ * necessary xulrunner is embedded (Closes: #637370, #572870, #631054)
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz> Wed, 14 Sep 2011 17:09:16 +0200
+
mongodb (1:1.8.3-1) unstable; urgency=low
* New upstream release 1.8.3
diff --git a/debian/control b/debian/control
index 9c56864..59f92f8 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: http://www.mongodb.org
Package: mongodb
Architecture: i386 amd64
Depends: mongodb-server, mongodb-dev, ${shlibs:Depends}, ${misc:Depends}
-Description: An object/document-oriented database (metapackage)
+Description: object/document-oriented database (metapackage)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
@@ -37,7 +37,7 @@ Description: An object/document-oriented database (metapackage)
Package: mongodb-server
Architecture: i386 amd64
Depends: mongodb-clients, ${shlibs:Depends}, ${misc:Depends}, adduser
-Description: An object/document-oriented database (server package)
+Description: object/document-oriented database (server package)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
@@ -62,7 +62,7 @@ Description: An object/document-oriented database (server package)
Package: mongodb-clients
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: An object/document-oriented database (client apps)
+Description: object/document-oriented database (client apps)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers
@@ -88,7 +88,7 @@ Package: mongodb-dev
Section: libdevel
Architecture: i386 amd64
Depends: mongodb-server, libboost-dev, ${shlibs:Depends}, ${misc:Depends}
-Description: An object/document-oriented database (development)
+Description: object/document-oriented database (development)
MongoDB is a high-performance, open source, schema-free
document-oriented data store that's easy to deploy, manage
and use. It's network accessible, written in C++ and offers