summaryrefslogtreecommitdiff
path: root/debian/patches/0002-vcs_info-svn-detection.diff
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2011-06-02 10:42:04 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2011-06-02 10:49:50 +0200
commitb495ba1e5a3ab1396844490ad8cad17dec23d6c1 (patch)
treeb9041c2f4726efe5ea8e6506306c31d671c4a416 /debian/patches/0002-vcs_info-svn-detection.diff
parentd9c588b89ebeb54acc48f09d73589601d73ae3e9 (diff)
downloadzsh-b495ba1e5a3ab1396844490ad8cad17dec23d6c1.tar.gz
zsh-b495ba1e5a3ab1396844490ad8cad17dec23d6c1.zip
Removing upstream patches due to new release
Diffstat (limited to 'debian/patches/0002-vcs_info-svn-detection.diff')
-rw-r--r--debian/patches/0002-vcs_info-svn-detection.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/0002-vcs_info-svn-detection.diff b/debian/patches/0002-vcs_info-svn-detection.diff
deleted file mode 100644
index bbd4eb87e..000000000
--- a/debian/patches/0002-vcs_info-svn-detection.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-This is an upstream patch, see:
- <http://www.zsh.org/mla/workers/2011/msg00177.html>
-
-Index: pkg-zsh/Functions/VCS_Info/Backends/VCS_INFO_detect_svn
-===================================================================
---- pkg-zsh.orig/Functions/VCS_Info/Backends/VCS_INFO_detect_svn 2011-02-20 13:14:58.000000000 +0100
-+++ pkg-zsh/Functions/VCS_Info/Backends/VCS_INFO_detect_svn 2011-02-20 13:15:10.000000000 +0100
-@@ -7,5 +7,5 @@
- [[ $1 == '--flavours' ]] && return 1
-
- VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
--[[ -d ".svn" ]] && return 0
-+{ [[ -f ".svn/entries" ]] || [[ -f ".svn/format" ]] } && return 0
- return 1