[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-234-g7e4c746

James Vega jamessan at debian.org
Tue Jul 8 16:33:29 UTC 2008


The following commit has been merged in the debian branch:
commit 7e4c746af9ed392edb5138b727cdcd10b74b4ca3
Author: James Vega <jamessan at debian.org>
Date:   Tue Jul 8 12:33:02 2008 -0400

    debian/update-patches: Escape the * instead of using single quotes.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/update-patches b/debian/update-patches
index fd04b65..54b5d5f 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -34,7 +34,7 @@ version='7.2a'
 snapshot='unstable/'
 dir="pub/vim/${snapshot}patches/$version"
 
-curpatch=$(git show debian:debian/README 2>/dev/null| tail -n1 | awk '{print $2}' | sed 's/^$version\.0*//')
+curpatch=$(git show debian:debian/README 2>/dev/null| tail -n1 | awk '{print $2}' | sed s/^$version\.0\*//)
 curpatch=$(($curpatch + 1))
 newpatch=$(lftp -c "open $host; cd $dir; ls $version.*" | tail -n1 | awk -F. '{print $3}')
 

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list