summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2011-03-29 23:00:14 +0000
committerChristian Pointner <equinox@spreadspace.org>2011-03-29 23:00:14 +0000
commit1c86a8f645bb0354d2928d7f3b56ab9eb901b52f (patch)
treee1c26654bcee8d5aa85778b7e5a27daf4a0c21d0
parentremoved useless def file (diff)
added initial debian package files
-rw-r--r--debian/changelog.dch5
-rw-r--r--debian/control23
-rw-r--r--debian/copyright30
-rwxr-xr-xdebian/rules4
4 files changed, 62 insertions, 0 deletions
diff --git a/debian/changelog.dch b/debian/changelog.dch
new file mode 100644
index 0000000..4e753cc
--- /dev/null
+++ b/debian/changelog.dch
@@ -0,0 +1,5 @@
+luamq (0.1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Wed, 30 Mar 2011 00:50:41 +0200
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 <equinox@spreadspace.org>
+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).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..734b054
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+This package was debianized by Michael Prokop <mika@debian.org> on
+Fri, 30 Mar 2011 11:23:42 +0200.
+
+It was downloaded from <http://www.spreadspace.org/>
+
+Upstream Author: Christian Pointner <equinox@spreadspace.org>
+
+Copyright: 2011 Christian Pointner
+
+License:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is © 2009, Christian Pointner <equinox@spreadspace.org> and
+is licensed under the GPL, see above.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..fd703a8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/lua.mk
+include /usr/share/cdbs/1/rules/dpatch.mk