From 5ff59a1d1055cd9f65c87f0290cbd52e4c3fda63 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 22 Sep 2003 18:18:49 +0000 Subject: [PATCH] r7909: fix dependency for clsql-aodbc on allegro-cl-trial for clsql-tests --- clsql-tests.asd | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/clsql-tests.asd b/clsql-tests.asd index 78ba676..77a3624 100644 --- a/clsql-tests.asd +++ b/clsql-tests.asd @@ -22,7 +22,7 @@ :description "Testing suite for CLSQL" :depends-on (:clsql :clsql-mysql :clsql-postgresql :clsql-postgresql-socket - #+allegro :clsql-aodbc) + #+(and allegro (not allegro-cl-trial)) :clsql-aodbc) :components ((:module tests :components diff --git a/debian/changelog b/debian/changelog index 1ba9125..ea13d7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (1.7.7-1) unstable; urgency=low + + * Fix dependency for allegro-cl-trial for clsql-tests + + -- Kevin M. Rosenberg Mon, 22 Sep 2003 12:18:18 -0600 + cl-sql (1.7.6-1) unstable; urgency=low * Fix connection string (closes: 208610) -- 2.34.1