X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=0a3ad62b35ff6fb67a2e8a91caa9d65970f07980;hb=c7bc011f355411986f238987a4f97c93f66818dc;hp=0000000000000000000000000000000000000000;hpb=95c39c23a9d9db5b42fbc784ac75557fb1eb1a60;p=xlunit.git diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0a3ad62 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: cl-xlunit +Section: devel +Priority: optional +Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: debhelper (>> 4.0.0) +Standards-Version: 3.6.0 + +Package: cl-xlunit +Architecture: all +Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) +Description: Common Lisp eXtreme Lisp Unit Testing Package + XLUnit provides a unit testing package for Common Lisp. + It it based on the XPTest package by OnShore development, but is + rewritten to be closer in usage to the JUnit package. Also, it is + designed to be used with significantly less overhead on the + part of the test author compared to XPTest.