[SCM] Vim packaging branch, debian, updated. upstream/7.2.000-236-ga899d00

James Vega jamessan at debian.org
Mon Sep 1 17:43:48 UTC 2008


The following commit has been merged in the debian branch:
commit fb4aaccb632a6b61a950721313bc7f45e76a97be
Author: James Vega <jamessan at debian.org>
Date:   Mon Sep 1 13:37:03 2008 -0400

    Handle the -- arg that git-sh-setup adds.
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/update-patches b/debian/update-patches
index 068dcbb..28a40c0 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -23,6 +23,8 @@ case "$1" in
     -u)
         onlyupstream=1
         ;;
+    --)
+        ;;
     *)
         usage
         ;;

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list