r3034: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 15 Oct 2002 22:41:53 +0000 (22:41 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 15 Oct 2002 22:41:53 +0000 (22:41 +0000)
debian/changelog
kmrcl.asd

index 008a13ac997006aec8dfcbb9e1e3132076a422f1..ddef10389af221a337edc19a5945441b9e7ae051 100644 (file)
@@ -1,3 +1,9 @@
+cl-kmrcl (1.11-1) unstable; urgency=low
+
+  * Change .asd file for ASERVE require
+  
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 15 Oct 2002 16:38:28 -0600
+
 cl-kmrcl (1.10-1) unstable; urgency=low
 
   * ml-class.lisp: Fix package name
index 6b5a0ffab0f923865b65e1124bbc6072d8663970..40c6ceb7ee89c31c6b81e70911e0e413af624f4e 100644 (file)
--- a/kmrcl.asd
+++ b/kmrcl.asd
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: kmrcl.asd,v 1.10 2002/10/14 15:01:17 kevin Exp $
+;;;; $Id: kmrcl.asd,v 1.11 2002/10/15 22:41:53 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -17,8 +17,7 @@
 ;;;; *************************************************************************
 
 #+allegro (require :pxml)
-#+allegro (c-l-c:original-require :aserve)
-#+(or lispworks cmu) (c-l-c:clc-require :aserve)
+#+allegro (require :aserve)
 
 (in-package :asdf)
 
      (:file "random" :depends-on ("package"))
      (:file "cl-symbols" :depends-on ("package"))
      #+allegro (:file "attrib-class" :depends-on ("package"))
-     
      (:file "web-utils" :depends-on ("package"))
      (: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))))