summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 1 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index f0f5860..3c641eb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: luamq
Section: interpreters
Priority: optional
Maintainer: Christian Pointner <equinox@spreadspace.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev
+Build-Depends: debhelper (>= 5), liblua5.1-0-dev
Standards-Version: 3.8.2
Homepage: http://www.spreadspace.org/
@@ -12,12 +12,3 @@ 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).