File: control

package info (click to toggle)
shake 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 244 kB
  • sloc: makefile: 45
file content (25 lines) | stat: -rw-r--r-- 1,031 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: shake
Section: interpreters
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), lua-leg (>= 0.1.3), lua-filesystem, help2man, lua5.1
Standards-Version: 4.6.2
Homepage: http://shake.luaforge.net
Vcs-Git: git://git.debian.org/git/pkg-lua/shake.git
Vcs-Browser: http://git.debian.org/?p=pkg-lua/shake.git

Package: shake
Section: devel
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, lua5.1-leg, lua-leg (>= 0.1.3), 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.