From 42c6738acd91f3eb49dffd07592a1254e7b11901 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 25 Sep 2002 02:42:07 +0000 Subject: [PATCH] r2839: *** empty log message *** --- debian/control | 4 ++-- debian/postinst.template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.34.1