X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=d94530b8bc23ee68c64f1b1214dbd609dc6ad888;hb=1454981ac5f4f7ea8fe741a8125efbf0b09497ea;hp=0000000000000000000000000000000000000000;hpb=f299779179b32203a5bb9b91e1e6088ac5caf4ca;p=fiveam.git diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d94530b --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: fiveam +Section: devel +Priority: optional +Maintainer: Luca Capello +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.1 + +Package: cl-fiveam +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, common-lisp-controller (>= 3.47), cl-asdf, cl-arnesi +Suggests: latex +Description: simple regression testing framework + FiveAM is a simple (as far as writing and running tests goes) + regression testing framework. It has been designed with Common + Lisp's interactive development model in mind. + . + Features: + * Test and test suite hierarchies allow test to be organized into + hierarchies to ease running + * Functions for re-running recently run tests. + * Inter-test dependencies.