X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=313f36e13c665fbb5038b2b58a5254f041e35261;hb=519fa9e9c423e4614d8ea94b61e4f3fc2eb97bf1;hp=8f97bcb123693c2465915929b85418061c9c9301;hpb=6357081d09842a2f08efcfb22f815d008408f017;p=clsql.git diff --git a/debian/control b/debian/control index 8f97bcb..313f36e 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,9 @@ Source: cl-sql Section: devel Priority: extra -Maintainer: Kevin M. Rosenberg -Uploaders: Adam Di Carlo , Barak A. Pearlmutter -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.5.6 +Maintainer: Kevin M. Rosenberg +Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev +Standards-Version: 3.5.7.1 Package: cl-sql Architecture: all @@ -14,34 +13,43 @@ Description: SQL Interface for Common Lisp on multiple Common Lisp implementations. Package: cl-sql-base -Architecture: any -Depends: common-lisp-controller, cl-uffi, cmucl | lisp-compiler +Architecture: all +Depends: common-lisp-controller (>= 3.37) 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 (>= 3.37), cl-uffi, cl-sql-base +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-dev +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. Package: cl-sql-aodbc Architecture: all -Depends: cl-sql-base (>= ${Source-Version}), acl-installer +Depends: cl-sql-base (>= ${Source-Version}), acl-pro-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, postgresql-dev +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 +57,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.