[Pkg-zsh-commits] [zsh] 01/03: Patch configure.ac to add support for yodl 4 to yodl version check

Axel Beckert abe at deuxchevaux.org
Thu Jun 22 02:09:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit aa55c6bb095dfb9f89c285437f6bfbb23e046cfa
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Jun 22 03:50:51 2017 +0200

    Patch configure.ac to add support for yodl 4 to yodl version check
    
    Closes: #865492
---
 .../add_yodl_4_support_to_yodl_version_check.patch        | 15 +++++++++++++++
 debian/patches/series                                     |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/add_yodl_4_support_to_yodl_version_check.patch b/debian/patches/add_yodl_4_support_to_yodl_version_check.patch
new file mode 100644
index 0000000..0a3beca
--- /dev/null
+++ b/debian/patches/add_yodl_4_support_to_yodl_version_check.patch
@@ -0,0 +1,15 @@
+Description: Add support for yodl 4 to yodl version check
+Author: Axel Beckert <abe at debian.org>
+Bugs-Debian: https://bugs.debian.org/865492
+Forwarded: https://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=41342
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -628,6 +628,7 @@
+     case `yodl --version` in
+       *"version 2."*) YODL_OPTIONS='-k' ;;
+       *"version 3."*) YODL_OPTIONS='-k -L' ;;
++      *"version 4."*) YODL_OPTIONS='-k -L' ;;
+     esac
+ fi
+ AC_SUBST(YODL_OPTIONS)
diff --git a/debian/patches/series b/debian/patches/series
index 21838bb..291a424 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ cherry-pick_8d4c9854_zero_new_space_allocated_in_prompt_buffer.patch
 cherry-pick_48cadf48_be_more_careful_with_pattern_allocation_in_history_isearch.patch
 cherry-pick_ebd7fdd9_fix_setting_of_parameter_values_in_compvalues.patch
 cherry-pick_2e76fb80_turn_off_POSIX_IDENTIFIERS_option_in_completion.patch
+add_yodl_4_support_to_yodl_version_check.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list