X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=debian%2Fcontrol;h=cbbc27d49c8b32e3cf9ae17590e76007a13177ce;hp=926b399b816ae5226b1d6baf6698dd9bb9672263;hb=e9ce8212f932030c06eef119cdf06d1ca958e454;hpb=ec4f02164876e1bc2cd0a08333d40397abe56c03 diff --git a/debian/control b/debian/control index 926b399..cbbc27d 100644 --- a/debian/control +++ b/debian/control @@ -15,17 +15,26 @@ Description: SQL Interface for Common Lisp Package: cl-sql-base Architecture: any -Depends: common-lisp-controller, cl-uffi, cmucl | lisp-compiler +Depends: common-lisp-controller, cmucl | lisp-compiler Recommends: cl-sql-backend Description: SQL Interface for Common Lisp CLSQL uses the UFFI library to provide SQL to multiple SQL databases on multiple Common Lisp implementations. + . + This package provides the base framework for database backends. + +Package: cl-sql-uffi +Architecture: any +Depends: common-lisp-controller, cl-uffi, cmucl | lisp-compiler +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. Package: cl-sql-mysql Architecture: any -Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10 +Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10, cl-sql-uffi (>= ${Source-Version}) Provides: cl-sql-backend -Description: UncommonSQL database backend, MySQL +Description: CLSQL database backend, MySQL This package enables you to use the CLSQL data access package with MySQL databases. @@ -33,15 +42,15 @@ Package: cl-sql-aodbc Architecture: all Depends: cl-sql-base (>= ${Source-Version}), acl-installer Provides: cl-sql-backend -Description: UncommonSQL database backend, AODBC +Description: CLSQL database backend, AODBC This package enables you to use the CLSQL data access package with AllegroCL's AODBC databases. Package: cl-sql-postgresql Architecture: all -Depends: cl-sql-base (>= ${Source-Version}), postgresql-client +Depends: cl-sql-base (>= ${Source-Version}), postgresql-client, cl-sql-uffi (>= ${Source-Version}) Provides: cl-sql-backend -Description: UncommonSQL database backend, PostgreSQL +Description: CLSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package with PostgreSQL databases. @@ -49,6 +58,6 @@ Package: cl-sql-postgresql-socket Architecture: all Depends: cl-sql-base (>= ${Source-Version}) Provides: cl-sql-backend -Description: UncommonSQL database backend, PostgreSQL +Description: CLSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package with PostgreSQL databases via a socket interface.