[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-203-gbdd0ad3

James Vega jamessan at debian.org
Thu Jun 26 19:13:27 UTC 2008


The following commit has been merged in the debian branch:
commit aa4adb40aaba18476ee0935170ca6193a48429a6
Author: James Vega <jamessan at debian.org>
Date:   Wed Jun 25 12:43:03 2008 -0400

    debian/rules: Update upstream version to snapshot 7.2a
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/rules b/debian/rules
index ab435b6..cdfd3d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -122,9 +122,9 @@ CFLAGS_vim-nox:=$(CFLAGS)
 CFGFLAGS_vim-nox:=$(CFGFLAGS) $(OPTFLAGS) $(NOXFLAGS) $(ALLINTERPFLAGS)
 
 NAME:=vim
-VERSION:=7.1
-SNAPSHOT:=
-VIMCUR:=$(NAME)$(subst .,,$(VERSION))
+VERSION:=7.2
+SNAPSHOT:=a
+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/,)
 MAIN_TARBALL:=$(NAME)-$(VERSION)$(SNAPSHOT).tar.bz2

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list