Updates for new debian standards
[xlunit.git] / debian / control
1 Source: cl-xlunit
2 Section: lisp
3 Priority: optional
4 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
5 Build-Depends: debhelper (>> 7.0.0)
6 Standards-Version: 3.8.2.0
7 Vcs-Git: git://git.b9.com/xlunit.git
8 Homepage: http://files.b9.com/xlunit/
9
10 Package: cl-xlunit
11 Architecture: all
12 Depends: common-lisp-controller (>= 3.37)
13 Description: Common Lisp eXtreme Lisp Unit Testing Package
14  XLUnit provides a unit testing package for Common Lisp.
15  It is based on the XPTest package by OnShore development, but is
16  rewritten to be closer in usage to the JUnit package. Also, it is
17  designed to be used with significantly less overhead on the
18  part of the test author compared to XPTest.