[SCM] Vim packaging branch, maint/lenny, updated. debian/7.1.314-3-51-g209709e

James Vega jamessan at debian.org
Sun Oct 12 06:29:03 UTC 2008


The following commit has been merged in the maint/lenny branch:
commit 0a7e6d5c26638c135a51d18ba0369cc65a4fc004
Author: James Vega <jamessan at debian.org>
Date:   Tue Jun 17 22:48:52 2008 -0400

    Clarify reasoning for diversion handling in preinst.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/vim-runtime.preinst.in b/debian/vim-runtime.preinst.in
index 0d78a40..d64477f 100644
--- a/debian/vim-runtime.preinst.in
+++ b/debian/vim-runtime.preinst.in
@@ -30,7 +30,10 @@ handhold_diversion_setup() {
   fi
 }
 
-# Also run during upgrade to fix the botched handling of diversions in postrm
+# Also run during upgrade to fix the botched handling of diversions in postrm.
+# If it weren't for the bad handling of diversions in 1:7.1.314-{1,2}, then
+# this would only need to be called during an upgrade from versions prior to
+# 1:7.1.314-1
 if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then
   handhold_diversion_setup
 fi

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list