X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fcontrol;h=567049e18be4d288cd770e8a4e549d72b30d21d1;hb=ed93192be51252f3f6143ab316baa123dd406928;hp=2eddc18c4229e7aebd1174bb8b8f0cf14173fc5a;hpb=4099b4c8ddcdd7d48ca44d3f9efc43063042bea1;p=clsql.git diff --git a/debian/control b/debian/control index 2eddc18..567049e 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,7 +13,7 @@ Description: SQL Interface for Common Lisp on multiple Common Lisp implementations. Package: cl-sql-base -Architecture: any +Architecture: all Depends: common-lisp-controller (>= 3.37) Recommends: cl-sql-backend Description: SQL Interface for Common Lisp @@ -27,7 +27,8 @@ Architecture: any 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 @@ -47,7 +48,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