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/changelog.dch | 5 +++++ debian/control | 23 +++++++++++++++++++++++ debian/copyright | 30 ++++++++++++++++++++++++++++++ debian/rules | 4 ++++ 4 files changed, 62 insertions(+) create mode 100644 debian/changelog.dch create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules 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 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 +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 on +Fri, 30 Mar 2011 11:23:42 +0200. + +It was downloaded from + +Upstream Author: Christian Pointner + +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 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 -- cgit v1.2.3