From 521ffce1fbb7bc1f61fa81c6f8986a9de01f83fc Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Mon, 16 Nov 2009 09:09:07 -0700 Subject: [PATCH] Add Debian doc-base entry --- debian/changelog | 7 +++++++ debian/cl-lml2.doc-base | 10 ++++++++++ debian/control | 2 +- doc/Makefile | 1 + 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 debian/cl-lml2.doc-base diff --git a/debian/changelog b/debian/changelog index 3e17ff3..a3745d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-lml2 (1.6.6-4) unstable; urgency=low + + * Add doc-base entry for readme.html + * Update standards-version (no changes needed) + + -- Kevin M. Rosenberg Mon, 16 Nov 2009 09:08:48 -0700 + cl-lml2 (1.6.6-3) unstable; urgency=low * Build with debhelper extension dh-lisp diff --git a/debian/cl-lml2.doc-base b/debian/cl-lml2.doc-base new file mode 100644 index 0000000..4427ea8 --- /dev/null +++ b/debian/cl-lml2.doc-base @@ -0,0 +1,10 @@ +Document: cl-lml2 +Title: CL-LML2 +Author: Kevin Rosenberg +Abstract: This manual describes the use of the LML2 Common Lisp + Markup Language +Section: Programming/Lisp + +Format: HTML +Index: /usr/share/doc/cl-lml2/readme.html +Files: /usr/share/doc/cl-lml2/readme.html diff --git a/debian/control b/debian/control index 6780f55..7658d77 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>> 7.0.0) -Standards-Version: 3.8.2.0 +Standards-Version: 3.8.3.0 Homepage: http://lml2.b9.com/ Vcs-Git: git://git.b9.com/lml2.git Vcs-Browser: http://git.b9.com/?p=lml2.git diff --git a/doc/Makefile b/doc/Makefile index 0387f88..1f9c384 100755 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,4 @@ +#!/usr/bin/make .PHONY: site all clean all: site -- 2.34.1