r10300: Automated commit for Debian build of lml2 upstream-version-1.5.2
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Jan 2005 02:14:07 +0000 (02:14 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Jan 2005 02:14:07 +0000 (02:14 +0000)
debian/control
stdsite.lisp

index d2e45315df7cc4d4ea000b9064ac18c8306b4115..f7f5d6621739a5cd0b46c6eaba9486717bbf1dc9 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: debhelper (>> 4.0.0)
-Standards-Version: 3.6.0
+Standards-Version: 3.6.1.1
 
 Package: cl-lml2
 Architecture: all
index d15ea00a1a990ffc65096d22ab99aad2ea354540..85bac8451d561ffdb6613b1a6df4a1a22b532dee 100644 (file)
@@ -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