From 2fbd4247fb9f87d005f2a6950400af4823e7832d Mon Sep 17 00:00:00 2001 Message-Id: <2fbd4247fb9f87d005f2a6950400af4823e7832d.1715534211.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 15 Feb 2006 12:30:12 +0000 Subject: [PATCH] debian: Fix package sections. Organization: Straylight/Edgeware From: Mark Wooding --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 08b8a99..a027cbe 100644 --- a/debian/control +++ b/debian/control @@ -49,6 +49,7 @@ Architecture: any Depends: mlib2 (= ${Source-Version}) | mlib2-adns (= ${Source-Version}), libc6-dev Recommends: mlib-bin +Section: devel Description: A library of miscellaneous stuff The mLib library provides various handy utilities, including * yet another options parser, like GNU getopt but more so; @@ -66,6 +67,7 @@ Package: mlib-bin Architecture: any Depends: ${shlibs:Depends} Recommends: mlib-dev +Section: utils Description: A library of miscellaneous stuff The mLib library provides various handy utilities, including * yet another options parser, like GNU getopt but more so; -- [mdw]