debian: Fix package sections.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 15 Feb 2006 12:30:12 +0000 (12:30 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 15 Feb 2006 12:30:12 +0000 (12:30 +0000)
debian/control

index 08b8a99..a027cbe 100644 (file)
@@ -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;