debian/0000755000000000000000000000000011751546340007174 5ustar debian/changelog0000644000000000000000000000300411751544006011040 0ustar lua-json (1.3-1) unstable; urgency=low * [e90dafec] Changes by Enrico Tassi - thanks for the patch! * Switch to dh-lua * Package renamed according to the new Lua policy * [2f427b4d] Make debian/watch work again. * [6d097344] Merge tag 'upstream/1.3' Upstream version 1.3 * [14787062] Enable support for Lua5.2 * [1f053906] Use 3.0 (quilt) format as we have symlinks in the debian folder. -- Bernd Zeimetz Sun, 06 May 2012 20:50:32 +0200 lua-json (1.2.2-1) unstable; urgency=low * [bb887c07] Merge commit 'upstream/1.2.2' -- Bernd Zeimetz Thu, 28 Jul 2011 18:07:13 +0200 lua-json (1.2.1-1) unstable; urgency=low * [9b2b474a] Fixing filenamemangle in watch file. * [cdacecf3] Merge branch 'upstream' -- Bernd Zeimetz Thu, 10 Feb 2011 10:34:12 +0100 lua-json (1.1.1-1) unstable; urgency=low * New upstream version. * [f05a443c] Merge branch 'upstream' * [e296fdd1] Bumping Standards-Version to 3.8.4. No changes needed. * [0b8d7f9f] Updating watch file. * [853dd452] src directory was renamed to lua, update debian/install. -- Bernd Zeimetz Thu, 27 May 2010 09:49:47 +0200 lua-json (0.10-2) unstable; urgency=low * [9c816ef8] Depend on liblua5.1-lpeg2 or liblua5.1-lpeg1 (Closes: #528548). -- Bernd Zeimetz Wed, 13 May 2009 18:13:23 +0200 lua-json (0.10-1) unstable; urgency=low * Initial release. -- Bernd Zeimetz Tue, 09 Dec 2008 22:33:51 +0100 debian/lua-json.docs0000644000000000000000000000001611751544006011570 0ustar docs/* README debian/rules0000755000000000000000000000010311751544006010243 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/control0000644000000000000000000000164211751544006010577 0ustar Source: lua-json Section: interpreters Priority: optional Maintainer: Bernd Zeimetz Build-Depends: debhelper (>= 8), dh-lua Standards-Version: 3.8.4 Vcs-Git: git://git.recluse.de/debian/pkg-liblua-json.git Vcs-Browser: http://git.recluse.de/debian/pkg-liblua-json.git/ Homepage: http://www.eharning.us/wiki/luajson/ Package: lua-json Architecture: all Depends: ${misc:Depends}, lua-lpeg Replaces: liblua5.1-json (<< 1.2.2-2~) Breaks: liblua5.1-json (<< 1.2.2-2~) Provides: liblua5.1-json, ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: JSON decoder/encoder for Lua LuaJSON is a customizable JSON decoder/encoder using LPEG for parsing. Package: liblua5.1-json Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, lua-json Description: Transitional package for lua-json This is a transitional package to ease upgrades to the lua-json package. It can safely be removed. debian/backup0000644000000000000000000000000011751546427010360 0ustar debian/copyright0000644000000000000000000000372011751544006011126 0ustar This package was debianized by Bernd Zeimetz on Tue, 09 Dec 2008 23:48:01 +0100 It was downloaded via git from git://github.com/harningt/luajson.git A http view of the repository is available at http://github.com/harningt/luajson/tree/master Upstream Author: Thomas Harning Jr. Copyright: Copyright (c) 2008 Thomas Harning Jr. License: The following license is applied to all documents in this project with the exception of the 'tests' directory at the root. The 'tests' directory is dual-licenses Public Domain / MIT, whichever is least restrictive in your legal jurisdiction. The MIT License Copyright (c) 2008 Thomas Harning Jr. 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. The Debian packaging is copyright 2008, Bernd Zeimetz and is licensed under the MIT License. debian/source/0000755000000000000000000000000011751544006010471 5ustar debian/source/format0000644000000000000000000000001411751544006011677 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015611751544006010224 0ustar version=3 http://github.com/harningt/luajson/downloads /downloads/harningt/luajson/luajson-([0-9.]+)\.tar\.gz debian/compat0000644000000000000000000000000211751544006010367 0ustar 8 debian/lua5.1.json.dh-lua.conf0000644000000000000000000000013511751544006013165 0ustar PKG_NAME=json LUA_SOURCES=$(shell find lua/ -name *.lua) LUA_SOURCES_MANGLER=sed 's?^lua/??' debian/lua5.2.json.dh-lua.conf0000777000000000000000000000000011751544006017161 2lua5.1.json.dh-lua.confustar