X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=62182ad940cbdc328cd16edb1c42f9c44d9f59e6;hb=dce820e971f0ab5d48d7c103f287af5bc4906e5f;hp=b8b3cd63e3324c39e43060389a990596b15feb5a;hpb=42c6738acd91f3eb49dffd07592a1254e7b11901;p=clsql.git diff --git a/debian/control b/debian/control index b8b3cd6..62182ad 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.7.0 +Standards-Version: 3.5.9.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 (>= 3.27) +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,10 +24,11 @@ Description: SQL Interface for Common Lisp Package: cl-sql-uffi Architecture: any -Depends: common-lisp-controller (>= 3.27), cl-uffi, cl-sql-base +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. + This package provides an interface to several UFFI functions used by multiple + CLSQL database backends. Package: cl-sql-mysql Architecture: any @@ -55,7 +56,7 @@ Description: CLSQL database backend, PostgreSQL Package: cl-sql-postgresql-socket Architecture: all -Depends: cl-sql-base (>= ${Source-Version}) +Depends: cl-sql-base (>= ${Source-Version}), cl-md5 Provides: cl-sql-backend Description: CLSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package