diff --git a/debian/changelog b/debian/changelog
index 10589f26cf97285604d07218db6eb09d95eb43c6..2c53dd3fdb86e79c75a469d7577e4502dee3f916 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cl-asdf (1.35-1) unstable; urgency=low
+
+  * Comment call to register and unregister clc-source until new
+    version of clc is released. (closes: 158697)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 28 Aug 2002 18:58:59 -0600
+
 cl-asdf (1.35) unstable; urgency=high
 
   * New upstream version, fixes important bugs.
diff --git a/debian/cl-cclan.postinst b/debian/cl-cclan.postinst
index 68737cd76fd974306652cd993eb70d21d1611749..419a53e65360058a78ec638c424c2f22af3fb6b9 100644
--- a/debian/cl-cclan.postinst
+++ b/debian/cl-cclan.postinst
@@ -22,7 +22,7 @@ pkg=cclan
 
 case "$1" in
     configure)
-	/usr/sbin/register-common-lisp-source $pkg
+	echo pending: /usr/sbin/register-common-lisp-source $pkg
 	;;
     abort-upgrade|abort-remove|abort-deconfigure)
 	;;
diff --git a/debian/cl-cclan.prerm b/debian/cl-cclan.prerm
index c3142fbe8b9cab8a0aee580d9eee7d756bc2a741..2fc9c9bc66c3a044a6e652b2747b17fcfb74dd20 100644
--- a/debian/cl-cclan.prerm
+++ b/debian/cl-cclan.prerm
@@ -16,7 +16,7 @@ pkg=cclan
 
 case "$1" in
     remove|upgrade|deconfigure)
-	/usr/sbin/unregister-common-lisp-source $pkg
+	echo pending: /usr/sbin/unregister-common-lisp-source $pkg
         ;;
     failed-upgrade)
         ;;