X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=44f1f61f8d4fc308c503a4f8470c8fe90bd40b92;hb=HEAD;hp=9ea974533f69fe30715244ce38aa336e07cea9e5;hpb=3514038aa33ab0897a2a4402ab4e6e6b2b679e0c;p=lml.git diff --git a/debian/control b/debian/control index 9ea9745..44f1f61 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,19 @@ Source: cl-lml -Section: devel +Section: lisp Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.5.10.0 +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>> 7.0.0) +Standards-Version: 3.8.3.0 +Homepage: http://lml.kpe.io/ +Vcs-Git: git://git.kpe.io/lml.git +Vcs-Browser: http://git.kpe.io/?p=lml.git Package: cl-lml Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37) +Depends: ${misc:Depends} 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.