[SCM] Vim packaging branch, debian, updated. upstream/7.1.285-57-gd7e2d01

James Vega jamessan at debian.org
Mon Mar 31 14:01:10 UTC 2008


The following commit has been merged in the debian branch:
commit d7e2d0191d716e4e5579a25272980a8968f4ad60
Author: James Vega <jamessan at debian.org>
Date:   Mon Mar 31 09:54:48 2008 -0400

    Add a dversionmangle to the watchfile.
    
    Now that the upstream patch is being encoded in the upstream version of
    the package, the watch file should remove that before performing
    comparisons.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/watch b/debian/watch
index e4c6f3d..54c01c8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-ftp://ftp.vim.org/pub/vim/unix/vim-(\d+\.\d+)\.tar\.bz2
+opts=dversionmangle=s/\.[0-9a-zA-Z]+$// \
+  ftp://ftp.vim.org/pub/vim/unix/vim-(\d+\.\d+)\.tar\.bz2

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list