X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=0cc7b9366b90f997b39486ab7bbb8bf69224d94d;hb=e8ba5d74df41712b33209e0b40ecbcc77892996e;hp=18d1907bf87540b875783caf5854c830b6da2e03;hpb=e71d7bdd1319b23041da8dd6838b25ef7301674e;p=clsql.git diff --git a/debian/control b/debian/control index 18d1907..0cc7b93 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: cl-sql Section: devel Priority: extra Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev -Standards-Version: 3.5.7.0 +Build-Depends: debhelper (>= 4.0.0), libmysqlclient-dev, postgresql-dev +Standards-Version: 3.5.9.0 Package: cl-sql Architecture: all @@ -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 @@ -55,8 +56,21 @@ 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, cl-sql-uffi (>= ${Source-Version}) Provides: cl-sql-backend Description: CLSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package with PostgreSQL databases via a socket interface. + +Package: cl-sql-tests +Architecture: all +Depends: cl-sql-base, cl-sql-postgresql, cl-sql-postgresql-socket, cl-sql-mysql +Suggests: acl-installer, libmyodbc, unixodbc,cl-sql-aodbc +Description: Testing suite for CLSQL + This package contains a test suite for CLSQL. It requires manual + configuration of MySQL and PostgreSQL databases to execute. + A configured, licensed version of AllegroCL with ODBC setup is + required to test the clsql-aodbc interface. See the + /usr/share/doc/cl-sql-tests/README file if you want to try + running these regression tests. +