X-Git-Url: http://git.kpe.io/?p=cl-modlisp.git;a=blobdiff_plain;f=debian%2Fcontrol;h=aa3c717b02bac7c6f7ff4b229362edf53f99a27d;hp=fc216c79b7c72cd3c92a763d8d6b52a8e9874058;hb=HEAD;hpb=ea50229269c428ed82edcda11fa056786469cac7 diff --git a/debian/control b/debian/control index fc216c7..aa3c717 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,18 @@ Source: cl-modlisp -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.3.0 +Vcs-Git: git://git.kpe.io/cl-modlisp.git +Vcs-Browser: http://git.kpe.io/?p=cl-modlisp.git Package: cl-modlisp Architecture: all -Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.37),libapache-mod-lisp,cl-kmrcl +Depends: ${misc:Depends},libapache2-mod-lisp,cl-kmrcl Description: Common Lisp interface to the Apache mod-lisp module - cl-modlisp provides a Common Lisp interface to the mod-lisp Apache module. + cl-modlisp provides a Common Lisp interface to the mod_lisp Apache module. + The mod_lisp is a low-level Apache interface. This package provides a + higher level layer on top of mod_lisp. The package has support for CMUCL, SBCL, CLISP, AllegroCL, and Lispworks.