Source: shake
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8), lua-leg, lua-filesystem, help2man, lua5.1
Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/shake
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/shake
Homepage: http://shake.luaforge.net

Package: shake
Section: devel
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1-leg, lua5.1-filesystem, lua5.1
Description: Testing engine for the Lua language version 5.1
 The shake utility is a simple and transparent test engine for Lua.
 .
 Shake gives concise reports when the tests succeed, while it prints detailed
 traces when tests fail.
 .
 Regular Lua test files, if written using only standard assert and print calls,
 can be run with shake with no modifications. 
 .
 This package contains the shake command line utility, the Lua modules
 that implement shake functionalities and the documentation for both.
