chiark / gitweb /
Debianization fixes.
[mLib] / debian / control
index d4a4590fc5240e5efaea8947219d5260620e434e..0593f08b0dfc7ef54a0a7ffca4555b33a2ea4af0 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.