[SCM] Vim packaging branch, debian, updated. upstream/7.2b.001-241-g479045a

James Vega jamessan at debian.org
Wed Aug 6 22:34:55 UTC 2008


The following commit has been merged in the debian branch:
commit 047e5c5e64f69ff34c92ec3038bad015b7498c61
Author: James Vega <jamessan at debian.org>
Date:   Wed Aug 6 16:19:10 2008 -0400

    Update version to 7.2c in relevant files
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/rules b/debian/rules
index 0f3a4bc..fc75ed0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,7 +128,7 @@ CFGFLAGS_vim-nox:=$(CFGFLAGS) $(OPTFLAGS) $(NOXFLAGS) $(ALLINTERPFLAGS)
 
 NAME:=vim
 VERSION:=7.2
-SNAPSHOT:=b
+SNAPSHOT:=c
 VIMCUR:=$(NAME)$(subst .,,$(VERSION))$(SNAPSHOT)
 DEBVERSION:=$(shell dpkg-parsechangelog | sed -n '/^Version:/{s/Version: *\([^:]*:\)\?\([^-]*\)-.*/\2/;p;q}')
 FTP:=ftp://ftp.vim.org/pub/vim/$(if $(SNAPSHOT),unstable/,)
diff --git a/debian/update-patches b/debian/update-patches
index b8e0f1a..eca3d64 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -40,7 +40,7 @@ checkout_and_merge() {
 }
 
 host='ftp.vim.org'
-version='7.2b'
+version='7.2c'
 snapshot='unstable/'
 dir="pub/vim/${snapshot}patches/$version"
 
diff --git a/debian/vim-runtime.preinst.in b/debian/vim-runtime.preinst.in
index 8a83c2c..9595001 100644
--- a/debian/vim-runtime.preinst.in
+++ b/debian/vim-runtime.preinst.in
@@ -15,7 +15,7 @@ add_diversion() {
 # Used to remove the previous diversion when upgrading from one major release
 # to the next
 remove_previous_diversions() {
-  for v in vim71 vim72a; do
+  for v in vim71 vim72a vim72b; do
     oldpath="$(echo $1 | sed s/@VIMCUR@/$v/)"
     if dpkg-divert --list 2>/dev/null | grep -q "$oldpath"; then
       rm_diversion $oldpath

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list