diff options
author | Roberto C. Sanchez <roberto@connexer.com> | 2010-05-11 15:54:28 -0400 |
---|---|---|
committer | Roberto C. Sanchez <roberto@connexer.com> | 2010-05-11 15:54:28 -0400 |
commit | 090ab622de31db901eb55c8cc1801a4249cd7ea6 (patch) | |
tree | ed3f78cd7f08aa5a7d3e83811a8b49cd6539120d | |
parent | 9e64cd0c88d852f7f7dd484fcd0402e5c208092d (diff) | |
download | mongodb-090ab622de31db901eb55c8cc1801a4249cd7ea6.tar.gz |
Change section of mongodb-dev from database to libdevel (now matches archive override file)
-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) |