Debianization fixes.
[mLib] / debian / control
index d4a4590..0593f08 100644 (file)
@@ -2,16 +2,17 @@ Source: mlib
 Section: libs
 Priority: extra
 Maintainer: Mark Wooding <mdw@nsict.org>
+Build-Depends: debhelper (>= 4.0.2)
 Standards-Version: 3.1.1
 
-Package: mlib
+Package: mlib2
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: A library of miscellaneous stuff
 
 Package: mlib-dev
 Architecture: any
-Depends: mlib (= ${Source-Version}), libc6-dev
+Depends: mlib2 (= ${Source-Version}), libc6-dev
 Description: A library of miscellaneous stuff
  This package contains the header files and static libraries needed to
  compile programs which use mLib.