X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=49000efeb81d55877bffd49b2f1a70e2c61490f4;hb=397f109a8555632fc0ff777d6be05b171d1e3c22;hp=f1c35fe24ce49f413fc3032651f201bb77cad27b;hpb=92a7a639a439b6409c4a45e8548aeee7af7a4530;p=xlunit.git diff --git a/debian/control b/debian/control index f1c35fe..49000ef 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,20 @@ Source: cl-xlunit -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.6.1.0 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>> 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.b9.com/xlunit/ +Vcs-Git: git://git.b9.com/xlunit.git +Vcs-Browser: http://git.b9.com/?p=xlunit.git Package: cl-xlunit Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) +Depends: ${misc:Depends} 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.