[SCM] Vim packaging branch, debian, updated. upstream/7.2.148-1090-g2beb3e2

James Vega jamessan at debian.org
Sat Jul 25 21:10:03 UTC 2009


The following commit has been merged in the debian branch:
commit 1bed9ae43dcb7c5d44e4534143373891fd0564f7
Author: James Vega <jamessan at debian.org>
Date:   Sat Jul 25 22:35:59 2009 +0200

    Pick specific files out of spell/ to rsync
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/update-runtime b/debian/update-runtime
index dc8e6e9..d8cbb03 100755
--- a/debian/update-runtime
+++ b/debian/update-runtime
@@ -35,10 +35,13 @@ git checkout upstream-runtime --
 
 rsync -avzcP --delete --exclude="README.txt" --exclude="getdos.aap" \
       --exclude="getunix.aap" --exclude="main.aap" --exclude="dos" \
-      --exclude="spell" --include="spell/en.*" --include="spell/he.vim" \
-      --include="spell/yi.vim" --include="spell/cleanadd.vim" \
+      --exclude="spell" \
       ftp.vim.org::Vim/runtime/ runtime
 
+rsync -avzcP --delete --include="en.*" --include="he.vim" --include="yi.vim" \
+      --include="cleanadd.vim" --exclude="*" \
+      ftp.vim.org::Vim/runtime/spell/ runtime/spell
+
 git add runtime
 git commit -m 'Sync runtime files'
 

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list