X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=0f113357d65e0afd91694f6729d0b3597af6f912;hb=c8b9743d0cc172f11bfebd9b56450c08cd2580cf;hp=ddab4321b07e00c99bc35c6a6eed947793d118e7;hpb=5711f4729f768313e21ab45415772948e15c9b58;p=clsql.git diff --git a/debian/control b/debian/control index ddab432..0f11335 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: devel Priority: extra Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>= 4.0.0), libmysqlclient-dev, postgresql-dev +Build-Depends-Indep: debhelper (>= 4.0.0) Standards-Version: 3.5.9.0 Package: cl-sql @@ -32,7 +33,7 @@ Description: Common UFFI functions for CLSQL database backends Package: cl-sql-mysql Architecture: any -Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient12, cl-sql-uffi (>= ${Source-Version}) +Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10, cl-sql-uffi (>= ${Source-Version}) Provides: cl-sql-backend Description: CLSQL database backend, MySQL 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}) 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. +