From 3cda74d9835f725fbb52f94dc7932f4023e5e04f Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg <> Date: Thu, 29 Aug 2002 19:37:37 +0000 Subject: [PATCH] update for current debian page --- 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 10589f26..2c53dd3f 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 68737cd7..419a53e6 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 c3142fbe..2fc9c9bc 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) ;; -- GitLab