summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 27 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index 3c641eb..cf5d7a1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,32 @@
-Source: luamq
+Source: lua-mq
Section: interpreters
Priority: optional
Maintainer: Christian Pointner <equinox@spreadspace.org>
-Build-Depends: debhelper (>= 5), liblua5.1-0-dev
-Standards-Version: 3.8.2
-Homepage: http://www.spreadspace.org/
+Build-Depends: debhelper (>= 9), dh-lua
+Standards-Version: 3.9.3
+Homepage: http://www.spreadspaceorg/lua-mq/
-Package: liblua5.1-mq
+Package: lua-mq
Architecture: any
-Depends: ${shlibs:Depends}
-Description: luamq library for the Lua language version 5.1
- This package contains the luamq library a interface to posix
- message queues.
+Multi-Arch: same
+Pre-Depends: multiarch-support
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: ${lua:Provides}
+XB-Lua-Versions: ${lua:Versions}
+Description: LUA Bindings for posix message queues
+ .
+
+Package: lua-mq-dev
+Section: libdevel
+Multi-Arch: same
+Pre-Depends: multiarch-support
+Architecture: any
+Depends: lua- (= ${binary:Version}), ${misc:Depends}
+Provides: ${lua:Provides}
+XB-Lua-Versions: ${lua:Versions}
+Description: LUA Bindings for posix message queues
+ This package contains the development files of the lua-mq library,
+ useful to create a statically linked binary (like a C application or a
+ standalone Lua interpreter).
+ .
+ Documentation is also shipped within this package.