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