debian/0000755000000000000000000000000012177725627007206 5ustar debian/lua-lemock.docs0000644000000000000000000000002012177725627012101 0ustar README HISTORY debian/watch0000644000000000000000000000034212177725627010236 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/LuaDist/lemock/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/lua-lemock-dev.docs0000644000000000000000000000003212177725627012660 0ustar build/htdocs/ build/unit/ debian/lua5.1.dh-lua.conf0000644000000000000000000000014712177725627012235 0ustar PKG_NAME=lemock LUA_SOURCES=build/lemock.lua LUA_SOURCES_MANGLER=sed 's?^build/??' LUA_MODNAME=lemock debian/rules0000755000000000000000000000007312177725627010266 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=lua --with lua debian/compat0000644000000000000000000000000212177725627010404 0ustar 8 debian/source/0000755000000000000000000000000012177725627010506 5ustar debian/source/format0000644000000000000000000000001412177725627011714 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000026212177725627011060 0ustar lua-lemock (0.6-1) unstable; urgency=low [ Victor Seva ] * Initial release. (Closes: #707713) -- Enrico Tassi Mon, 20 May 2013 17:19:32 +0200 debian/copyright0000644000000000000000000000473412177725627011151 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lemock Upstream-Contact: Tommy Petterson Source: https://github.com/LuaDist/lemock/ Files: * Copyright: 2009 Tommy Petterson 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 Files: debian/* Copyright: 2013 Victor Seva 2013 Enrico Tassi 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". 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/control0000644000000000000000000000235012177725627010611 0ustar Source: lua-lemock 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-lemock.git Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-lemock.git Homepage: http://lemock.luaforge.net/README.html Package: lua-lemock Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ${lua:Provides} Suggests: lua-unit XB-Lua-Versions: ${lua:Versions} Description: LeMock (Lua Easy Mock) for unit test LeMock is a mock creation module intended for use together with a unit test framework such as lua-unit. It is inspired by EasyMock (for Java), and strives to be easy to use. Package: lua-lemock-dev Section: libdevel Architecture: all Depends: lua-lemock (= ${binary:Version}), ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} Description: LeMock (Lua Easy Mock) for unit test LeMock is a mock creation module intended for use together with a unit test framework such as lua-unit. It is inspired by EasyMock (for Java), and strives to be easy to use. . This package contains docs and test files.