X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=06f8f54bc1878f337d7eaa75d4f3c30fe0e203fe;hb=3805d34b1d8dc77f7e0ee527a2490194292dd0fc;hp=0a3ad62b35ff6fb67a2e8a91caa9d65970f07980;hpb=c7bc011f355411986f238987a4f97c93f66818dc;p=xlunit.git diff --git a/debian/control b/debian/control index 0a3ad62..06f8f54 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.0 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>> 7.0.0) +Standards-Version: 3.8.2.0 +Homepage: http://files.kpe.io/xlunit/ +Vcs-Git: git://git.kpe.io/xlunit.git +Vcs-Browser: http://git.kpe.io/?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.