r2028: added reader features for non-allegro systems
[clsql.git] / debian / control
index b0708426b5019f0d32101edc9420e7a5a6b00721..25098a0d7e8aa708af95376accc83bc5a465781e 100644 (file)
@@ -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