summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoscripts/postrm-sgmlcatalog2
-rw-r--r--debian/changelog7
2 files changed, 8 insertions, 1 deletions
diff --git a/autoscripts/postrm-sgmlcatalog b/autoscripts/postrm-sgmlcatalog
index 168a6949..f95d85ba 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 2303e331..defce87c 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 <joeyh@debian.org> Sun, 7 Sep 2003 21:43:31 -0400
+
debhelper (4.1.72) unstable; urgency=low
* Switch from build-depends-indep to just build-depends.