You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lua-lemock/debian/control

34 lines
1.2 KiB

Source: lua-lemock
Section: interpreters
Priority: optional
Maintainer: Sipwise Development Team <support@sipwise.com>
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.