r4257: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 25 Mar 2003 14:56:37 +0000 (14:56 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 25 Mar 2003 14:56:37 +0000 (14:56 +0000)
debian/changelog
debian/control
umlisp.asd

index cb8f52a17c970fb75102bd0937d150965a5f401e..f30abb2c71753fba92e6376858835f8039e54f84 100644 (file)
@@ -1,3 +1,9 @@
+cl-umlisp (2.6.4-1) unstable; urgency=low
+
+  * Use clsql-mysql backend
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 25 Mar 2003 07:56:30 -0700
+
 cl-umlisp (2.6.3-1) unstable; urgency=low
 
   * New upstream version
index dbb31d54a675015aa8a4774e473c500e5fcd8735..b272f837f09074bf5a478185b9a8781b31756cb5 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.5.8.0
 
 Package: cl-umlisp
 Architecture: all
-Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend, cl-hyperobject
+Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-mysql, cl-hyperobject
 Description: Common Lisp interface for the Unified Medical Language System
  The Unified Medical Language System is a multi-gigabyte database of
  medical terminology. This a interface for Common Lisp programs that utilizes
index 7287053f9ff1fcfd7117a5533dc082807e9e5f38..0e1eafbb32bc84d47f393d259bd0d5b08e70109f 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: umlisp.asd,v 1.12 2003/01/15 02:01:39 kevin Exp $
+;;;; $Id: umlisp.asd,v 1.13 2003/03/25 14:56:37 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -36,6 +36,7 @@
       (:file "sql-classes" :depends-on ("classes" "sql"))
       (:file "composite" :depends-on ("sql-classes")))
      :depends-on (:clsql
+                 :clsql-mysql
                  :kmrcl
                  :hyperobject))