]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the version_4.1.73
authorjoey <joey>
Mon, 8 Sep 2003 02:08:45 +0000 (02:08 +0000)
committerjoey <joey>
Mon, 8 Sep 2003 02:08:45 +0000 (02:08 +0000)
     advice of Adam DiCarlo. Closes: #209131

autoscripts/postrm-sgmlcatalog
debian/changelog

index 168a6949fba2e36dae816204bf1706438be43ea7..f95d85ba52dd779810e5e8cae07c76c7b35e28e7 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" = "purge" ]; then
+if [ "$1" = "purge" ] || [ "$1" = "upgrade" ] ; then
        rm -f #CENTRALCAT# #CENTRALCAT#.old
 fi
index 2303e331db4992a526dee57cdbf9e54e170a639e..defce87c5dd437beca31e879f477cef49e94dc1a 100644 (file)
@@ -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.