summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Kral <a.kral@bobek.cz>2012-05-27 13:01:52 +0200
committerAntonin Kral <a.kral@bobek.cz>2012-05-27 13:01:52 +0200
commit6d0f215499dda50fdba4a6f60ab359efe0054e0d (patch)
tree1bd49d64f2824c8f8ff4b3132e53668fbd095c86
parentf7d04e179b28b7e690a150ecc24038e46dcc2e33 (diff)
downloadmongodb-6d0f215499dda50fdba4a6f60ab359efe0054e0d.tar.gz
Removed mongodb-server as dependency of mongodb-dev (Closes:#672634)
-rw-r--r--debian/changelog6
-rw-r--r--debian/control11
2 files changed, 12 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index fde6062..3cb687c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (1:2.0.5-2) unstable; urgency=low
+
+ * Removed mongodb-server as dependency of mongodb-dev (Closes:#672634)
+
+ -- Antonin Kral <A.Kral@sh.cvut.cz> Sun, 27 May 2012 13:00:38 +0200
+
mongodb (1:2.0.5-1) unstable; urgency=low
* New upstream release 2.0.5
diff --git a/debian/control b/debian/control
index 1d22d9b..cb68728 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: object/document-oriented database (metapackage)
* Replication and fail-over support
* Efficient storage of binary data including large
objects (e.g. videos)
- * Auto-sharding for cloud-level scalability (Q209)
+ * Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
@@ -49,7 +49,7 @@ Description: object/document-oriented database (server package)
* Replication and fail-over support
* Efficient storage of binary data including large
objects (e.g. videos)
- * Auto-sharding for cloud-level scalability (Q209)
+ * Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
@@ -73,7 +73,7 @@ Description: object/document-oriented database (client apps)
* Replication and fail-over support
* Efficient storage of binary data including large
objects (e.g. videos)
- * Auto-sharding for cloud-level scalability (Q209)
+ * Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.
@@ -83,7 +83,8 @@ Description: object/document-oriented database (client apps)
Package: mongodb-dev
Section: libdevel
Architecture: i386 amd64
-Depends: mongodb-server, libboost-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: libboost-dev, ${shlibs:Depends}, ${misc:Depends}
+Suggests: mongodb-server
Replaces: mongodb (<= 1:1.4.2-2)
Description: object/document-oriented database (development)
MongoDB is a high-performance, open source, schema-free
@@ -98,7 +99,7 @@ Description: object/document-oriented database (development)
* Replication and fail-over support
* Efficient storage of binary data including large
objects (e.g. videos)
- * Auto-sharding for cloud-level scalability (Q209)
+ * Auto-sharding for cloud-level scalability
.
High performance, scalability, and reasonable depth of
functionality are the goals for the project.