[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-151-gc48a4bb

James Vega jamessan at debian.org
Wed Jun 18 02:49:39 UTC 2008


The following commit has been merged in the debian branch:
commit c48a4bb2fa46bbe87003716cb5e2fb98dd85a35b
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