From 3907355f35e0a1c97671a0c8a25c64e8d63550e7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 20 Oct 2002 02:00:50 +0000 Subject: [PATCH] r3114: *** empty log message *** --- debian/changelog | 6 ++++++ debian/control | 2 +- kmrcl.asd | 11 +++++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index c964fab..d9f64ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.15-1) unstable; urgency=low + + * Add depends: for common-lisp-controller and cl-aserve + + -- Kevin M. Rosenberg Sat, 19 Oct 2002 19:59:02 -0600 + cl-kmrcl (1.14-1) unstable; urgency=low * ml-class.lisp: Add XHTML format diff --git a/debian/control b/debian/control index fd7763d..e4db870 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.7.0 Package: cl-kmrcl Architecture: all -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, common-lisp-controller, cl-aserve Description: General Utilities for Common Lisp Programs This package includes general purpose utilities for Common Lisp programs. It is packages for Debian primarily to support more complex diff --git a/kmrcl.asd b/kmrcl.asd index c004809..b43dd76 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.14 2002/10/18 05:14:49 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.15 2002/10/20 02:00:50 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -17,10 +17,9 @@ ;;;; ************************************************************************* #+allegro (require :pxml) -#+(and allegro (not common-lisp-controller)) (require :aserve) #+(and allegro common-lisp-controller) (c-l-c::clc-require :aserve) -#+(or lispworks cmu) (ignore-errors (require :aserve)) - +#+(and allegro (not common-lisp-controller)) (require :aserve) + (in-package :asdf) (defsystem :kmrcl @@ -41,6 +40,10 @@ (: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) )) (when (ignore-errors (find-class 'load-compiled-op)) -- 2.34.1