From dbbb03b700175ebdf71af9a57dd1f16c5652bf57 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 30 Apr 2015 17:05:04 +0200 Subject: new debian package format --- debian/control | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) (limited to 'debian/control') 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 -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. -- cgit v1.2.3