X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=9979840317b2ee15bdb9d99eae78d7087bccb5bd;hb=1bac3f50eb7a12d489ea8d87692f8145751f50f6;hp=c48d9678194ff825006c79ccfeba89b4643ae71f;hpb=395c13e19a12397d368dffd3acd0a57849d697e5;p=clsql.git diff --git a/debian/control b/debian/control index c48d967..9979840 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev -Standards-Version: 3.5.6.1 +Standards-Version: 3.5.8.0 Package: cl-sql Architecture: all @@ -13,8 +13,8 @@ Description: SQL Interface for Common Lisp on multiple Common Lisp implementations. Package: cl-sql-base -Architecture: any -Depends: common-lisp-controller, cmucl | lisp-compiler +Architecture: all +Depends: common-lisp-controller (>= 3.37) 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.37), 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.