diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 4 | ||||
-rw-r--r-- | debian/mongodb-clients.lintian | 1 | ||||
-rw-r--r-- | debian/mongodb-dev.dirs | 2 | ||||
-rw-r--r-- | debian/mongoimport.1 | 2 |
6 files changed, 15 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index a1fc889..8abcbc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mongodb (1:1.4.2-3) UNRELEASED; urgency=low + + * NOT RELEASED YET + * Clean up debian/copyright + * Fix various typos + * Generally make lintian happy + + -- Roberto C. Sanchez <roberto@connexer.com> Sat, 08 May 2010 09:24:28 -0400 + mongodb (1:1.4.2-2) unstable; urgency=low * Split single binary package into mongodb-server, mongodb-dev, and diff --git a/debian/control b/debian/control index a5da487..02eba3b 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,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 (meta package) +Description: An 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 @@ -28,7 +28,7 @@ Description: An object/document-oriented database (meta package) High performance, scalability, and reasonable depth of functionality are the goals for the project. . - This is a meta package that depends on all the mongodb parts. + This is a metapackage that depends on all the mongodb parts. Package: mongodb-server Architecture: i386 amd64 diff --git a/debian/copyright b/debian/copyright index 3b046c3..1dc1929 100644 --- a/debian/copyright +++ b/debian/copyright @@ -19,7 +19,7 @@ Debian Maintainers: Copyright: - 2009 10gen + Copyright (c) 2009 10gen License: @@ -31,7 +31,7 @@ License: AGPL 3.0 http://www.fsf.org/licensing/licenses/agpl-3.0.html -The Debian packaging is (C) 2009, 2010, Kristina Chodorow <kristina@10gen.com> and Antonin Kral <A.Kral@bobek.cz>. It is licensed under the AGPL, but will be relicensed under Apache License 2.0. +The Debian packaging is Copyright (c) 2009, 2010, Kristina Chodorow <kristina@10gen.com>, Antonin Kral <A.Kral@bobek.cz> and Roberto C. Sanchez <roberto@connexer.com>. It is licensed under the AGPL, but will be relicensed under Apache License 2.0. Some parts of MongoDB are still licensed under AGPL but upstream is working on unification of licenses to Apache License 2.0. diff --git a/debian/mongodb-clients.lintian b/debian/mongodb-clients.lintian index de2c692..05cea14 100644 --- a/debian/mongodb-clients.lintian +++ b/debian/mongodb-clients.lintian @@ -6,5 +6,4 @@ mongodb-clients: binary-or-shlib-defines-rpath ./usr/bin/mongoexport /usr/lib64/ mongodb-clients: binary-or-shlib-defines-rpath ./usr/bin/mongofiles /usr/lib64/xulrunner-1.9.1 mongodb-clients: binary-or-shlib-defines-rpath ./usr/bin/mongoimport /usr/lib64/xulrunner-1.9.1 mongodb-clients: binary-or-shlib-defines-rpath ./usr/bin/mongorestore /usr/lib64/xulrunner-1.9.1 -mongodb-clients: binary-or-shlib-defines-rpath ./usr/bin/mongosniff /usr/lib64/xulrunner-1.9.1 mongodb-clients: binary-or-shlib-defines-rpath ./usr/bin/mongostat /usr/lib64/xulrunner-1.9.1 diff --git a/debian/mongodb-dev.dirs b/debian/mongodb-dev.dirs index da07fdd..d5b2d73 100644 --- a/debian/mongodb-dev.dirs +++ b/debian/mongodb-dev.dirs @@ -1,2 +1,2 @@ usr/include -usr/lib +usr/lib64 diff --git a/debian/mongoimport.1 b/debian/mongoimport.1 index 4b6c3de..a1d3751 100644 --- a/debian/mongoimport.1 +++ b/debian/mongoimport.1 @@ -35,7 +35,7 @@ be more verbose (include multiple times for more verbosity e.g. \fB\-vvvvv\fR) .TP .B \-f, \-\-fields NAMES -comma seperated list of field names e.g. \fB\-f\fR name,age +comma separated list of field names e.g. \fB\-f\fR name,age .TP .B \-\-fieldFile FILE file with fields names \- 1 per line |