diff options
| author | Antonin Kral <a.kral@bobek.cz> | 2010-02-17 11:56:03 +0100 |
|---|---|---|
| committer | Antonin Kral <a.kral@bobek.cz> | 2010-02-17 11:56:03 +0100 |
| commit | 01ba71576763796426441f478f65b5a6d74a1406 (patch) | |
| tree | 3d8b61840d7e891e220ed0da1488834d9d838e68 | |
| parent | 3ba122575456d3aad3a732b2b2a5073e8a322de0 (diff) | |
added conflicts with mongodb-1.2debian/1.3.1-4
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7a0f27530ca..34d3d1f9cf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mongodb (1.3.1-4) unstable; urgency=low + + * added conflicts with mongodb-1.2 + Please refer to Bug #570148 for clarification. + + -- Antonin Kral <A.Kral@sh.cvut.cz> Wed, 17 Feb 2010 11:54:37 +0100 + mongodb (1.3.1-3) unstable; urgency=low * [ff792f5] Reordered Build-Depends to enable automated with buildd diff --git a/debian/control b/debian/control index 53f42af61f0..93befecb287 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Homepage: http://www.mongodb.org Package: mongodb Architecture: i386 amd64 +Replaces: mongodb-1.2 +Conflicts: mongodb-1.2 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, xulrunner-dev Description: An object/document-oriented database MongoDB is a high-performance, open source, schema-free |
