debian: Fix package sections.
[mgLib] / debian / control
... / ...
CommitLineData
1Source: mglib
2Section: libs
3Priority: extra
4Build-Depends: mlib-dev (>= 2.0.0), debhelper (>= 4.0.2)
5Maintainer: Mark Wooding <mdw@distorted.org.uk>
6Standards-Version: 3.1.1
7
8Package: mglib1
9Architecture: any
10Depends: ${shlibs:Depends}
11Description: A library of miscellaneous GTK+ stuff
12
13Package: mglib-dev
14Architecture: any
15Section: devel
16Depends: mglib1 (= ${Source-Version}), mlib-dev (>= 2.0.0), libgtk1.2-dev, xlibs-dev
17Description: A library of miscellaneous GTK+ stuff
18 This package contains the header files and static libraries needed to
19 compile programs which use mgLib.