summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-09-23 16:20:41 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-09-23 16:20:41 -0300
commitff94c4e4c379e4077b02b8c5afbdc9c789957e1a (patch)
treec4cd43a08824a89d65f5a6435a0185754122b6d2
parent653f08892ba8937bae365aa91aeeec7d947bee41 (diff)
disable mongo client packaging
-rw-r--r--debian/control52
1 files changed, 26 insertions, 26 deletions
diff --git a/debian/control b/debian/control
index 2e86345b430..3560faa8dc8 100644
--- a/debian/control
+++ b/debian/control
@@ -118,29 +118,29 @@ Description: object/document-oriented database (server binaries package)
This package contains the database server (mongod) and sharding
server/load-balancer (mongos) binaries.
-Package: mongodb-clients
-Architecture: amd64 arm64 ppc64el s390x
-Depends:
- ${misc:Depends},
- ${shlibs:Depends}
-Recommends: mongo-tools
-Replaces:
- mongodb (<= 1:1.4.2-2)
-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
- the following features:
- .
- * Collection oriented storage - easy storage of object-style data
- * Full index support, including on inner objects
- * Query profiling
- * Replication and fail-over support
- * Efficient storage of binary data including large objects (e.g. videos)
- * Auto-sharding for cloud-level scalability
- .
- High performance, scalability, and reasonable depth of
- functionality are the goals for the project.
- .
- This package contains the standard administrative shell (mongo) and other
- utilities for administration or analysis of performance of the server.
+#Package: mongodb-clients
+#Architecture: amd64 arm64 ppc64el s390x
+#Depends:
+# ${misc:Depends},
+# ${shlibs:Depends}
+#Recommends: mongo-tools
+#Replaces:
+# mongodb (<= 1:1.4.2-2)
+#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
+# the following features:
+# .
+# * Collection oriented storage - easy storage of object-style data
+# * Full index support, including on inner objects
+# * Query profiling
+# * Replication and fail-over support
+# * Efficient storage of binary data including large objects (e.g. videos)
+# * Auto-sharding for cloud-level scalability
+# .
+# High performance, scalability, and reasonable depth of
+# functionality are the goals for the project.
+# .
+# This package contains the standard administrative shell (mongo) and other
+# utilities for administration or analysis of performance of the server.