From: Kevin M. Rosenberg Date: Wed, 2 Oct 2002 13:58:11 +0000 (+0000) Subject: r2934: *** empty log message *** X-Git-Tag: v3.8.6~914 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=4099b4c8ddcdd7d48ca44d3f9efc43063042bea1 r2934: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index 6a8f828..feee5b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (0.9.9-1) unstable; urgency=high + + * Add version depends for common-lisp-controller + + -- Kevin M. Rosenberg Wed, 2 Oct 2002 07:50:27 -0600 + cl-sql (0.9.8-1) unstable; urgency=low * Rename .cl files to .lisp files diff --git a/debian/control b/debian/control index bf979cc..2eddc18 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Description: SQL Interface for Common Lisp Package: cl-sql-base Architecture: any -Depends: common-lisp-controller +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 @@ -24,7 +24,7 @@ Description: SQL Interface for Common Lisp Package: cl-sql-uffi Architecture: any -Depends: common-lisp-controller, cl-uffi, cl-sql-base +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.