diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-05-28 02:41:59 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-05-28 02:41:59 +0200 |
commit | 640212e70f50be20fca1d3a58f3e4e7ce77ac7a2 (patch) | |
tree | b5e31fb2d6c1c2c2c4baa80f4537e6d816dfddde | |
parent | fd2ef9a80430c1f4f4ae222af228b485c484dd64 (diff) | |
download | zsh-640212e70f50be20fca1d3a58f3e4e7ce77ac7a2.tar.gz zsh-640212e70f50be20fca1d3a58f3e4e7ce77ac7a2.zip |
Drop all but one patch (issues fixed upstream)
-rw-r--r-- | debian/patches/fix-test-suite-failures-related-to-setopt-PROMPT_SP.patch | 41 | ||||
-rw-r--r-- | debian/patches/replace-texi2html-with-makeinfo | 17 | ||||
-rw-r--r-- | debian/patches/series | 2 |
3 files changed, 0 insertions, 60 deletions
diff --git a/debian/patches/fix-test-suite-failures-related-to-setopt-PROMPT_SP.patch b/debian/patches/fix-test-suite-failures-related-to-setopt-PROMPT_SP.patch deleted file mode 100644 index f289d4a0c..000000000 --- a/debian/patches/fix-test-suite-failures-related-to-setopt-PROMPT_SP.patch +++ /dev/null @@ -1,41 +0,0 @@ -Description: Fix test suite failures related to "setopt PROMPT_SP" -Author: Peter Stephenson <p.stephenson@samsung.com> -Bug: http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=35042 -Origin: http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=35056 - -diff --git a/Test/A02alias.ztst b/Test/A02alias.ztst -index 08163eb..cace2a4 100644 ---- a/Test/A02alias.ztst -+++ b/Test/A02alias.ztst -@@ -59,7 +59,8 @@ - >And aliases are expanded - - $ZTST_testdir/../Src/zsh -fis <<<' -- PROMPT="" -+ unsetopt PROMPT_SP -+ PROMPT="" PS2="" PS3="" PS4="" RPS1="" RPS2="" - exec 2>&1 - alias \{=echo - { begin -@@ -68,16 +69,17 @@ - 0:Aliasing reserved tokens - >begin - >end --*>*4*{ begin --*>*5*{end -+*>*5*{ begin -+*>*6*{end - - $ZTST_testdir/../Src/zsh -fis <<<' -- PROMPT="" -+ unsetopt PROMPT_SP -+ PROMPT="" PS2="" PS3="" PS4="" RPS1="" RPS2="" - exec 2>&1 - alias -g S=\" - echo S a string S " - fc -l -1' 2>/dev/null - 0:Global aliasing quotes - > a string S --*>*4*echo S a string S " -+*>*5*echo S a string S " - # Note there is a trailing space on the "> a string S " line diff --git a/debian/patches/replace-texi2html-with-makeinfo b/debian/patches/replace-texi2html-with-makeinfo deleted file mode 100644 index 509a90a8a..000000000 --- a/debian/patches/replace-texi2html-with-makeinfo +++ /dev/null @@ -1,17 +0,0 @@ -Description: Replace deprecated texi2html with makeinfo -Forwarded: http://www.zsh.org/mla/workers/2013/msg00723.html -Author: Axel Beckert <abe@debian.org> - -Index: zsh/Doc/Makefile.in -=================================================================== ---- zsh.orig/Doc/Makefile.in 2014-08-11 17:45:12.000000000 +0200 -+++ zsh/Doc/Makefile.in 2014-08-11 17:45:12.000000000 +0200 -@@ -41,7 +41,7 @@ - MAKEINFO = makeinfo - TEXI2DVI = texi2dvi - DVIPS = dvips --TEXI2HTML = @TEXI2HTML@ --output . --ifinfo --split=chapter --node-files \ -+TEXI2HTML = makeinfo --html --output . --ifinfo --split=chapter --node-files \ - --init-file texi2html.conf - - .SUFFIXES: .yo .1 diff --git a/debian/patches/series b/debian/patches/series index 4342edafe..857f0f26d 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1 @@ -replace-texi2html-with-makeinfo further-mitigate-test-suite-hangs.patch -fix-test-suite-failures-related-to-setopt-PROMPT_SP.patch |