r4735: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 May 2003 03:29:28 +0000 (03:29 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 2 May 2003 03:29:28 +0000 (03:29 +0000)
debian/changelog
debian/control
tests/package.lisp
tests/tests.lisp

index 470d8527cc42ce4e384f473193dda034038bd9b0..fa782a41a3b1b29e5d66e510e1a5839d7f007f6a 100644 (file)
@@ -4,7 +4,8 @@ cl-sql (1.5.0-1) unstable; urgency=low
   * Use debian/compat rather than DH_COMPAT
   * Add cl-sql-tests binary with test suite
   * Use libmysqlclient10 package for LGPL license
-
+  * Add cl-sql-uffi depends for cl-sql-posgresql-socket package (closes:191599)
+  
  -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  1 May 2003 16:23:37 -0600
 
 cl-sql (1.4.6-1) unstable; urgency=low
index 9b198e117402ef6dce1e4e51a286e0ace1a56968..0cc7b9366b90f997b39486ab7bbb8bf69224d94d 100644 (file)
@@ -56,7 +56,7 @@ Description: CLSQL database backend, PostgreSQL
 
 Package: cl-sql-postgresql-socket
 Architecture: all
-Depends: cl-sql-base (>= ${Source-Version}), cl-md5
+Depends: cl-sql-base (>= ${Source-Version}), cl-md5, cl-sql-uffi (>= ${Source-Version})
 Provides: cl-sql-backend
 Description: CLSQL database backend, PostgreSQL
  This package enables you to use the CLSQL data access package
index fef952dfd7c864e36cc773f5a3dd52fcee3aaf5e..706af43a00e0a3ffedc0489e86db2c94d6f06a63 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: package.lisp,v 1.1 2003/05/02 03:08:58 kevin Exp $
+;;;; $Id: package.lisp,v 1.2 2003/05/02 03:26:46 kevin Exp $
 ;;;; *************************************************************************
 
 (defpackage #:clsql-tests
@@ -15,6 +15,3 @@
 
 (in-package #:clsql-tests)
 
-(setf *catch-errors* nil)
-
-(rem-all-tests)
index e426ca2f53626e5ae174a181c9f1515e7475250b..24808216d6b07656fde9f1c9add6b2b8d13c7d1d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: tests.lisp,v 1.2 2003/05/02 03:17:41 kevin Exp $
+;;;; $Id: tests.lisp,v 1.3 2003/05/02 03:29:28 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
       ))
     t)
 
-(deftest clsql.all (clsql-tests) t)
+;(deftest clsql.all (clsql-tests) t)
+(clsql-tests)