--- lua-rings-1.2.2.orig/debian/Makefile.Debian.conf
+++ lua-rings-1.2.2/debian/Makefile.Debian.conf
@@ -0,0 +1,45 @@
+### $Id: Makefile.Debian.conf.sample 390 2007-06-19 09:36:07Z gareuselesinge $
+
+### mandatory fields
+PKG_NAME=rings
+
+### things relative to the C library part
+CLIB_CFLAGS=
+CLIB_LDFLAGS=
+CLIB_OBJS=src/rings.lo
+VERSION_INFO=0:0:0
+LUA_MODNAME_CPART=
+
+### things relative to the lua library part
+LUA_HEADER=
+LUA_SOURCES=src/stable.lua
+LUA_MODNAME=
+LUA_TEST=tests/test.lua
+LUA_MODNAME_CPART=
+
+### this part is relative to pkg-config
+PKG_VERSION=$(shell dpkg-parsechangelog|grep ^Ver|cut -d ' ' -f 2|cut -d '-' -f 1)
+PKG_LIBS_PRIVATE=
+PKG_URL=http://luaforge.net/projects/rings/
+PKG_REQUIRES=lua5.1
+PKG_CONFLICTS=
+
+### this part is relative to debian libs naming policy
+DEB_EXTRA_DASH=
+
+### In addition, to gather flexibility, you can set these hooks
+### (called in this order)
+pre-all-hook::
+post-all-hook::
+pre-test-hook::
+	ln -sf src/stable.lua .
+pre-lua-dynamic-test-hook::
+pre-dynamic-link-hook::
+pre-app-dynamic-test-hook::
+pre-static-link-hook::
+pre-app-static-test-hook::
+pre-install-hook::
+post-install-hook::
+pre-clean-hook::
+	rm -f stable.lua
+post-clean-hook::
--- lua-rings-1.2.2.orig/debian/changelog
+++ lua-rings-1.2.2/debian/changelog
@@ -0,0 +1,37 @@
+lua-rings (1.2.2-2) unstable; urgency=low
+
+  * bumped standards-version to 3.8.2, no changes
+  * build-depend on lua5.1-policy-dev >= 22
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 21 Jul 2009 16:49:26 +0200
+
+lua-rings (1.2.2-1) unstable; urgency=low
+
+  * new upstream release (minor bugfix)
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 02 Jul 2008 10:19:47 +0200
+
+lua-rings (1.2.1-1) unstable; urgency=low
+
+  * new upstream release
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Fri, 09 May 2008 11:12:35 +0200
+
+lua-rings (1.2.1~rc1-1) unstable; urgency=low
+
+  * new upstream release candidate
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 19 Apr 2008 15:21:53 +0200
+
+lua-rings (1.2.0-1) unstable; urgency=low
+
+  * new upstream release
+  * bumped standards-version to 3.7.3, no changes
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 16 Feb 2008 18:44:39 +0100
+
+lua-rings (1.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #442452)
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 28 Jul 2007 16:05:05 +0200
--- lua-rings-1.2.2.orig/debian/watch
+++ lua-rings-1.2.2/debian/watch
@@ -0,0 +1,5 @@
+# test this watch file using:
+# uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-rings
+#
+version=3
+http://luaforge.net/frs/?group_id=147  /frs/download.php/\d+/rings-([\d\.]*).tar.gz
--- lua-rings-1.2.2.orig/debian/copyright
+++ lua-rings-1.2.2/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Enrico Tassi <gareuselesinge@debian.org>
+Thu July 28 16:01:35 CEST 2007.
+
+It was downloaded from http://luaforge.net/projects/rings/.
+
+
+Copyright © 2003-2007 The Kepler Project.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
--- lua-rings-1.2.2.orig/debian/rules
+++ lua-rings-1.2.2/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/lua.mk
--- lua-rings-1.2.2.orig/debian/liblua5.1-rings-dev.docs
+++ lua-rings-1.2.2/debian/liblua5.1-rings-dev.docs
@@ -0,0 +1 @@
+doc/us/
--- lua-rings-1.2.2.orig/debian/control
+++ lua-rings-1.2.2/debian/control
@@ -0,0 +1,30 @@
+Source: lua-rings
+Section: interpreters
+Priority: optional
+Maintainer: Enrico Tassi <gareuselesinge@debian.org>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), lua5.1-policy-dev (>= 22)
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-rings
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-rings
+Homepage: http://www.keplerproject.org/rings/
+
+Package: liblua5.1-rings0
+Architecture: any
+Depends: ${shlibs:Depends}, liblua5.1-expat0, liblua5.1-socket2
+Description: Lua state creation and control library for the Lua language version 5.1
+ Rings is a library which provides a way to create new Lua states from within
+ Lua. It also offers a simple way to communicate between the creator (master)
+ and the created (slave) states.
+ .
+ This mechanism can be used to run chunks of code in an isolated
+ Lua state, obtaining what is usually called a sandbox.
+
+Package: liblua5.1-rings-dev
+Architecture: any
+Section: libdevel
+Depends: liblua5.1-rings0 (= ${binary:Version})
+Description: Development files for the rings library for the Lua language version 5.1
+ This package contains the development files of the rings Lua library,
+ useful to create a statically linked binary (like a C application or a
+ standalone Lua interpreter).
+ Documentation is also shipped within this package.
--- lua-rings-1.2.2.orig/debian/patches/00dpatch.conf
+++ lua-rings-1.2.2/debian/patches/00dpatch.conf
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs/
