From 4b08f97fed99a561135dcbc147555d72aedeca93 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Jan 2005 02:14:07 +0000 Subject: [PATCH] r10300: Automated commit for Debian build of lml2 upstream-version-1.5.2 --- debian/control | 2 +- stdsite.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d2e4531..f7f5d66 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Kevin M. Rosenberg Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.6.0 +Standards-Version: 3.6.1.1 Package: cl-lml2 Architecture: all diff --git a/stdsite.lisp b/stdsite.lisp index d15ea00..85bac84 100644 --- a/stdsite.lisp +++ b/stdsite.lisp @@ -75,7 +75,7 @@ (with-open-file (*html-stream* (lml-file-name ',out-file :output) :direction :output :if-exists :supersede) - (print-std-page (lml-file-name ,out-file :source) ,title ,format ,@body)))) + (print-std-page (lml-file-name ',out-file :source) ,title ,format ,@body)))) (defmacro titled-pre-section (title &body body) `(progn -- 2.34.1