diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-09-19 02:07:06 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-09-19 02:07:06 +0200 |
commit | e2c05cafd7fa9b6de85038bc46fd9c886fe204a0 (patch) | |
tree | 133a5a52c9901b360759c4265be18a1df7dc9aa5 /debian/patches/fix-segfault-in-compinit-get_cvdef | |
parent | 89e7f5948e84dd99b2e81dddd7152279fb6d584b (diff) | |
download | zsh-e2c05cafd7fa9b6de85038bc46fd9c886fe204a0.tar.gz zsh-e2c05cafd7fa9b6de85038bc46fd9c886fe204a0.zip |
Format all patch headers DEP3 compliant
Also add some more pointers to upstream relations
Diffstat (limited to 'debian/patches/fix-segfault-in-compinit-get_cvdef')
-rw-r--r-- | debian/patches/fix-segfault-in-compinit-get_cvdef | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/patches/fix-segfault-in-compinit-get_cvdef b/debian/patches/fix-segfault-in-compinit-get_cvdef index ea00bf042..188e02ad5 100644 --- a/debian/patches/fix-segfault-in-compinit-get_cvdef +++ b/debian/patches/fix-segfault-in-compinit-get_cvdef @@ -1,5 +1,6 @@ Description: Fixes segfault on "task <Tab><Tab>" -Bug-Zsh: http://www.zsh.org/mla/workers/2013/msg00772.html +Bug: http://www.zsh.org/mla/workers/2013/msg00772.html +Forwarded: http://www.zsh.org/mla/workers/2013/msg00790.html Author: Axel Beckert <abe@debian.org> Index: zsh/Src/Zle/computil.c |