debian/0000755000000000000000000000000012164516513007172 5ustar debian/lua-unit.docs0000644000000000000000000000001312164516513011574 0ustar README.txt debian/watch0000644000000000000000000000034612164516513010226 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/linuxmaniac/luaunit/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))debian/TODO.Debian0000644000000000000000000000001512164516513011037 0ustar - watch file debian/lua-unit.examples0000644000000000000000000000005212164516513012465 0ustar example_with_luaunit.lua test_luaunit.lua debian/lua5.1.dh-lua.conf0000644000000000000000000000014412164516513012216 0ustar PKG_NAME=unit LUA_SOURCES=luaunit.lua LUA_MODNAME=luaunit LUA_TEST_CUSTOM=@@LUA@@ test_luaunit.lua debian/rules0000755000000000000000000000007312164516513010252 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/compat0000644000000000000000000000000212164516513010370 0ustar 8 debian/lua5.2.dh-lua.conf0000777000000000000000000000000012164516513015242 2lua5.1.dh-lua.confustar debian/source/0000755000000000000000000000000012164516513010472 5ustar debian/source/format0000644000000000000000000000001412164516513011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000071212164516513011044 0ustar lua-unit (1.5+gita58da93-2) unstable; urgency=low * Just build lua-unit and put in it the two available examples * Fix typo in copyright -- Enrico Tassi Tue, 02 Jul 2013 11:26:16 +0200 lua-unit (1.5+gita58da93-1) unstable; urgency=low * Initial release. (Closes: #703166) * Used depends dh >= 16~. Let's be nice with backports -- Victor Seva Wed, 22 May 2013 18:13:57 +0200 debian/copyright0000644000000000000000000000456612164516513011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: luaunit Upstream-Contact: Philippe Fremy Source: https://github.com/bluebird75/luaunit Files: * Copyright: 2005,2007,2012, Philippe Fremy License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2013 Victor Seva License: GPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000165012164516513010577 0ustar Source: lua-unit Section: interpreters Priority: optional Maintainer: Victor Seva Uploaders: Enrico Tassi Build-Depends: debhelper (>= 8), dh-lua (>= 16~) Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-lua/lua-unit.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-unit.git Homepage: http://phil.freehackers.org/programs/luaunit/ Package: lua-unit Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: Lua unit testing framework Luaunit is a unit-testing framework for Lua, in the spirit of many others unit-testing framework. Luaunit let's you write test functions, test classes with test methods and setup/teardown functionality. . Luaunit can output test failures using the TAP format, for easier integration into Continuous Integration platforms like Jenkins.