From: Kevin M. Rosenberg Date: Wed, 25 Sep 2002 02:42:07 +0000 (+0000) Subject: r2839: *** empty log message *** X-Git-Tag: v3.8.6~932 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=42c6738acd91f3eb49dffd07592a1254e7b11901 r2839: *** empty log message *** --- diff --git a/debian/control b/debian/control index 8d603cf..b8b3cd6 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Description: SQL Interface for Common Lisp Package: cl-sql-base Architecture: any -Depends: common-lisp-controller (>= 3.23), cmucl | lisp-compiler +Depends: common-lisp-controller (>= 3.27) Recommends: cl-sql-backend Description: SQL Interface for Common Lisp CLSQL uses the UFFI library to provide SQL to multiple SQL databases @@ -24,7 +24,7 @@ Description: SQL Interface for Common Lisp Package: cl-sql-uffi Architecture: any -Depends: common-lisp-controller (>= 3.23), cl-uffi, cl-sql-base, cmucl | lisp-compiler +Depends: common-lisp-controller (>= 3.27), cl-uffi, cl-sql-base Recommends: cl-sql-backend Description: Common UFFI functions for CLSQL database backends This package provides an interface to several UFFI functions used by multiple CLSQL database backends. diff --git a/debian/postinst.template b/debian/postinst.template index 8fc9980..2bfd734 100644 --- a/debian/postinst.template +++ b/debian/postinst.template @@ -5,7 +5,7 @@ pkg=%% case "$1" in configure) - cl-only-compatible $pkg allegro cmucl lispworks openmcl + clc-only-compatible $pkg allegro cmucl lispworks openmcl register-common-lisp-source $pkg ;; abort-upgrade|abort-remove|abort-deconfigure)