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 | |
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
6 files changed, 13 insertions, 8 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 diff --git a/debian/patches/replace-texi2html-with-makeinfo b/debian/patches/replace-texi2html-with-makeinfo index 911258c48..3412d943f 100644 --- a/debian/patches/replace-texi2html-with-makeinfo +++ b/debian/patches/replace-texi2html-with-makeinfo @@ -1,4 +1,5 @@ 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 diff --git a/debian/patches/suppress_texinfo_warning_by_adding_item_arguments.patch b/debian/patches/suppress_texinfo_warning_by_adding_item_arguments.patch index be78fa9b3..0c67f823d 100644 --- a/debian/patches/suppress_texinfo_warning_by_adding_item_arguments.patch +++ b/debian/patches/suppress_texinfo_warning_by_adding_item_arguments.patch @@ -1,9 +1,9 @@ Description: 31263: suppress texinfo warning by giving item an argument Author: Peter Stephenson <p.w.stephenson@ntlworld.com> Date: Fri Apr 12 23:01:25 2013 +0100 -Upstream-Commit: 67a4be36c6203c26c3912c07441f42e3965f0fa8 -Revised: Axel Beckert <abe@debian.org> -Debian-Bug: 707483 +Origin: commit:67a4be36c6203c26c3912c07441f42e3965f0fa8 +Revieved-By: Axel Beckert <abe@debian.org> +Bug-Debian: http://bugs.debian.org/707483 diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo index d3f8ad2..7ad772a 100644 diff --git a/debian/patches/texinfo_remove_leading_whitespace.patch b/debian/patches/texinfo_remove_leading_whitespace.patch index ae59caa24..0f71f3a4f 100644 --- a/debian/patches/texinfo_remove_leading_whitespace.patch +++ b/debian/patches/texinfo_remove_leading_whitespace.patch @@ -2,7 +2,8 @@ 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@debian.org> -Debian-Bug: 711516 +Bug-Debian: http://bugs.debian.org/711516 +Forwarded: http://www.zsh.org/mla/workers/2013/msg00520.html Index: zsh/Doc/ztexi.yo =================================================================== diff --git a/debian/patches/updates_needed_with_latest_texinfo.patch b/debian/patches/updates_needed_with_latest_texinfo.patch index 70f5d0724..c80296a48 100644 --- a/debian/patches/updates_needed_with_latest_texinfo.patch +++ b/debian/patches/updates_needed_with_latest_texinfo.patch @@ -1,9 +1,10 @@ Description: 31261: updates needed with latest texinfo Author: Peter Stephenson <p.w.stephenson@ntlworld.com> Date: Fri Apr 12 22:47:22 2013 +0100 -Upstream-Commit: b174a0df054929efd7804922750c71adeb8e0b57 -Revised: Axel Beckert <abe@debian.org> -Debian-Bug: 707483 +Origin: commit:b174a0df054929efd7804922750c71adeb8e0b57 +Reviewed-By: Axel Beckert <abe@debian.org> +Bug-Debian: 707483 +Bug: http://www.zsh.org/mla/workers/2013/msg00321.html diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 2991c1f..4a436da 100644 diff --git a/debian/patches/vcs_info_guilt_support.patch b/debian/patches/vcs_info_guilt_support.patch index cb0bb6726..8677c7229 100644 --- a/debian/patches/vcs_info_guilt_support.patch +++ b/debian/patches/vcs_info_guilt_support.patch @@ -4,6 +4,7 @@ Description: Fix warnings in VCS_INFO's stgit support when guilt is used "VCS_INFO_get_data_git:134: no such file or directory: .git/patches/master/applied" Author: Frank Terbeck <ft@bewatermyfriend.org> +Bug: http://www.zsh.org/mla/workers/2013/msg00546.html Index: zsh/Functions/VCS_Info/Backends/VCS_INFO_get_data_git =================================================================== |