From 232c27cdbcbcf92fa16150a9b64ea7965966d030 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <>
Date: Sun, 15 Sep 2002 14:03:16 +0000
Subject: [PATCH] Auto commit for Debian build

---
 debian/changelog        | 3 ++-
 debian/cl-asdf.postinst | 2 +-
 debian/control          | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 00d29b0f..2017b130 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 cl-asdf (1.42-1) unstable; urgency=low
 
-  * Add 'reregister-common-lisp-implementations' call to cl-asdf.postinst
+  * Remove Depends on lisp-compiler for cl-asdf (fixes problem with
+  circular dependencies)
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 14 Sep 2002 11:59:58 -0600
 
diff --git a/debian/cl-asdf.postinst b/debian/cl-asdf.postinst
index 5154049f..499b5275 100644
--- a/debian/cl-asdf.postinst
+++ b/debian/cl-asdf.postinst
@@ -23,7 +23,7 @@ set -e
 
 case "$1" in
     configure)
-	/usr/sbin/reregister-common-lisp-implementations
+	echo Pending: /usr/sbin/reregister-common-lisp-implementations
 	;;
     abort-upgrade|abort-remove|abort-deconfigure)
 	;;
diff --git a/debian/control b/debian/control
index 52c91905..16500923 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Standards-Version: 3.5.7.0
 
 Package: cl-asdf
 Architecture: all
-Depends: ${shlibs:Depends}, cmucl-normal | lisp-compiler
-Recommends: common-lisp-controller
+Depends: ${shlibs:Depends}
+Recommends: common-lisp-controller, cmucl-normal | lisp-compiler
 Description: Another System Definition Facility
  asdf provides a "make" type functions for Common Lisp packages. It
  provides compilation and loading features for complex Lisp systems
-- 
GitLab