X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=8d603cf2b895db6a3675f6fecfd828e51c250420;hb=eaaca94287230a65c80cc21effa5763520552fe4;hp=3a30ed8c91cfba5412670be456ad010a0e6b996b;hpb=4f4ec6ba6fea4eedc8d7f4c7e316af4fd97ade46;p=clsql.git diff --git a/debian/control b/debian/control index 3a30ed8..8d603cf 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,9 @@ Source: cl-sql Section: devel Priority: extra -Maintainer: Kevin M. Rosenberg -Uploaders: Adam Di Carlo , Barak A. Pearlmutter +Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev -Standards-Version: 3.5.6.0 +Standards-Version: 3.5.7.0 Package: cl-sql Architecture: all @@ -15,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 @@ -25,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.