X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=378fcf554ab818091cfa4e5c218788b48085ef8a;hb=945f3ee208c93f95f48839bfa191e1edbc64c867;hp=fbfd085ca36f3cdd6c2ce9dea5a6a4a2ad051668;hpb=b1bd6d92c2525f8ea9b05a784e22a0ba88b61559;p=lml.git diff --git a/debian/control b/debian/control index fbfd085..378fcf5 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,14 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.5.7.0 +Standards-Version: 3.5.10.0 Package: cl-lml Architecture: all -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) Description: Lisp Markup Language - LML provides a markup language for generation XHTML web pages. + LML provides a markup language for generation XHTML web pages. It is + a different syntax than cl-lml2 which some people like better. + In general, though, cl-lml2 is + faster at compiling and generating XHTML than this package.