From da9bfe8a780d545544d901d2c986f39edae09cc8 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 12 Jun 2004 11:19:03 +0000 Subject: [PATCH] r9592: ready for boa --- 2/debian/changelog | 6 ++++++ 2/debian/rules | 2 -- 2/downloads.lisp | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/2/debian/changelog b/2/debian/changelog index 0d29d22..61a3487 100644 --- a/2/debian/changelog +++ b/2/debian/changelog @@ -1,3 +1,9 @@ +cl-lml2 (1.5.1-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 11 Jun 2004 16:42:16 -0600 + cl-lml2 (1.5.0-1) unstable; urgency=low * New upstream with apache-dir module diff --git a/2/debian/rules b/2/debian/rules index c0a9dbe..335ea03 100755 --- a/2/debian/rules +++ b/2/debian/rules @@ -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 diff --git a/2/downloads.lisp b/2/downloads.lisp index 36af36d..855505b 100644 --- a/2/downloads.lisp +++ b/2/downloads.lisp @@ -60,7 +60,8 @@ (lml-princ "

Download

") (lml-princ "
") (lml-format "

Browse ~A Download Site

" name) - (lml-format "~A" url url)) + (let ((*print-circle* nil)) + (lml-format "~A" url url))) (defun display-footer (dl-data) (when (dl-data-signed dl-data) -- 2.34.1