diff options
author | joey <joey> | 2003-09-08 02:08:45 +0000 |
---|---|---|
committer | joey <joey> | 2003-09-08 02:08:45 +0000 |
commit | 8962d748623d6d893cf0f38ff9090cdf57833b9f (patch) | |
tree | 39d6025328d6b8c7e30ef17a69d77c5b03d6c774 | |
parent | 502fdaade0cbf7e0d9f8101edd4757902fe25876 (diff) | |
download | debhelper-version_4.1.73.tar.gz |
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on theversion_4.1.73
advice of Adam DiCarlo. Closes: #209131
-rw-r--r-- | autoscripts/postrm-sgmlcatalog | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
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. |