diff options
author | Antonin Kral <a.kral@bobek.cz> | 2012-03-01 13:54:51 +0100 |
---|---|---|
committer | Antonin Kral <a.kral@bobek.cz> | 2012-03-01 13:54:51 +0100 |
commit | 93d49d3002cd591246d21dfcc55da5c3c9ca60e7 (patch) | |
tree | fca3cb94ac43c71ed5dd8ec760dd95e1b2f4c537 | |
parent | a8b271a6db5bd7f4eb045101ba2d37c94734f818 (diff) | |
download | mongodb-93d49d3002cd591246d21dfcc55da5c3c9ca60e7.tar.gz |
Mark mongodb-{server,client,dev} as replacing mongodb to be able to upgrade from Ubuntu Lucid
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f2692ac..1d22d9b 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,7 @@ Description: object/document-oriented database (metapackage) Package: mongodb-server Architecture: i386 amd64 Depends: mongodb-clients, ${shlibs:Depends}, ${misc:Depends}, adduser +Replaces: mongodb (<= 1:1.4.2-2) Description: object/document-oriented database (server package) MongoDB is a high-performance, open source, schema-free document-oriented data store that's easy to deploy, manage @@ -58,6 +59,7 @@ Description: object/document-oriented database (server package) Package: mongodb-clients Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends} +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 @@ -82,6 +84,7 @@ Package: mongodb-dev Section: libdevel Architecture: i386 amd64 Depends: mongodb-server, libboost-dev, ${shlibs:Depends}, ${misc:Depends} +Replaces: mongodb (<= 1:1.4.2-2) Description: object/document-oriented database (development) MongoDB is a high-performance, open source, schema-free document-oriented data store that's easy to deploy, manage |