chiark / gitweb /
debian: Fix package sections.
[mgLib] / debian / control
CommitLineData
5fb46e95 1Source: mglib
d5634030 2Section: libs
5fb46e95 3Priority: extra
a7f5705d 4Build-Depends: mlib-dev (>= 2.0.0), debhelper (>= 4.0.2)
2707081e 5Maintainer: Mark Wooding <mdw@distorted.org.uk>
5fb46e95 6Standards-Version: 3.1.1
7
a7f5705d 8Package: mglib1
5fb46e95 9Architecture: any
10Depends: ${shlibs:Depends}
11Description: A library of miscellaneous GTK+ stuff
12
13Package: mglib-dev
14Architecture: any
d5634030 15Section: devel
a7f5705d 16Depends: mglib1 (= ${Source-Version}), mlib-dev (>= 2.0.0), libgtk1.2-dev, xlibs-dev
5fb46e95 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.