From: joey Date: Mon, 8 Sep 2003 02:08:45 +0000 (+0000) Subject: r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the X-Git-Tag: version_4.1.73 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6bd0cd2f4857980c863e0c18c6a256f2525a8e4c;p=debhelper.git r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the advice of Adam DiCarlo. Closes: #209131 --- 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.