X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=blobdiff_plain;f=debian%2Fcontrol;h=a9601a6d3691a01c5358ea0b11433ff05bfebe6f;hp=d96451e383fb51b83779363d89c0f94b4b7eb363;hb=064f9491744e1c746a9164886cb9000463ba458f;hpb=48165b53a0d76499d12e5d1ec750fb37063c43ea diff --git a/debian/control b/debian/control index d96451e..a9601a6 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,18 @@ Source: cl-xlunit -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>> 4.0.0) -Standards-Version: 3.7.2.2 +Build-Depends: debhelper (>> 7.0.0) +Standards-Version: 3.8.2.0 +Vcs-Git: git://git.b9.com/xlunit.git +Homepage: http://files.b9.com/xlunit/ Package: cl-xlunit Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) +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 + It is 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.