debian/0000755000000000000000000000000012205664007007170 5ustar debian/watch0000644000000000000000000000032612205664007010222 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-coxpcall # version=3 http://github.com/keplerproject/coxpcall/downloads /downloads/.*/coxpcall-([\d\.]*).tar.gz debian/lua5.1.dh-lua.conf0000644000000000000000000000012312205664007012211 0ustar PKG_NAME=coxpcall LUA_SOURCES=src/coxpcall.lua LUA_SOURCES_MANGLER=sed 's?^src/??' debian/lua-coxpcall.docs0000644000000000000000000000002212205664007012420 0ustar doc/us/index.html debian/rules0000755000000000000000000000007312205664007010250 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/compat0000644000000000000000000000000212205664007010366 0ustar 8 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012205664007015240 2lua5.1.dh-lua.confustar debian/source/0000755000000000000000000000000012205664007010470 5ustar debian/source/format0000644000000000000000000000001412205664007011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000432412205664007011045 0ustar lua-coxpcall (1.14.0-2) unstable; urgency=low * Removed ancient Conflicts in control * Use Expat instead of MIT/X in copyright -- Enrico Tassi Fri, 23 Aug 2013 15:46:41 +0200 lua-coxpcall (1.14.0-1) unstable; urgency=low * New upstream release supporting Lua 5.2 * Packaging moved to git * Transitional packages removed -- Enrico Tassi Mon, 30 Apr 2012 17:20:10 +0200 lua-coxpcall (1.13.0-6) unstable; urgency=low * Clean up debian/rules * Build-depend on dh-lua >= 12 -- Enrico Tassi Mon, 30 Apr 2012 17:19:28 +0200 lua-coxpcall (1.13.0-5) unstable; urgency=low * Fixed override dh_auto_clean target -- Enrico Tassi Wed, 18 Apr 2012 16:04:55 +0200 lua-coxpcall (1.13.0-4) unstable; urgency=low * Update debian/copyright to format 1.0 * Switch to dh-lua * Packages renamed according to the new Lua policy * Bumped standards-version to 3.9.3, no changes * Update watch file * debian/compat set to 8 -- Enrico Tassi Wed, 18 Apr 2012 09:47:18 +0200 lua-coxpcall (1.13.0-3) unstable; urgency=low * source format 3.0 (quilt) * bumped standards-version to 3.9.2, no changes -- Enrico Tassi Fri, 22 Jul 2011 22:25:37 +0200 lua-coxpcall (1.13.0-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 17:00:12 +0200 lua-coxpcall (1.13.0-1) unstable; urgency=low * new upstream release -- Enrico Tassi Wed, 21 May 2008 16:05:22 +0200 lua-coxpcall (1.12.0-1) unstable; urgency=low * New upstream release -- Enrico Tassi Sat, 10 May 2008 13:34:23 +0200 lua-coxpcall (1.11.0+cvs20080310-2) unstable; urgency=low * Added Conflicts with old versions of xavante (Closes: #475964) -- Enrico Tassi Thu, 17 Apr 2008 09:27:04 +0200 lua-coxpcall (1.11.0+cvs20080310-1) unstable; urgency=low * Initial release. (Closes: #472789) -- Enrico Tassi Wed, 26 Mar 2008 11:39:37 +0100 debian/copyright0000644000000000000000000000310212205664007011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: coxpcall Upstream-Contact: info@keplerproject.org Source: https://github.com/keplerproject/coxpcall.git Files: * Copyright: 2008 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/control0000644000000000000000000000142612205664007010576 0ustar Source: lua-coxpcall Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 8), dh-lua (>= 12) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-lua/lua-coxpcall.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-coxpcall.git Homepage: https://github.com/keplerproject/coxpcall Package: lua-coxpcall Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Protected function calls across coroutines for Lua This package contains coxpcall, a Lua library that extends the protected call mechanism typical of Lua (xpcall and pcall) allowing it to cross coroutines boundaries. . This package also contains the documentation.