From 6dad923396b46224d8b7bdfe541ec879a6737109 Mon Sep 17 00:00:00 2001
From: Kevin Rosenberg <>
Date: Wed, 11 Sep 2002 22:35:48 +0000
Subject: [PATCH] new deb package

---
 debian/changelog         | 7 +++++++
 debian/cl-cclan.postinst | 2 +-
 debian/cl-cclan.prerm    | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2c53dd3f..644418bb 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 419a53e6..68737cd7 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 2fc9c9bc..c3142fbe 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)
         ;;
-- 
GitLab