r2842: *** empty log message ***
[clsql.git] / debian / control
index cbbc27d49c8b32e3cf9ae17590e76007a13177ce..bf979ccf507667e905eb1b897a9bcf14797bf995 100644 (file)
@@ -1,10 +1,9 @@
 Source: cl-sql
 Section: devel
 Priority: extra
-Maintainer: Kevin M. Rosenberg <kevin@rosenberg.net>
-Uploaders: Adam Di Carlo <aph@debian.org>, Barak A. Pearlmutter <bap@debian.org>
+Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends: debhelper (>= 4.0.0), libmysqlclient10-dev, postgresql-dev
-Standards-Version: 3.5.6.0
+Standards-Version: 3.5.7.0
 
 Package: cl-sql
 Architecture: all
@@ -15,7 +14,7 @@ Description: SQL Interface for Common Lisp
 
 Package: cl-sql-base
 Architecture: any
-Depends: common-lisp-controller, cmucl | lisp-compiler
+Depends: common-lisp-controller
 Recommends: cl-sql-backend
 Description: SQL Interface for Common Lisp
  CLSQL uses the UFFI library to provide SQL to multiple SQL databases
@@ -25,7 +24,7 @@ Description: SQL Interface for Common Lisp
 
 Package: cl-sql-uffi
 Architecture: any
-Depends: common-lisp-controller, cl-uffi, cmucl | lisp-compiler
+Depends: common-lisp-controller, 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.
@@ -40,7 +39,7 @@ Description: CLSQL database backend, MySQL
 
 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: CLSQL database backend, AODBC
  This package enables you to use the CLSQL data access package