chiark / gitweb /
More Debian fixes.
[mgLib] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..e5e6984
--- /dev/null
@@ -0,0 +1,17 @@
+Source: mglib
+Section: x11
+Priority: extra
+Maintainer: Mark Wooding <mdw@nsict.org>
+Standards-Version: 3.1.1
+
+Package: mglib
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: A library of miscellaneous GTK+ stuff
+
+Package: mglib-dev
+Architecture: any
+Depends: mglib (= ${Source-Version}), mlib-dev (>= 2.0.0), libgtk1.2-dev, xlibs-dev
+Description: A library of miscellaneous GTK+ stuff
+ This package contains the header files and static libraries needed to
+ compile programs which use mgLib.