debian/0000755000000000000000000000000012201167555007172 5ustar debian/lua-event-dev.docs0000644000000000000000000000002712201167072012511 0ustar doc/*.mdwn doc/modules debian/TODO.Debian0000644000000000000000000000003412201167072011032 0ustar 5.2: Enable after luasocket debian/lua5.1.dh-lua.conf0000644000000000000000000000076212201167072012216 0ustar PKG_NAME=event CLIB_CFLAGS=-I include $(shell pkg-config libevent --cflags) CLIB_LDFLAGS=$(shell pkg-config libevent --libs) CLIB_LDFLAGS_STATIC=$(shell pkg-config libevent --libs --static) CLIB_OBJS= $(patsubst %.c,%.lo,$(wildcard src/*.c)) LUA_MODNAME_CPART=luaevent.core LUA_HEADER= LUA_SOURCES=luaevent.lua LUA_MODNAME=luaevent LUA_TEST=test/basic.lua 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/rules0000755000000000000000000000037012201167072010244 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua override_dh_auto_clean: rm -f luaevent.lua dh_auto_clean override_dh_auto_configure: cp lua/luaevent.lua . dh_auto_configure override_dh_strip: dh_strip --dbg-package=lua-event-dbg debian/compat0000644000000000000000000000000212201167072010362 0ustar 9 debian/source/0000755000000000000000000000000012201167072010464 5ustar debian/source/format0000644000000000000000000000001412201167072011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000373012201167072011041 0ustar lua-event (0.4.3-1) unstable; urgency=low * New upstream release * Remove transitional packages * Packaging moved to git * Remove luaevent-catch-errors-1.patch (applied upstream) -- Enrico Tassi Fri, 09 Aug 2013 15:20:30 +0200 lua-event (0.4.1-3~dbg4matthew1) unstable; urgency=low * debian/compat set to 9 * new package lua-event-dbg -- Enrico Tassi Mon, 02 Jul 2012 16:47:26 +0200 lua-event (0.4.1-2) unstable; urgency=low * Fix error handling with libevent2 (thanks Matthew Wild). Added patch luaevent-catch-errors-1.patch (Closes: #679925) -- Enrico Tassi Mon, 02 Jul 2012 16:36:23 +0200 lua-event (0.4.1-1) unstable; urgency=low * New upstream release * Switched to dh-lua * Bumped Standards-version to 3.9.3, no changes * Packages renamed according to the new lua policy * debian/compat to 8 -- Enrico Tassi Wed, 30 May 2012 20:05:26 +0200 lua-event (0.3.1-3) unstable; urgency=low * Source format 3.0 (quilt) -- Enrico Tassi Fri, 22 Jul 2011 12:19:32 +0200 lua-event (0.3.1-2) unstable; urgency=low * Multi-Arch compliant (dh >= 3.1.8, lua5.1-policy >= 32) * Bumped Standards-version to 3.9.2, no changes -- Enrico Tassi Wed, 20 Jul 2011 22:37:37 +0200 lua-event (0.3.1-1) experimental; urgency=low * new upstream release, compatible with libevent 2.0 * updated copyright * updated homepage field in control -- Enrico Tassi Sun, 03 Jul 2011 10:01:46 +0200 lua-event (0.1.1-2) unstable; urgency=low * build-depend on liblua5.1-policy-dev >= 22~, thanks Bernd (Closes: #589548) -- Enrico Tassi Mon, 19 Jul 2010 10:49:02 +0200 lua-event (0.1.1-1) unstable; urgency=low * Initial release. (Closes: #586033) -- Enrico Tassi Tue, 15 Jun 2010 22:25:05 +0200 debian/copyright0000644000000000000000000000273412201167072011125 0ustar This package was debianized by Enrico Tassi Tue Jun 15 22:55:48 CEST 2010 It was downloaded from http://repo.or.cz/w/luaevent.git Copyright (C) 2007 Thomas Harning This software is distributed under LGPLv2.1, see: /usr/share/common-licenses/LGPL-2.1 For file test/lunit.lua the following copyright holds: Copyright (c) 2004 Michael Roth 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/control0000644000000000000000000000364612201167072010600 0ustar Source: lua-event Section: interpreters Priority: optional Maintainer: Enrico Tassi Build-Depends: debhelper (>= 9), dh-lua, libevent-dev, lua-socket Standards-Version: 3.9.3 Homepage: https://github.com/harningt/luaevent.git Vcs-Git: git://git.debian.org/git/pkg-lua/lua-event.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-event.git Package: lua-event Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Depends: ${shlibs:Depends}, ${misc:Depends}, lua-socket Replaces: liblua5.1-event0 (<< 0.4.1-1~) Breaks: liblua5.1-event0 (<< 0.4.1-1~) Provides: liblua5.1-event0, ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: asynchronous event notification library for Lua This package contains the bindings for libevent, a synchronous event notification library that provides a mechanish to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Package: lua-event-dev Architecture: any Multi-Arch: same Pre-Depends: multiarch-support Section: libdevel Depends: lua-event (= ${binary:Version}), ${misc:Depends} Replaces: liblua5.1-event-dev (<< 0.4.1-1~) Breaks: liblua5.1-event-dev (<< 0.4.1-1~) Provides: liblua5.1-event-dev, ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: libevent development files for the Lua language This package contains the development files of the libevent Lua bindings, useful to create a statically linked binary (like a C application or a standalone Lua interpreter). Documentation is also shipped within this package. Package: lua-event-dbg Architecture: any Priority: extra Section: debug Multi-Arch: same Pre-Depends: multiarch-support Depends: lua-event (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} XB-Lua-Versions: ${lua:Versions} Description: asynchronous event notification library for Lua, debug symbols This package contains the debugging symbols for lua-event. debian/patches/0000755000000000000000000000000012201167072010613 5ustar debian/patches/series0000644000000000000000000000000012201167072012016 0ustar