debian/0000755000000000000000000000000012203134212007154 5ustar debian/watch0000644000000000000000000000032012203134212010200 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-xmlrpc # version=3 https://github.com/timn/lua-xmlrpc/downloads /downloads/.*/lua-xmlrpc-([\d\.]*).tar.gz debian/rules0000755000000000000000000000020012203134212010224 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua override_dh_auto_configure: chmod a-x src/*.lua dh_auto_configure debian/compat0000644000000000000000000000000212203134212010352 0ustar 8 debian/lua-xmlrpc.docs0000644000000000000000000000001712203134212012110 0ustar doc/ examples/ debian/source/0000755000000000000000000000000012203134212010454 5ustar debian/source/format0000644000000000000000000000001412203134212011662 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000442412203134212011032 0ustar lua-xmlrpc (1.2.1-6) unstable; urgency=low * Packaging moved to git * Remove transitional packages -- Enrico Tassi Thu, 10 May 2012 19:38:37 +0200 lua-xmlrpc (1.2.1-5) unstable; urgency=low * Copyright format 1.0 -- Enrico Tassi Thu, 10 May 2012 16:11:54 +0200 lua-xmlrpc (1.2.1-4) unstable; urgency=low * Update dependency: liblua5.1-socket2 -> lua-socket -- Enrico Tassi Fri, 27 Apr 2012 17:17:03 +0200 lua-xmlrpc (1.2.1-3) unstable; urgency=low * Switch to dh-lua * debian/compat set to 8 * Packages renamed according to the new Lua policy * watch file updated * bumped standards-version to 3.9.3, no changes -- Enrico Tassi Fri, 27 Apr 2012 17:15:39 +0200 lua-xmlrpc (1.2.1-2) unstable; urgency=low * fix test target * avoid installing .lua files with execution bit -- Enrico Tassi Sat, 30 Jul 2011 00:16:47 +0200 lua-xmlrpc (1.2.1-1) unstable; urgency=low * bumped standards-version to 3.9.2, no changes * source format 3.0 (quilt) * new upstream version * new upstream maintainer * update copyright file dates -- Enrico Tassi Sat, 23 Jul 2011 11:08:37 +0200 lua-xmlrpc (1.0b-5) unstable; urgency=low * bumped standards-version to 3.8.2, no changes * added Homepage field in control * Fixed Vcs fields in control * build-depend on lua5.1-policy-dev >= 22 -- Enrico Tassi Tue, 21 Jul 2009 18:03:31 +0200 lua-xmlrpc (1.0b-4) unstable; urgency=low * Fixed FTBFS caused by missing build depend on liblua5.1-expat-dev used in the testing phase -- Enrico Tassi Sat, 28 Jul 2007 16:47:24 +0200 lua-xmlrpc (1.0b-3) unstable; urgency=low * Renamed obsolete CDBS variable * Fixed date in copyright file -- Enrico Tassi Sat, 28 Jul 2007 16:19:02 +0200 lua-xmlrpc (1.0b-2) unstable; urgency=low * -dev package is arch all and not any -- Enrico Tassi Sat, 28 Jul 2007 16:16:21 +0200 lua-xmlrpc (1.0b-1) unstable; urgency=low * Initial release. (Closes: #434073) -- Enrico Tassi Sat, 21 Jul 2007 11:55:25 +0200 debian/copyright0000644000000000000000000000245612203134212011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: luaxmlrpc Upstream-Contact: Tim Niemueller (https://github.com/timn) Source: https://github.com/timn/lua-xmlrpc Files: * Copyright: 2003-2010 The Kepler Project. License: MIT 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/dh-lua.conf0000644000000000000000000000055512203134212011202 0ustar LUA_VERSION=5.1 PKG_NAME=xmlrpc CLIB_CFLAGS= CLIB_LDFLAGS= CLIB_OBJS= LUA_HEADER= LUA_SOURCES=$(wildcard src/*.lua) LUA_SOURCES_MANGLER=sed s?src/?xmlrpc/? LUA_TEST=tests/apitest.lua ### 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= PKG_REQUIRES= PKG_CONFLICTS= debian/control0000644000000000000000000000123112203134212010554 0ustar Source: lua-xmlrpc Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 8), dh-lua, lua-expat Standards-Version: 3.9.3 Homepage: http://keplerproject.github.com/lua-xmlrpc/ Vcs-Git: git://git.debian.org/git/pkg-lua/lua-xmlrpc.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-xmlrpc.git Package: lua-xmlrpc Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, lua-expat, lua-socket Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: xmlrpc library for the Lua language This package contains the Lua xmlrpc facility library, for both client and server mode.