[SCM] Vim packaging branch, debian, updated. upstream/7.2.000-221-g1688246

James Vega jamessan at debian.org
Wed Aug 20 15:23:49 UTC 2008


The following commit has been merged in the debian branch:
commit 1688246cd5ca27cf6151fbacd78638d4e7a20b41
Author: James Vega <jamessan at debian.org>
Date:   Wed Aug 20 11:22:39 2008 -0400

    Clear $snapshot since 7.2 was released
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/update-patches b/debian/update-patches
index 43843e7..582395b 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -41,7 +41,7 @@ checkout_and_merge() {
 
 host='ftp.vim.org'
 version='7.2'
-snapshot='unstable/'
+snapshot=''
 dir="pub/vim/${snapshot}patches/$version"
 
 curpatch=$(git show debian:debian/README 2>/dev/null| tail -n1 | awk /$version\\./'{print $2}' | sed s/^$version\.0\*//)

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list