r9592: ready for boa
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 12 Jun 2004 11:19:03 +0000 (11:19 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 12 Jun 2004 11:19:03 +0000 (11:19 +0000)
2/debian/changelog
2/debian/rules
2/downloads.lisp

index 0d29d227f9f920ccaae6fda9624d801c73f3551b..61a34877afbef175b5f10f6f2a16e0004c23e670 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml2 (1.5.1-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 11 Jun 2004 16:42:16 -0600
+
 cl-lml2 (1.5.0-1) unstable; urgency=low
 
   * New upstream with apache-dir module
index c0a9dbeeb997fd379f8ee385d9330db579d00740..335ea03cd7375f2fbec11d4510b07a731388d0e9 100755 (executable)
@@ -3,14 +3,12 @@
 pkg    := lml2
 debpkg  := cl-lml2
 
-
 clc-source     := usr/share/common-lisp/source
 clc-systems    := usr/share/common-lisp/systems
 clc-lml2       := $(clc-source)/$(pkg)
 
 doc-dir                := usr/share/doc/$(debpkg)
 
-
 configure: configure-stamp
 configure-stamp:
        dh_testdir
index 36af36d49fe929bde551b40974232524ff2a6758..855505b0a948a85c69dab5825836388052e7c6b7 100644 (file)
@@ -60,7 +60,8 @@
   (lml-princ "<h1>Download</h1>")
   (lml-princ "<div class=\"mainbody\">")
   (lml-format "<h3>Browse ~A Download Site</h3>" name)
-  (lml-format "<a style=\"padding-left:20pt;\" href=\"~A\">~A</a>" url url))
+  (let ((*print-circle* nil))
+    (lml-format "<a style=\"padding-left:20pt;\" href=\"~A\">~A</a>" url url)))
 
 (defun display-footer (dl-data)
   (when (dl-data-signed dl-data)