r3287: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 3 Nov 2002 20:10:48 +0000 (20:10 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 3 Nov 2002 20:10:48 +0000 (20:10 +0000)
debian/control
umlisp.asd

index 7f897d1e89f484075eb350ab3e044ca49419ecbf..0ee0fc100f237e9648a739fefde89f2201b4714a 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.5.7.1
 
 Package: cl-umlisp
 Architecture: all
-Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend
+Depends: ${shlibs:Depends}, cl-kmrcl, cl-sql, cl-sql-backend, 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 0ef049900c9adf1a6ae04b2237aad0ca1afeedf4..29e1e5829996cdcfeb533dfaf70117e3437cef89 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: umlisp.asd,v 1.9 2002/10/18 07:28:57 kevin Exp $
+;;;; $Id: umlisp.asd,v 1.10 2002/11/03 20:10:11 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -38,7 +38,8 @@
      :depends-on (:clsql-mysql
                  :clsql-postgresql
                  :clsql
-                 :kmrcl))
+                 :kmrcl
+                 :hyperobject))
 
 #+(or allegro lispworks cmu sbcl openmcl)
 (when (ignore-errors (find-class 'load-compiled-op))