From: Kevin M. Rosenberg Date: Fri, 6 Sep 2002 10:45:52 +0000 (+0000) Subject: r2571: Auto commit for Debian build X-Git-Tag: v3.8.6~953 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=4e3928e3c78a9953a1de5c5d89241625b38671ff r2571: Auto commit for Debian build --- diff --git a/clsql-uffi.asd b/clsql-uffi.asd index f5b5a32..74d49ac 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-uffi.asd,v 1.5 2002/09/06 10:26:17 kevin Exp $ +;;;; $Id: clsql-uffi.asd,v 1.6 2002/09/06 10:45:52 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -27,7 +27,7 @@ :components ((:file "clsql-uffi-package") (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package")) (:file "clsql-uffi" :depends-on ("clsql-uffi-loader"))) - :depends-on (:uffi)) + :depends-on (:uffi :clsql-base)) (defmethod source-file-type ((c cl-source-file) diff --git a/clsql-uffi.system b/clsql-uffi.system index 874d044..1a16302 100644 --- a/clsql-uffi.system +++ b/clsql-uffi.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-uffi.system,v 1.7 2002/08/23 19:39:56 kevin Exp $ +;;;; $Id: clsql-uffi.system,v 1.8 2002/09/06 10:45:52 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,5 +28,5 @@ :components ((:file "clsql-uffi-package") (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package")) (:file "clsql-uffi" :depends-on ("clsql-uffi-loader"))) - :depends-on (:uffi)) + :depends-on (:uffi :clsql-base))