From b77054ef247c2b6ac11780f0a8676ecd0b4c3151 Mon Sep 17 00:00:00 2001 From: Ernie Hershey Date: Mon, 17 Mar 2014 18:09:24 -0400 Subject: SERVER-12095 Update project description in Linux packaging text This change makes packaging text more consistent between rpms and debs, as well as bringing the text up to date with more recent verbiage. --- debian/mongodb-enterprise.control | 174 ++++++++++++++++++-------------------- 1 file changed, 82 insertions(+), 92 deletions(-) (limited to 'debian/mongodb-enterprise.control') diff --git a/debian/mongodb-enterprise.control b/debian/mongodb-enterprise.control index 790714a087a..8b5583039ce 100644 --- a/debian/mongodb-enterprise.control +++ b/debian/mongodb-enterprise.control @@ -10,118 +10,108 @@ Package: mongodb-enterprise Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen Architecture: any Depends: mongodb-enterprise-shell, mongodb-enterprise-server, mongodb-enterprise-mongos, mongodb-enterprise-tools -Description: MongoDB cross-platform document-oriented database system (enterprise 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 - 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) - * Automatic partitioning for cloud-level scalability - . - High performance, scalability, and reasonable depth of - functionality are the goals for the project. - +Description: MongoDB open source document-oriented database system (enterprise metapackage) + MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility. + . + MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency. + . + MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community. + . + MongoDB features: + * JSON Data Model with Dynamic Schemas + * Auto-Sharding for Horizontal Scalability + * Built-In Replication for High Availability + * Rich Secondary Indexes, including geospatial + * TTL indexes + * Text Search + * Aggregation Framework & Native MapReduce + . + This metapackage will install the mongo shell, import/export tools, other client utilities, server software, default configuration, and init.d scripts. Package: mongodb-enterprise-shell Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen Architecture: any Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libsasl2-2, libssl1.0.0 Description: MongoDB shell client (enterprise) - 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) - * Automatic partitioning for cloud-level scalability - . - High performance, scalability, and reasonable depth of - functionality are the goals for the project. - . - This Debian package installs the mongo shell. + MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility. + . + MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency. + . + MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community. + . + MongoDB features: + * JSON Data Model with Dynamic Schemas + * Auto-Sharding for Horizontal Scalability + * Built-In Replication for High Availability + * Rich Secondary Indexes, including geospatial + * TTL indexes + * Text Search + * Aggregation Framework & Native MapReduce + . + This package contains the mongo shell. Package: mongodb-enterprise-server Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen Architecture: any Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libsasl2-2, libssl1.0.0, libsnmp15 Description: MongoDB database server (enterprise) - 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) - * Automatic partitioning for cloud-level scalability - . - High performance, scalability, and reasonable depth of - functionality are the goals for the project. - . - This Debian package installs the mongod server. + MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility. + . + MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency. + . + MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community. + . + MongoDB features: + * JSON Data Model with Dynamic Schemas + * Auto-Sharding for Horizontal Scalability + * Built-In Replication for High Availability + * Rich Secondary Indexes, including geospatial + * TTL indexes + * Text Search + * Aggregation Framework & Native MapReduce + . + This package contains the MongoDB server software, default configuration files, and init.d scripts. Package: mongodb-enterprise-mongos Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen Architecture: any Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libsasl2-2, libssl1.0.0 -Description: MongoDB sharding router (enterprise) - 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) - * Automatic partitioning for cloud-level scalability - . - High performance, scalability, and reasonable depth of - functionality are the goals for the project. - . - This Debian package installs the mongos program. +Description: MongoDB sharded cluster query router (enterprise) + MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility. + . + MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency. + . + MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community. + . + MongoDB features: + * JSON Data Model with Dynamic Schemas + * Auto-Sharding for Horizontal Scalability + * Built-In Replication for High Availability + * Rich Secondary Indexes, including geospatial + * TTL indexes + * Text Search + * Aggregation Framework & Native MapReduce + . + This package contains mongos, the MongoDB sharded cluster query router. Package: mongodb-enterprise-tools Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, mongo-10gen-server, mongo-10gen-unstable, mongo-10gen-unstable-enterprise, mongo-10gen-unstable-enterprise-mongos, mongo-10gen-unstable-enterprise-server, mongo-10gen-unstable-enterprise-shell, mongo-10gen-unstable-enterprise-tools, mongo-10gen-unstable-mongos, mongo-10gen-unstable-server, mongo-10gen-unstable-shell, mongo-10gen-unstable-tools, mongo18-10gen, mongo18-10gen-server, mongo20-10gen, mongo20-10gen-server, mongodb, mongodb-server, mongodb-dev, mongodb-clients, mongodb-10gen, mongodb-10gen-enterprise, mongodb-10gen-unstable, mongodb-10gen-unstable-enterprise, mongodb-10gen-unstable-enterprise-mongos, mongodb-10gen-unstable-enterprise-server, mongodb-10gen-unstable-enterprise-shell, mongodb-10gen-unstable-enterprise-tools, mongodb-10gen-unstable-mongos, mongodb-10gen-unstable-server, mongodb-10gen-unstable-shell, mongodb-10gen-unstable-tools, mongodb-enterprise-unstable, mongodb-enterprise-unstable-mongos, mongodb-enterprise-unstable-server, mongodb-enterprise-unstable-shell, mongodb-enterprise-unstable-tools, mongodb-org-unstable, mongodb-org-unstable-mongos, mongodb-org-unstable-shell, mongodb-org-unstable-tools, mongodb-org-unstable-server, mongodb-nightly, mongodb-org, mongodb-org-mongos, mongodb-org-server, mongodb-org-shell, mongodb-org-tools, mongodb-stable, mongodb18-10gen, mongodb20-10gen Architecture: any Depends: libc6 (>= 2.3.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1), libsasl2-2, libssl1.0.0 Description: MongoDB tools (enterprise) - 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) - * Automatic partitioning for cloud-level scalability - . - High performance, scalability, and reasonable depth of - functionality are the goals for the project. - . - This Debian package installs standard utilities for - interacting with MongoDB. + MongoDB is built for scalability, performance and high availability, scaling from single server deployments to large, complex multi-site architectures. By leveraging in-memory computing, MongoDB provides high performance for both reads and writes. MongoDB’s native replication and automated failover enable enterprise-grade reliability and operational flexibility. + . + MongoDB is an open-source database used by companies of all sizes, across all industries and for a wide variety of applications. It is an agile database that allows schemas to change quickly as applications evolve, while still providing the functionality developers expect from traditional databases, such as secondary indexes, a full query language and strict consistency. + . + MongoDB has a rich client ecosystem including hadoop integration, officially supported drivers for 10 programming languages and environments, as well as 40 drivers supported by the user community. + . + MongoDB features: + * JSON Data Model with Dynamic Schemas + * Auto-Sharding for Horizontal Scalability + * Built-In Replication for High Availability + * Rich Secondary Indexes, including geospatial + * TTL indexes + * Text Search + * Aggregation Framework & Native MapReduce + . + This package contains standard utilities for interacting with MongoDB. -- cgit v1.2.1