From e88f4b88a8ddb0a1395e3c0a6ae3e4f269d0b84a Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 12 Oct 2002 19:04:15 +0000 Subject: [PATCH] r2984: *** empty log message *** --- debian/changelog | 6 ++++++ kmrcl.asd | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea6b675..1711271 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.3) unstable; urgency=low + + * Change .asd to fix problem with ml-class + + -- Kevin M. Rosenberg Sat, 12 Oct 2002 13:03:49 -0600 + cl-kmrcl (1.2-1) unstable; urgency=low * Seperate string and equal functions into their own files diff --git a/kmrcl.asd b/kmrcl.asd index f7d44a3..258b4c5 100644 --- a/kmrcl.asd +++ b/kmrcl.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: kmrcl.asd,v 1.5 2002/10/12 06:10:17 kevin Exp $ +;;;; $Id: kmrcl.asd,v 1.6 2002/10/12 19:04:15 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -36,8 +36,8 @@ (:file "web-utils" :depends-on ("package")) (:file "xml-utils" :depends-on ("package")) - #+(or allegro lispworks cmu) (:file "ml-class" :depends-on ("package")) - #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("package")) + #+(or allegro lispworks cmu) (:file "ml-class" :depends-on ("strings" "genutils")) + #+(or allegro aserve) (:file "web-utils-aserve" :depends-on ("strings" "genutils")) ) ) -- 2.34.1