[SCM] Vim packaging branch, debian, updated. upstream/7.2.025-323-g38e4f12
James Vega
jamessan at debian.org
Wed Jan 7 17:55:25 UTC 2009
The following commit has been merged in the debian branch:
commit 38e4f12029b45fc9f6a3d066e1c2b0093997602d
Author: James Vega <jamessan at debian.org>
Date: Wed Jan 7 12:52:56 2009 -0500
die if lftp isn't installed
Signed-off-by: James Vega <jamessan at debian.org>
diff --git a/debian/update-patches b/debian/update-patches
index 74ef8e5..f7da0a5 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -18,6 +18,8 @@ git rev-parse --verify HEAD > /dev/null && \
git diff-index --cached --quiet HEAD -- \
|| die "Your tree is unclean, can't do that..."
+which lftp || die "You need lftp installed for this script..."
+
onlyupstream=0
case "$1" in
-u)
--
Vim packaging
More information about the pkg-vim-maintainers
mailing list