summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2011-08-07 19:17:48 +0200
committerAntonin Kral <a.kral@bobek.cz>2011-08-07 19:17:48 +0200
commite439291dac9a2d8e72bbd1e6bbdd838bba9daa8c (patch)
treea3cbed5c344c027a89f55e160c65841ffa7cf697
parent518e1c8802ef5f3c0437c6fd26eb329cf5b4ce26 (diff)
downloadmongodb-e439291dac9a2d8e72bbd1e6bbdd838bba9daa8c.tar.gz
bumped standards
-rw-r--r--debian/control18
1 files changed, 9 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 497f878..de5153b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Antonin Kral <A.Kral@sh.cvut.cz>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>, Jérémy Lal <kapouer@melix.org>
Build-Depends: debhelper (>= 7), cdbs (>= 0.4.73~), libpcre3, libpcre3-dev, scons, xulrunner-dev (>= 1.9) | xulrunner-1.9-dev | xulrunner-1.9.1-dev, libreadline-dev, libboost-dev, libboost-thread-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-date-time-dev, python-pymongo
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Vcs-Git: git://github.com/bobek/mongo-debian.git
Vcs-Browser: https://github.com/bobek/mongo-debian
Homepage: http://www.mongodb.org
@@ -13,7 +13,7 @@ Package: mongodb
Architecture: i386 amd64
Depends: mongodb-server, mongodb-dev, ${shlibs:Depends}, ${misc:Depends}
Description: An object/document-oriented database (metapackage)
- MongoDB is a high-performance, open source, schema-free
+ 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
the following features :
@@ -23,7 +23,7 @@ Description: An object/document-oriented database (metapackage)
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
- * Efficient storage of binary data including large
+ * Efficient storage of binary data including large
objects (e.g. videos)
* Auto-sharding for cloud-level scalability (Q209)
.
@@ -36,7 +36,7 @@ Package: mongodb-server
Architecture: i386 amd64
Depends: mongodb-clients, ${shlibs:Depends}, ${misc:Depends}, adduser
Description: An object/document-oriented database (server package)
- MongoDB is a high-performance, open source, schema-free
+ 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
the following features :
@@ -46,7 +46,7 @@ Description: An object/document-oriented database (server package)
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
- * Efficient storage of binary data including large
+ * Efficient storage of binary data including large
objects (e.g. videos)
* Auto-sharding for cloud-level scalability (Q209)
.
@@ -59,7 +59,7 @@ Package: mongodb-clients
Architecture: i386 amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: An object/document-oriented database (client apps)
- MongoDB is a high-performance, open source, schema-free
+ 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
the following features :
@@ -69,7 +69,7 @@ Description: An object/document-oriented database (client apps)
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
- * Efficient storage of binary data including large
+ * Efficient storage of binary data including large
objects (e.g. videos)
* Auto-sharding for cloud-level scalability (Q209)
.
@@ -83,7 +83,7 @@ Section: libdevel
Architecture: i386 amd64
Depends: mongodb-server, libboost-dev, ${shlibs:Depends}, ${misc:Depends}
Description: An object/document-oriented database (development)
- MongoDB is a high-performance, open source, schema-free
+ 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
the following features :
@@ -93,7 +93,7 @@ Description: An object/document-oriented database (development)
* Full index support, including on inner objects
* Query profiling
* Replication and fail-over support
- * Efficient storage of binary data including large
+ * Efficient storage of binary data including large
objects (e.g. videos)
* Auto-sharding for cloud-level scalability (Q209)
.