From 1c86a8f645bb0354d2928d7f3b56ab9eb901b52f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 29 Mar 2011 23:00:14 +0000 Subject: added initial debian package files --- debian/control | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b63a5e0 --- /dev/null +++ b/debian/control @@ -0,0 +1,23 @@ +Source: luamq +Section: interpreters +Priority: optional +Maintainer: Christian Pointner +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5) +Standards-Version: 3.8.2 +Homepage: http://www.spreadspace.org/ + +Package: liblua5.1-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. + +Package: liblua5.1-mq-dev +Architecture: any +Depends: liblua5.1-mq (= ${binary:Version}) +Section: libdevel +Description: luamq development files for the Lua language version 5.1 + This package contains the development files of the luamq library, + useful to create a statically linked binary (like a C application or + a standalone Lua interpreter). -- cgit v1.2.3