Debianization fixes.
[mLib] / debian / control
1 Source: mlib
2 Section: libs
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@nsict.org>
5 Build-Depends: debhelper (>= 4.0.2)
6 Standards-Version: 3.1.1
7
8 Package: mlib2
9 Architecture: any
10 Depends: ${shlibs:Depends}
11 Description: A library of miscellaneous stuff
12
13 Package: mlib-dev
14 Architecture: any
15 Depends: mlib2 (= ${Source-Version}), libc6-dev
16 Description: A library of miscellaneous stuff
17 This package contains the header files and static libraries needed to
18 compile programs which use mLib.