summaryrefslogtreecommitdiff
path: root/debian/control
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 /debian/control
parent9d6aba6c773ec1b31da5e2c80b2f2a82f50429c6 (diff)
downloadmongodb-4fa2f88be57ba1ce2058472876415c681c66d103.tar.gz
release 2.0.0
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
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