r4736: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 May 2003 04:42:43 +0000 (04:42 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 May 2003 04:42:43 +0000 (04:42 +0000)
db-aodbc/aodbc-package.lisp
debian/changelog

index 433d4cc4deecb64dce9b11a04d4d3759ce1e65d2..82137e7cc2fa80588777ffa803e15ce11028d32c 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
 ;;;; 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
 ;;;;
 ;;;;
 ;;;; 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.
 ;;;; *************************************************************************
 
 ;;;; (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 
 (in-package :cl-user)
 
 #+allegro 
@@ -26,6 +25,6 @@
 
 (defpackage :clsql-aodbc
     (:nicknames :aodbc)
 
 (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"))
     (:export #:aodbc-database)
     (:documentation "This is the CLSQL interface to Allegro's AODBC"))
index fa782a41a3b1b29e5d66e510e1a5839d7f007f6a..5d3e197d9d98bb7f00769149b9b444300b430d57 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (1.5.1-1) unstable; urgency=low
+
+  * Fix for aodbc driver
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  1 May 2003 22:42:34 -0600
+
 cl-sql (1.5.0-1) unstable; urgency=low
 
   * Update SBCL support in cmucl-compat package.
 cl-sql (1.5.0-1) unstable; urgency=low
 
   * Update SBCL support in cmucl-compat package.