From e8ba5d74df41712b33209e0b40ecbcc77892996e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 2 May 2003 04:42:43 +0000 Subject: [PATCH] r4736: Auto commit for Debian build --- db-aodbc/aodbc-package.lisp | 5 ++--- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/db-aodbc/aodbc-package.lisp b/db-aodbc/aodbc-package.lisp index 433d4cc..82137e7 100644 --- a/db-aodbc/aodbc-package.lisp +++ b/db-aodbc/aodbc-package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: aodbc-package.lisp,v 1.2 2002/12/06 20:46:58 kevin Exp $ +;;;; $Id: aodbc-package.lisp,v 1.3 2003/05/02 04:42:14 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,7 +16,6 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(declaim (optimize (debug 3) (speed 3) (safety 1) (compilation-speed 0))) (in-package :cl-user) #+allegro @@ -26,6 +25,6 @@ (defpackage :clsql-aodbc (:nicknames :aodbc) - (:use :common-lisp :clsql-base) + (:use :common-lisp :clsql-base-sys) (:export #:aodbc-database) (:documentation "This is the CLSQL interface to Allegro's AODBC")) diff --git a/debian/changelog b/debian/changelog index fa782a4..5d3e197 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (1.5.1-1) unstable; urgency=low + + * Fix for aodbc driver + + -- Kevin M. Rosenberg Thu, 1 May 2003 22:42:34 -0600 + cl-sql (1.5.0-1) unstable; urgency=low * Update SBCL support in cmucl-compat package. -- 2.34.1