[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-251-g8cd4a09

James Vega jamessan at debian.org
Mon Jul 14 05:35:40 UTC 2008


The following commit has been merged in the debian branch:
commit f2625c3e10e099866370b48706d7398a062db391
Author: James Vega <jamessan at debian.org>
Date:   Mon Jul 14 00:43:51 2008 -0400

    Update debian/rules and debian/update-patches for 7.2b
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/rules b/debian/rules
index f7f003c..11272a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,7 +128,7 @@ CFGFLAGS_vim-nox:=$(CFGFLAGS) $(OPTFLAGS) $(NOXFLAGS) $(ALLINTERPFLAGS)
 
 NAME:=vim
 VERSION:=7.2
-SNAPSHOT:=a
+SNAPSHOT:=b
 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 54b5d5f..79732a7 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -30,7 +30,7 @@ checkout_and_merge() {
 }
 
 host='ftp.vim.org'
-version='7.2a'
+version='7.2b'
 snapshot='unstable/'
 dir="pub/vim/${snapshot}patches/$version"
 

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list