diff options
| -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 |
