debian/0000755000000000000000000000000012205663016007167 5ustar debian/lua-rings-dev.docs0000644000000000000000000000001012205663016012505 0ustar doc/us/ debian/watch0000644000000000000000000000032512205663016010220 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-rings # version=3 https://github.com/keplerproject/rings/downloads /downloads/.*/rings/rings-([\d\.]*).tar.gz debian/lua5.1.dh-lua.conf0000644000000000000000000000032312205663016012212 0ustar PKG_NAME=rings CLIB_OBJS=src/rings.lo LUA_SOURCES=src/stable.lua LUA_SOURCES_MANGLER=sed s?src/?? LUA_TEST=cd src/ && @@LUA@@ ../tests/test.lua PKG_URL=https://github.com/keplerproject/rings PKG_REQUIRES=lua5.1 debian/rules0000755000000000000000000000007312205663016010247 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/compat0000644000000000000000000000000212205663016010365 0ustar 8 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012205663016015237 2lua5.1.dh-lua.confustar debian/source/0000755000000000000000000000000012205663016010467 5ustar debian/source/format0000644000000000000000000000001412205663016011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000425612205663016011050 0ustar lua-rings (1.3.0-2) unstable; urgency=low * Fix Provides, was still mentioning a transitional package * Fix copyright naming the license Expat instead of MIT/X -- Enrico Tassi Fri, 23 Aug 2013 15:34:52 +0200 lua-rings (1.3.0-1) unstable; urgency=low * Packaging moved to git * Transitional packages removed * New upstream release supporting Lua 5.2 -- Enrico Tassi Thu, 26 Apr 2012 17:33:40 +0200 lua-rings (1.2.3-1) unstable; urgency=low * New upstream release * Update watch file * Bumped standards-version to 3.9.3, no changes * debian/compat set to 8 * Packages renamed according to the new Lua policy * Switch to dh-lua -- Enrico Tassi Thu, 26 Apr 2012 16:30:23 +0200 lua-rings (1.2.2-4) unstable; urgency=low * source format 3.0 -- Enrico Tassi Fri, 22 Jul 2011 22:14:19 +0200 lua-rings (1.2.2-3) unstable; urgency=low * bumped standards-version to 3.9.2, no changes * multi-arch (lua5.1-policy-dev >= 32 and dh >= 8.1.3) -- Enrico Tassi Wed, 22 Jul 2009 10:51:33 +0200 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 Tue, 21 Jul 2009 16:49:26 +0200 lua-rings (1.2.2-1) unstable; urgency=low * new upstream release (minor bugfix) -- Enrico Tassi Wed, 02 Jul 2008 10:19:47 +0200 lua-rings (1.2.1-1) unstable; urgency=low * new upstream release -- Enrico Tassi Fri, 09 May 2008 11:12:35 +0200 lua-rings (1.2.1~rc1-1) unstable; urgency=low * new upstream release candidate -- Enrico Tassi 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 Sat, 16 Feb 2008 18:44:39 +0100 lua-rings (1.1-1) unstable; urgency=low * Initial release. (Closes: #442452) -- Enrico Tassi Sat, 28 Jul 2007 16:05:05 +0200 debian/copyright0000644000000000000000000000311412205663016011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rings Upstream-Contact: Fabio Mascarenhas Source: https://github.com/keplerproject/rings Files: * Copyright: 2003-2007 The Kepler Project. Comment: In the Lua community this license is better known as "MIT". Unfortunately other variants of this license are also known as "MIT". To obtain a machine intepretable copyright file Debian prefers to name this version of the MIT license using the non ambiguous term "Expat". License: Expat 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/control0000644000000000000000000000265012205663016010575 0ustar Source: lua-rings Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 8.1.3), dh-lua Standards-Version: 3.9.3 Homepage: https://github.com/keplerproject/rings Vcs-Git: git://git.debian.org/git/pkg-lua/lua-rings.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-rings.git Package: lua-rings Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Lua state creation and control library for the Lua language 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: lua-rings-dev Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Section: libdevel Depends: lua-rings (= ${binary:Version}), ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Development files for the rings library for the Lua language 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. debian/patches/0000755000000000000000000000000012205663016010616 5ustar debian/patches/series0000644000000000000000000000004712205663016012034 0ustar 0001-Fix-version-number-to-1.3.0.patch debian/patches/0001-Fix-version-number-to-1.3.0.patch0000644000000000000000000000122112205663016016765 0ustar From: Enrico Tassi Date: Sun, 11 Aug 2013 17:54:53 +0200 Subject: Fix version number to 1.3.0 --- src/rings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rings.c b/src/rings.c index 4595903..e384031 100644 --- a/src/rings.c +++ b/src/rings.c @@ -343,7 +343,7 @@ static void set_info (lua_State *L) { lua_pushliteral (L, "_DESCRIPTION"); lua_pushliteral (L, "Rings: Multiple Lua States"); lua_settable (L, -3); lua_pushliteral (L, "_VERSION"); - lua_pushliteral (L, "Rings 1.2.2"); + lua_pushliteral (L, "Rings 1.3.0"); lua_settable (L, -3); }