--- lua-logging-1.1.4.orig/debian/Makefile.Debian.conf
+++ lua-logging-1.1.4/debian/Makefile.Debian.conf
@@ -0,0 +1,19 @@
+PKG_NAME=logging
+
+### things relative to the lua library part
+LUA_HEADER=
+LUA_SOURCES=src/logging
+LUA_MODNAME=logging
+LUA_TEST=tests/testConsole.lua
+
+### In addition, to gather flexibility, you can set these hooks
+### (called in this order)
+pre-all-hook::
+	cd src/logging/;ln -s logging.lua init.lua
+pre-test-hook::
+	ln -s src/logging/init.lua logging.lua
+	ln -s src/logging/ .
+pre-clean-hook::
+	rm src/logging/init.lua
+	rm logging
+
--- lua-logging-1.1.4.orig/debian/changelog
+++ lua-logging-1.1.4/debian/changelog
@@ -0,0 +1,35 @@
+lua-logging (1.1.4-3) unstable; urgency=low
+
+  * changed lua to Lua in package description
+  * 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 15:56:06 +0200
+
+lua-logging (1.1.4-2) unstable; urgency=low
+
+  * Fixed spelling error (Closes: #489384)
+  * Fixed lintian warning about dpatch dependency
+  * Fixed section of -dev package (now is libdevel)
+  * Removed ancient XS-X-Vcs-* and moved to the new Vcs-*
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Thu, 10 Jul 2008 15:55:42 +0200
+
+lua-logging (1.1.4-1) unstable; urgency=low
+
+  * New upstream release, not API change
+  * Added Homepage field in control file 
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 31 Oct 2007 12:54:50 +0100
+
+lua-logging (1.1.3-2) unstable; urgency=low
+
+  * Fixed FTBFS (missing symlink to the .lua in $PWD) (Closes: #442976)
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 18 Sep 2007 09:50:41 +0100
+
+lua-logging (1.1.3-1) unstable; urgency=low
+
+  * Initial release. (Closes: #439085)
+
+ -- Enrico Tassi <gareuselesinge@debian.org>  Fri, 17 Aug 2007 11:58:35 +0200
--- lua-logging-1.1.4.orig/debian/watch
+++ lua-logging-1.1.4/debian/watch
@@ -0,0 +1,6 @@
+# test this watch file using:
+# uscan --watchfile debian/watch --upstream-version 0.0.1 --package lualogging
+#
+version=3
+http://luaforge.net/frs/?group_id=51 \
+	/frs/download.php/\d+/lualogging-([\d\.]*).tar.gz
--- lua-logging-1.1.4.orig/debian/copyright
+++ lua-logging-1.1.4/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Enrico Tassi <gareuselesinge@debian.org>
+Thu Aug 23 20:29:45 CEST 2006.
+
+It was downloaded from http://luaforge.net/projects/lualogging/.
+
+
+Copyright © 2003-2006 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-logging-1.1.4.orig/debian/liblua5.1-logging-dev.docs
+++ lua-logging-1.1.4/debian/liblua5.1-logging-dev.docs
@@ -0,0 +1,2 @@
+doc/us/
+doc/br/
--- lua-logging-1.1.4.orig/debian/rules
+++ lua-logging-1.1.4/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/lua.mk
--- lua-logging-1.1.4.orig/debian/control
+++ lua-logging-1.1.4/debian/control
@@ -0,0 +1,25 @@
+Source: lua-logging
+Section: interpreters
+Priority: optional
+Maintainer: Enrico Tassi <gareuselesinge@debian.org>
+Build-Depends: lua5.1-policy-dev (>= 22), cdbs (>= 0.4.23-1.1), debhelper (>= 5)
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-logging
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-logging
+Homepage: http://www.luaforge.net/projects/lualogging
+
+Package: liblua5.1-logging
+Architecture: all
+Depends: ${shlibs:Depends}
+Recommends: liblua5.1-sql-sqlite2 | liblua5.1-sql-mysql2, liblua5.1-socket2
+Description: lualogging library for the Lua language version 5.1
+ This package contains the Lua logging facility library, with backends for
+ console, file, SQL, mail, socket. SQL and mail/socket support are available
+ only installing respectively liblua5.1-sql* and liblua5.1-socket* packages.
+
+Package: liblua5.1-logging-dev
+Architecture: all
+Section: libdevel
+Depends: ${shlibs:Depends}
+Description: Documentation files for the lualogging library for the Lua language version 5.1
+ This package contains the Lua logging facility library documentation files.
--- lua-logging-1.1.4.orig/debian/patches/00dpatch.conf
+++ lua-logging-1.1.4/debian/patches/00dpatch.conf
@@ -0,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs/
