From: Kevin M. Rosenberg Date: Mon, 21 Oct 2002 02:41:28 +0000 (+0000) Subject: r3126: *** empty log message *** X-Git-Tag: v1.96~305 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=20d649ec9462eab4b9fc55602308b45a59840e0e r3126: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index d9f64ee..5a3d912 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.16-1) unstable; urgency=low + + * Rework handling of aserve requirement + + -- Kevin M. Rosenberg Sun, 20 Oct 2002 20:37:01 -0600 + cl-kmrcl (1.15-1) unstable; urgency=low * Add depends: for common-lisp-controller and cl-aserve diff --git a/kmrcl.asd b/kmrcl.asd index b43dd76..d6bd298 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.15 2002/10/20 02:00:50 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.16 2002/10/21 02:41:28 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -40,10 +40,9 @@ (:file "xml-utils" :depends-on ("package")) #+(or allegro lispworks cmu sbcl scl) (:file "ml-class" :depends-on ("strings" "genutils")) #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("strings" "genutils")) - #+(and common-lisp-controller (not allegro)) - :depends-on - #+(and common-lisp-controller (not allegro)) - (:aserve) + + #+(and common-lisp-controller (not allegro)) :depends-on + #+(and common-lisp-controller (not allegro)) (:aserve) )) (when (ignore-errors (find-class 'load-compiled-op))