[SCM] Vim packaging branch, debian, updated. upstream/7.1.ds-329-ge16a6ee

Pierre Habouzit madcoder at debian.org
Sun Mar 30 20:36:00 UTC 2008


The following commit has been merged in the debian branch:
commit e16a6ee9e03c3bd02adbb46898a64b361845627f
Author: Pierre Habouzit <madcoder at debian.org>
Date:   Sun Mar 30 22:35:57 2008 +0200

    git-sh-setup actually brings up die()
    
    Signed-off-by: Pierre Habouzit <madcoder at debian.org>

diff --git a/debian/update-patches b/debian/update-patches
index 1675eaf..ad63f10 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -15,11 +15,6 @@ host='ftp.vim.org'
 version='7.1'
 dir="pub/vim/patches/$version"
 
-die() {
-    echo >&2 "$@"
-    exit 1;
-}
-
 git rev-parse --verify HEAD > /dev/null && \
     git update-index --refresh && \
     git diff-files --quiet && \

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list