From: Kevin M. Rosenberg Date: Tue, 25 Mar 2003 14:56:37 +0000 (+0000) Subject: r4257: Auto commit for Debian build X-Git-Tag: v2006ac.2~269 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;ds=sidebyside;h=08fb3b39f6ee551d9d5ef67bd822afded0d403a0;p=umlisp.git r4257: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index cb8f52a..f30abb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-umlisp (2.6.4-1) unstable; urgency=low + + * Use clsql-mysql backend + + -- Kevin M. Rosenberg Tue, 25 Mar 2003 07:56:30 -0700 + cl-umlisp (2.6.3-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index dbb31d5..b272f83 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/umlisp.asd b/umlisp.asd index 7287053..0e1eafb 100644 --- a/umlisp.asd +++ b/umlisp.asd @@ -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))