X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Fcontrol;h=42e4760a53d6dbe5338332f12594458bb48bc397;hp=bf979ccf507667e905eb1b897a9bcf14797bf995;hb=5d0dbfd9dd1e08745109a18cce6a04750ffb7477;hpb=60c0b757093a0dd1d8f4123c08bce14a7bc49e07 diff --git a/debian/control b/debian/control index bf979cc..42e4760 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.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 +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 +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. @@ -47,7 +47,7 @@ Description: CLSQL database backend, AODBC Package: cl-sql-postgresql Architecture: all -Depends: cl-sql-base (>= ${Source-Version}), postgresql-client, cl-sql-uffi (>= ${Source-Version}) +Depends: cl-sql-base (>= ${Source-Version}), postgresql-client, cl-sql-uffi (>= ${Source-Version}), cl-md5 Provides: cl-sql-backend Description: CLSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package