From: Kevin M. Rosenberg Date: Fri, 2 May 2003 03:29:28 +0000 (+0000) Subject: r4735: Auto commit for Debian build X-Git-Tag: v3.8.6~862 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=aa08e90d2eae01dd873d2ce2caad7d9371230ef0 r4735: Auto commit for Debian build --- diff --git a/debian/changelog b/debian/changelog index 470d852..fa782a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 1 May 2003 16:23:37 -0600 cl-sql (1.4.6-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 9b198e1..0cc7b93 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/tests/package.lisp b/tests/package.lisp index fef952d..706af43 100644 --- a/tests/package.lisp +++ b/tests/package.lisp @@ -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) diff --git a/tests/tests.lisp b/tests/tests.lisp index e426ca2..2480821 100644 --- a/tests/tests.lisp +++ b/tests/tests.lisp @@ -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 ;;;; @@ -231,7 +231,8 @@ )) t) -(deftest clsql.all (clsql-tests) t) +;(deftest clsql.all (clsql-tests) t) +(clsql-tests)