[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-3-4-ga5afb11

Axel Beckert abe at deuxchevaux.org
Thu Jun 13 00:50:05 UTC 2013


The following commit has been merged in the debian branch:
commit a5afb1157ae23926378c24d91a97f8dcc595d70c
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Jun 13 02:37:04 2013 +0200

    Remove leading whitespace from texinfo directory entry
    
    Closes: #711516

diff --git a/debian/patches/series b/debian/patches/series
index d201235..5fb231f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 updates_needed_with_latest_texinfo.patch
 suppress_texinfo_warning_by_adding_item_arguments.patch
+texinfo_remove_leading_whitespace.patch
diff --git a/debian/patches/texinfo_remove_leading_whitespace.patch b/debian/patches/texinfo_remove_leading_whitespace.patch
new file mode 100644
index 0000000..ae59caa
--- /dev/null
+++ b/debian/patches/texinfo_remove_leading_whitespace.patch
@@ -0,0 +1,19 @@
+Description: Remove leading whitespace from texinfo directory entry
+ The leading whitespace makes Emacs' info menu not work as expected,
+ at least With newer version or combinations of texinfo and/or yodl.
+Author: Axel Beckert <abe at debian.org>
+Debian-Bug: 711516
+
+Index: zsh/Doc/ztexi.yo
+===================================================================
+--- zsh.orig/Doc/ztexi.yo	2013-06-13 02:31:40.743480301 +0200
++++ zsh/Doc/ztexi.yo	2013-06-13 02:32:50.236628923 +0200
+@@ -71,7 +71,7 @@
+   NOTRANS(@ifinfo)+NL()\
+   NOTRANS(@dircategory Utilities)+NL()\
+   NOTRANS(@direntry)+NL()\
+-  NOTRANS(     * ZSH: (zsh).                     The Z Shell Manual.)+NL()\
++  NOTRANS(* ZSH: (zsh).                     The Z Shell Manual.)+NL()\
+   NOTRANS(@end direntry)+NL()\
+   NOTRANS(@end ifinfo)+NL()\
+ )

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list