From cb6fba88d0092fb33d96f564858ac7d4833e45b3 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 27 Jan 2019 17:56:06 +0100 Subject: Fix perforce detection in vcs-info This is known upstream, this is a quickfix to limit our user's exposure to the issue. --- debian/patches/fix-vcs-info-p4.patch | 12 ++++++++++++ debian/patches/series | 1 + 2 files changed, 13 insertions(+) create mode 100644 debian/patches/fix-vcs-info-p4.patch diff --git a/debian/patches/fix-vcs-info-p4.patch b/debian/patches/fix-vcs-info-p4.patch new file mode 100644 index 000000000..6da2707aa --- /dev/null +++ b/debian/patches/fix-vcs-info-p4.patch @@ -0,0 +1,12 @@ +Index: pkg-zsh/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 +=================================================================== +--- pkg-zsh.orig/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 ++++ pkg-zsh/Functions/VCS_Info/Backends/VCS_INFO_detect_p4 +@@ -44,7 +44,6 @@ VCS_INFO_p4_get_server() { + } + + +-(( ${+functions[VCS_INFO_detect_p4]} )) || + VCS_INFO_detect_p4() { + local serverport p4where + diff --git a/debian/patches/series b/debian/patches/series index c4da55074..b845fb42a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +fix-vcs-info-p4.patch further-mitigate-test-suite-hangs.patch update-debian-sections.patch example-shebang.patch -- cgit v1.2.3