debian/0000755000000000000000000000000012201761616007170 5ustar debian/lua-copas.docs0000644000000000000000000000000712201761616011723 0ustar doc/us debian/watch0000644000000000000000000000030312201761616010215 0ustar # test this watch file using: # uscan --watchfile debian/watch --upstream-version 0.0.1 --package lua-copas # version=3 https://github.com/keplerproject/copas/downloads .*/copas-([\d\.]+).tar.gz debian/rules0000755000000000000000000000007312201761616010250 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/lua5.1dh-lua.conf0000644000000000000000000000012712201761616012137 0ustar PKG_NAME=copas LUA_SOURCES=src/copas/copas.lua LUA_SOURCES_MANGLER=sed s?^src/copas/?? debian/compat0000644000000000000000000000000212201761616010366 0ustar 8 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012201761616015162 2lua5.1dh-lua.confustar debian/source/0000755000000000000000000000000012201761616010470 5ustar debian/source/format0000644000000000000000000000001412201761616011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000517712201761616011054 0ustar lua-copas (1.2.0-1) unstable; urgency=low * New upstream release supporting lua 5.2 * Packaging moved to git * Transitional packages removed -- Enrico Tassi Fri, 11 May 2012 09:55:44 +0200 lua-copas (1.1.6-5) unstable; urgency=low * Update depends on liblua5.1-socket2 -> lua-socket -- Enrico Tassi Thu, 03 May 2012 20:49:47 +0200 lua-copas (1.1.6-4) unstable; urgency=low * Fix lua module name -- Enrico Tassi Thu, 03 May 2012 20:41:04 +0200 lua-copas (1.1.6-3) unstable; urgency=low * Fixed dependency of transitional package liblua5.1-copas-dev -- Enrico Tassi Thu, 03 May 2012 17:33:50 +0200 lua-copas (1.1.6-2) unstable; urgency=low * Package description fixed, thanks Tollef Fog Heen for spotting it. (Closes: #671145) -- Enrico Tassi Wed, 02 May 2012 14:01:56 +0200 lua-copas (1.1.6-1) unstable; urgency=low * New upstream release * Switch to dh-lua * Packages renames according to the new lua policy * Copyright format 1.0 * debian/comapt set to 8 * bumped standards version to 3.9.3 -- Enrico Tassi Mon, 30 Apr 2012 16:43:38 +0200 lua-copas (1.1.5-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:55:05 +0200 lua-copas (1.1.5-2) unstable; urgency=low * build-depend on lua5.1-policy-dev >= 22 * bumped standards version to 3.8.2, no changes -- Enrico Tassi Tue, 21 Jul 2009 17:04:16 +0200 lua-copas (1.1.5-1) unstable; urgency=low * New upstream bugfix release -- Enrico Tassi Mon, 20 Apr 2009 10:18:19 +0200 lua-copas (1.1.4-1) unstable; urgency=low * new upstream bugfix release * bumped standards version to 3.8.1, no changes needed * added ${misc:Depends} to Depends: -- Enrico Tassi Tue, 24 Mar 2009 23:07:15 +0100 lua-copas (1.1.3-1) unstable; urgency=low * new upstream release -- Enrico Tassi Wed, 21 May 2008 16:02:14 +0200 lua-copas (1.1.2-1) unstable; urgency=low * new upstream release * -dev package moved to section libdevel * bumped standards version to 3.7.3 * added Homepage fields * updated Vcs-* fields -- Enrico Tassi Sat, 17 May 2008 21:11:15 +0200 lua-copas (1.1.1-1) unstable; urgency=low * Initial release. (Closes: #442453) -- Enrico Tassi Fri, 17 Aug 2007 12:03:31 +0200 debian/copyright0000644000000000000000000000311612201761616011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: copas Upstream-Contact: Fabio Mascarenhas Source: https://github.com/keplerproject/copas 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/control0000644000000000000000000000161212201761616010573 0ustar Source: lua-copas 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/copas Vcs-Git: git://git.debian.org/git/pkg-lua/lua-copas.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-copas.git Package: lua-copas Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, lua-coxpcall, lua-socket Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Copas is a dispatcher of concurrent TCP/IP requests Copas is a dispatcher of concurrent TCP/IP requests based on corutines. A server registered with Copas should provide a handler for requests and use Copas socket functions to send the response. Copas loops through requests and invokes the corresponding handlers. . This package also contains the documentation of copas.