From 0ea1d8c15297d175b17d90fd145cd8c3a2b322de Mon Sep 17 00:00:00 2001
From: Peter Van Eynde <pvaneynd@debian.org>
Date: Thu, 25 Feb 2010 06:06:25 +0100
Subject: [PATCH] Fix conflict with clc

---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 58076ffb..cad5a3ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ cl-asdf (2:1.625-1) unstable; urgency=low
   * Incorporated run-shell-command patch for LispWorks. Thanks tianchun!
     (Closes: #457919)
   * Added info that this version breaks clc
+  * Fix conflict with clc
 
- -- Peter Van Eynde <pvaneynd@debian.org>  Wed, 24 Feb 2010 21:48:14 +0100
+ -- Peter Van Eynde <pvaneynd@debian.org>  Thu, 25 Feb 2010 06:06:24 +0100
 
 cl-asdf (2:1.502-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8f218d0e..65be3bb2 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: cl-asdf
 Architecture: all
 Recommends: common-lisp-controller, sbcl | lisp-compiler
 Replaces: sbcl-common (<= 1:0.9.13.0-2)
-Conflicts: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (>> 7.0)
+Conflicts: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<= 7.0)
 Breaks: common-lisp-controller (<= 7.0)
 Depends: ${misc:Depends}
 Description: Another System Definition Facility
-- 
GitLab