debian/0000755000000000000000000000000012202421312007153 5ustar debian/lua-logging.docs0000644000000000000000000000002012202421312012222 0ustar doc/us/ doc/br/ debian/watch0000644000000000000000000000027512202421312010210 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lualogging # version=3 https://github.com/Neopallium/lualogging/tags .*/zipball/v([\d\.]+) debian/lua5.1.dh-lua.conf0000644000000000000000000000023712202421312012202 0ustar PKG_NAME=logging LUA_SOURCES=$(wildcard src/logging/*.lua) src/logging.lua LUA_SOURCES_MANGLER=sed s?src/?? LUA_MODNAME=logging LUA_TEST=tests/testConsole.lua debian/rules0000755000000000000000000000022212202421312010227 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua override_dh_auto_configure: chmod a-x src/logging/*.lua src/*.lua dh_auto_configure debian/compat0000644000000000000000000000000212202421312010351 0ustar 8 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012202421312015223 2lua5.1.dh-lua.confustar debian/source/0000755000000000000000000000000012202421312010453 5ustar debian/source/format0000644000000000000000000000001412202421312011661 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000361012202421312011025 0ustar lua-logging (1.3.0-1) unstable; urgency=low * New upstream release including lua 5.2 support * packaging moved to git * Removed transitional packages -- Enrico Tassi Mon, 30 Apr 2012 18:02:59 +0200 lua-logging (1.2.0-1) unstable; urgency=low * Packages renamed according to the new Lua policy * Copyright format 1.0 * Switch to dh-lua * debian/compat set to 8 * updated watch file * bumped standards-version to 3.9.3, no changes -- Enrico Tassi Mon, 30 Apr 2012 17:59:43 +0200 lua-logging (1.1.4-4) unstable; urgency=low * suorce format 3.0 (quilt) * bumped standards-version to 3.9.2, no changes -- Enrico Tassi Fri, 22 Jul 2011 22:23:40 +0200 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 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 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 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 Tue, 18 Sep 2007 09:50:41 +0100 lua-logging (1.1.3-1) unstable; urgency=low * Initial release. (Closes: #439085) -- Enrico Tassi Fri, 17 Aug 2007 11:58:35 +0200 debian/copyright0000644000000000000000000000246412202421312011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lualogging Upstream-Contact: Robert G. Jakabosky Source: https://github.com/Neopallium/lualogging Files: * Copyright: 2003-2011 The Kepler Project. License: 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. debian/control0000644000000000000000000000160112202421312010554 0ustar Source: lua-logging Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 8), dh-lua Standards-Version: 3.9.3 Homepage: https://github.com/Neopallium/lualogging Vcs-Git: git://git.debian.org/git/pkg-lua/lua-logging.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-logging.git Package: lua-logging Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Recommends: lua-sql-sqlite3 | lua-sql-mysql, lua-socket Description: Logging library for the Lua language 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 lua-sql-* and lua-socket packages. . This package contains the Lua logging facility library documentation files.