r2822: *** empty log message ***
[clsql.git] / debian / control
index c48d9678194ff825006c79ccfeba89b4643ae71f..8d603cf2b895db6a3675f6fecfd828e51c250420 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: extra
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev
-Standards-Version: 3.5.6.1
+Standards-Version: 3.5.7.0
 
 Package: cl-sql
 Architecture: all
@@ -14,7 +14,7 @@ Description: SQL Interface for Common Lisp
 
 Package: cl-sql-base
 Architecture: any
-Depends: common-lisp-controller, cmucl | lisp-compiler
+Depends: common-lisp-controller (>= 3.23), cmucl | lisp-compiler
 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, cl-uffi, cl-sql-base, cmucl | lisp-compiler
+Depends: common-lisp-controller (>= 3.23), cl-uffi, cl-sql-base, cmucl | lisp-compiler
 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.