From cb034aadb07cc8139b0c4a1a3e11071a1f1b6707 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Mon, 16 Nov 2009 09:11:52 -0700 Subject: [PATCH] Add Debian doc-base entry --- debian/changelog | 7 +++++++ debian/cl-lml.doc-base | 10 ++++++++++ debian/control | 2 +- doc/Makefile | 1 + 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 debian/cl-lml.doc-base mode change 100644 => 100755 doc/Makefile diff --git a/debian/changelog b/debian/changelog index 8836ea6..8eb4598 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-lml (2.5.7-4) unstable; urgency=low + + * Add doc-base file + * Update standards-version (no changes needed) + + -- Kevin M. Rosenberg Mon, 16 Nov 2009 09:11:31 -0700 + cl-lml (2.5.7-3) unstable; urgency=low * Build with debhelper extension dh-lisp diff --git a/debian/cl-lml.doc-base b/debian/cl-lml.doc-base new file mode 100644 index 0000000..0fad217 --- /dev/null +++ b/debian/cl-lml.doc-base @@ -0,0 +1,10 @@ +Document: cl-lml +Title: CL-LML +Author: Kevin Rosenberg +Abstract: This manual describes the use of the LML Common Lisp + Markup Language +Section: Programming/Lisp + +Format: HTML +Index: /usr/share/doc/cl-lml/readme.html +Files: /usr/share/doc/cl-lml/readme.html diff --git a/debian/control b/debian/control index 7ab02f8..1f0f641 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://lml.b9.com/ Vcs-Git: git://git.b9.com/lml.git Vcs-Browser: http://git.b9.com/?p=lml.git diff --git a/doc/Makefile b/doc/Makefile old mode 100644 new mode 100755 index 0387f88..1f9c384 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,3 +1,4 @@ +#!/usr/bin/make .PHONY: site all clean all: site -- 2.34.1