X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=3776dd4832729a86336a6c0728fb219e8dad0a0f;hb=23950d9583e45e2e78bca8fae5f42958d341a192;hp=ba5b125d57f136eecb26fbda51cff8adec56032a;hpb=887f5e4047033c019c7f14d53e7c628dbc6e115d;p=clsql.git diff --git a/debian/control b/debian/control index ba5b125..3776dd4 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Description: Common UFFI functions for CLSQL database backends Package: cl-sql-mysql Architecture: any -Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10, cl-sql-uffi (>= ${Source-Version}) +Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient, 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 @@ -79,6 +79,13 @@ Description: CLSQL database backend, SQLite with SQLite databases. CLSQL is a Common Lisp interface to SQL databases. +Package: cl-sql-classic +Architecture: all +Depends: cl-sql-base (>= ${Source-Version}) +Description: Classic CLSQL high-level interface + This package provides the Classic, original high-level interface for CLSQL. + CLSQL is a Common Lisp interface to SQL databases. + Package: cl-sql-tests Architecture: all Depends: cl-sql-base, cl-sql-postgresql, cl-sql-postgresql-socket, cl-sql-mysql, cl-rt, cl-ptester