X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fcontrol;h=c4b2dbb2751c7341327fea86b4aa56e6dd1b7e12;hb=68048d3d30365c460963c9b7d1de53dfa521c307;hp=ba5b125d57f136eecb26fbda51cff8adec56032a;hpb=887f5e4047033c019c7f14d53e7c628dbc6e115d;p=clsql.git diff --git a/debian/control b/debian/control index ba5b125..c4b2dbb 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-usql +Architecture: all +Depends: cl-sql-base (>= ${Source-Version}) +Description: UncommonSQL high-level CLSQL interface + This package provides the UncommonSQL 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