r3775: Automatic commit for debian_version_2_6_1-2
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 15 Jan 2003 02:01:39 +0000 (02:01 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 15 Jan 2003 02:01:39 +0000 (02:01 +0000)
debian/changelog
umlisp.asd

index e3f7c3efdd635635166716ccb7c08061314afadd..c7b48dffd4a971b0e8935870d9b83634e679d67b 100644 (file)
@@ -1,3 +1,9 @@
+cl-umlisp (2.6.1-2) unstable; urgency=low
+
+  * Don't load cl-mysql or cl-postgresql in .asd file (closes: 176753)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 14 Jan 2003 19:01:30 -0700
+
 cl-umlisp (2.6.1-1) unstable; urgency=low
 
   * Support UMLS 2003AA
index 6766a0b9ed31a2056e8fcb957ffb17677e43447a..7287053f9ff1fcfd7117a5533dc082807e9e5f38 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: umlisp.asd,v 1.11 2002/11/08 16:51:40 kevin Exp $
+;;;; $Id: umlisp.asd,v 1.12 2003/01/15 02:01:39 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -35,9 +35,7 @@
       (:file "classes" :depends-on ("utils"))
       (:file "sql-classes" :depends-on ("classes" "sql"))
       (:file "composite" :depends-on ("sql-classes")))
-     :depends-on (:clsql-mysql
-                 :clsql-postgresql
-                 :clsql
+     :depends-on (:clsql
                  :kmrcl
                  :hyperobject))