From aad2586655fbce7d2930423af649030c50491a55 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 15 Oct 2002 23:10:58 +0000 Subject: [PATCH] r3035: *** empty log message *** --- debian/changelog | 6 ++++++ kmrcl.asd | 11 +++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index ddef103..0e828ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.12-1) unstable; urgency=low + + * Fix .asd file if CL-ASERVE is not installed + + -- Kevin M. Rosenberg Tue, 15 Oct 2002 16:46:47 -0600 + cl-kmrcl (1.11-1) unstable; urgency=low * Change .asd file for ASERVE require diff --git a/kmrcl.asd b/kmrcl.asd index 40c6ceb..0170371 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.11 2002/10/15 22:41:53 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.12 2002/10/15 23:10:58 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -18,13 +18,13 @@ #+allegro (require :pxml) #+allegro (require :aserve) +#+(or lispworks cmu) (ignore-errors (require :aserve)) (in-package :asdf) (defsystem :kmrcl :perform (load-op :after (op kmrcl) (pushnew :kmrcl cl:*features*)) - :components ((:file "package") (:file "genutils" :depends-on ("package")) @@ -40,12 +40,7 @@ (:file "xml-utils" :depends-on ("package")) #+(or allegro lispworks cmu sbcl) (:file "ml-class" :depends-on ("strings" "genutils")) #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("strings" "genutils")) - ) - #+(or lispworks cmu) - :depends-on - #+(or lispworks cmu) - (:aserve) - ) + )) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :kmrcl)))) -- 2.34.1