diff --git a/debian/changelog b/debian/changelog
index 2c53dd3fdb86e79c75a469d7577e4502dee3f916..644418bb931d6d3b1a9b2de2fbc98f4977b4b43c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cl-asdf (1.38) unstable; urgency=low
+
+  * New upstream version
+  * Re-add register and unregister clc-source for cclan
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Wed, 11 Sep 2002 13:39:51 -0600
+
 cl-asdf (1.35-1) unstable; urgency=low
 
   * Comment call to register and unregister clc-source until new
diff --git a/debian/cl-cclan.postinst b/debian/cl-cclan.postinst
index 419a53e65360058a78ec638c424c2f22af3fb6b9..68737cd76fd974306652cd993eb70d21d1611749 100644
--- a/debian/cl-cclan.postinst
+++ b/debian/cl-cclan.postinst
@@ -22,7 +22,7 @@ pkg=cclan
 
 case "$1" in
     configure)
-	echo pending: /usr/sbin/register-common-lisp-source $pkg
+	/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 2fc9c9bc66c3a044a6e652b2747b17fcfb74dd20..c3142fbe8b9cab8a0aee580d9eee7d756bc2a741 100644
--- a/debian/cl-cclan.prerm
+++ b/debian/cl-cclan.prerm
@@ -16,7 +16,7 @@ pkg=cclan
 
 case "$1" in
     remove|upgrade|deconfigure)
-	echo pending: /usr/sbin/unregister-common-lisp-source $pkg
+	/usr/sbin/unregister-common-lisp-source $pkg
         ;;
     failed-upgrade)
         ;;