From 8962d748623d6d893cf0f38ff9090cdf57833b9f Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 8 Sep 2003 02:08:45 +0000 Subject: [PATCH] r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the advice of Adam DiCarlo. Closes: #209131 --- autoscripts/postrm-sgmlcatalog | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/autoscripts/postrm-sgmlcatalog b/autoscripts/postrm-sgmlcatalog index 168a694..f95d85b 100644 --- a/autoscripts/postrm-sgmlcatalog +++ b/autoscripts/postrm-sgmlcatalog @@ -1,3 +1,3 @@ -if [ "$1" = "purge" ]; then +if [ "$1" = "purge" ] || [ "$1" = "upgrade" ] ; then rm -f #CENTRALCAT# #CENTRALCAT#.old fi diff --git a/debian/changelog b/debian/changelog index 2303e33..defce87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +debhelper (4.1.73) unstable; urgency=low + + * dh_installcatalogs: in prerm on upgrade, call update-catalog on the + advice of Adam DiCarlo. Closes: #209131 + + -- Joey Hess Sun, 7 Sep 2003 21:43:31 -0400 + debhelper (4.1.72) unstable; urgency=low * Switch from build-depends-indep to just build-depends. -- 2.39.2