diff options
-rw-r--r-- | debian/patches/fix-vcs-info-p4.patch | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 13 insertions, 0 deletions
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 |