r2839: *** empty log message ***
[clsql.git] / debian / control
index 8d603cf2b895db6a3675f6fecfd828e51c250420..b8b3cd63e3324c39e43060389a990596b15feb5a 100644 (file)
@@ -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.