diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8abcbc1..3b75782 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ mongodb (1:1.4.2-3) UNRELEASED; urgency=low * Clean up debian/copyright * Fix various typos * Generally make lintian happy + * Change section of mongodb-dev from database to libdevel (now matches + archive override file) - -- Roberto C. Sanchez <roberto@connexer.com> Sat, 08 May 2010 09:24:28 -0400 + -- Roberto C. Sanchez <roberto@connexer.com> Tue, 11 May 2010 15:53:21 -0400 mongodb (1:1.4.2-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 02eba3b..fcb7c5d 100644 --- a/debian/control +++ b/debian/control @@ -77,6 +77,7 @@ Description: An object/document-oriented database (client apps) This package contains the various client applications. Package: mongodb-dev +Section: libdevel Architecture: i386 amd64 Depends: mongodb-server, ${shlibs:Depends}, ${misc:Depends} Description: An object/document-oriented database (development) |