Convert to dh-lisp; add Vcs-Browser
[lml.git] / debian / control
index 1ca337aba728f37c8b16fd155d3673bd7539cc9f..7ab02f8f546169e384fd9a2a29afaad99868e953 100644 (file)
@@ -1,13 +1,19 @@
 Source: cl-lml
-Section: devel
+Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0)
-Standards-Version: 3.5.7.0
+Build-Depends-Indep: dh-lisp
+Build-Depends: debhelper (>> 7.0.0)
+Standards-Version: 3.8.2.0
+Homepage: http://lml.b9.com/
+Vcs-Git: git://git.b9.com/lml.git
+Vcs-Browser: http://git.b9.com/?p=lml.git
 
 Package: cl-lml
 Architecture: all
-Depends: ${shlibs:Depends}, common-lisp-controller
+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.