X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fcontrol;h=25098a0d7e8aa708af95376accc83bc5a465781e;hb=6f8444535ae9010e955f12709543c1b3a5ebe6c9;hp=c3446fd4816f5dcbf1a69202fb43b2ec73a5ab48;hpb=429af78125d7901e6576ecbee67328264a11933d;p=clsql.git diff --git a/debian/control b/debian/control index c3446fd..25098a0 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Description: SQL Interface for Common Lisp on multiple Common Lisp implementations. Package: cl-sql-base -Architecture: all +Architecture: any Depends: common-lisp-controller, cl-uffi, cmucl | lisp-compiler Recommends: cl-sql-backend Description: SQL Interface for Common Lisp @@ -22,13 +22,21 @@ Description: SQL Interface for Common Lisp on multiple Common Lisp implementations. Package: cl-sql-mysql -Architecture: all +Architecture: any Depends: cl-sql-base (>= ${Source-Version}), libmysqlclient10-dev Provides: cl-sql-backend Description: UncommonSQL 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 +Provides: cl-sql-backend +Description: UncommonSQL 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 @@ -44,6 +52,3 @@ Provides: cl-sql-backend Description: UncommonSQL database backend, PostgreSQL This package enables you to use the CLSQL data access package with PostgreSQL databases via a socket interface. - - -