From 6b94f9667781589b9989602981d81413509319a5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 2 Aug 2002 15:13:00 +0000 Subject: [PATCH] r2284: Autocommit for make-debian --- debian/changelog | 6 ++++++ debian/preinst.template | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 808bdd5..937c6d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (0.8.0-2) unstable; urgency=low + + * Fix preinst template type to properly remove old symlinks + + -- Kevin M. Rosenberg Fri, 2 Aug 2002 09:12:32 -0600 + cl-sql (0.8.0-1) unstable; urgency=low * New upstream, restructure directories for improved Common Lisp diff --git a/debian/preinst.template b/debian/preinst.template index b8f6c19..e7b0052 100755 --- a/debian/preinst.template +++ b/debian/preinst.template @@ -5,12 +5,12 @@ # Copyright (c) 2002 Kevin M. Rosenberg pkg=%% -dir=/usr/share/common-lisp-source/source/$pkg +dir=/usr/share/common-lisp/source/$pkg case "$1" in install|upgrade|abort-upgrade) test -h $dir && rm $dir - rm -rf ${dir}-[0-9\.]+ + rm -rf ${dir}-[0-9\.]* ;; *) -- 2.34.1