X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=8f898ed113f69fe0011658b0deca55475a3dc543;hb=790d4654c9968d01432bff90052f5668035115cf;hp=62182ad940cbdc328cd16edb1c42f9c44d9f59e6;hpb=dce820e971f0ab5d48d7c103f287af5bc4906e5f;p=clsql.git diff --git a/debian/control b/debian/control index 62182ad..8f898ed 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,9 @@ 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.9.0 +Build-Depends: debhelper (>= 4.0.0), libmysqlclient-dev, postgresql-dev +Build-Depends-Indep: debhelper (>= 4.0.0) +Standards-Version: 3.5.10.0 Package: cl-sql Architecture: all @@ -48,7 +49,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-dev, 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 @@ -56,8 +57,21 @@ Description: CLSQL database backend, PostgreSQL Package: cl-sql-postgresql-socket Architecture: all -Depends: cl-sql-base (>= ${Source-Version}), cl-md5 +Depends: cl-sql-base (>= ${Source-Version}), cl-md5, cl-sql-uffi (>= ${Source-Version}), libc6-dev 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, cl-rt, cl-ptester +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. +