From b46aaa01ffa858aef5a796a63661137617916e01 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg <> Date: Mon, 16 Sep 2002 18:34:02 +0000 Subject: [PATCH] *** empty log message *** --- debian/changelog | 6 ++++++ debian/cl-asdf.postinst | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2017b130..8489ee31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-asdf (1.42-2) unstable; urgency=low + + * Add reregister-common-lisp-implementations call when installing cl-asdf. + + -- Kevin M. Rosenberg <kmr@debian.org> Mon, 16 Sep 2002 08:31:13 -0600 + cl-asdf (1.42-1) unstable; urgency=low * Remove Depends on lisp-compiler for cl-asdf (fixes problem with diff --git a/debian/cl-asdf.postinst b/debian/cl-asdf.postinst index 499b5275..5154049f 100644 --- a/debian/cl-asdf.postinst +++ b/debian/cl-asdf.postinst @@ -23,7 +23,7 @@ set -e case "$1" in configure) - echo Pending: /usr/sbin/reregister-common-lisp-implementations + /usr/sbin/reregister-common-lisp-implementations ;; abort-upgrade|abort-remove|abort-deconfigure) ;; -- GitLab