[Pkg-zsh-commits] [zsh] 01/02: Format all patch headers DEP3 compliant

Axel Beckert abe at deuxchevaux.org
Thu Sep 19 00:26:40 UTC 2013


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

abe pushed a commit to branch debian
in repository zsh.

commit e2c05cafd7fa9b6de85038bc46fd9c886fe204a0
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Sep 19 02:07:06 2013 +0200

    Format all patch headers DEP3 compliant
    
    Also add some more pointers to upstream relations
---
 debian/patches/fix-segfault-in-compinit-get_cvdef               |    3 ++-
 debian/patches/replace-texi2html-with-makeinfo                  |    1 +
 .../suppress_texinfo_warning_by_adding_item_arguments.patch     |    6 +++---
 debian/patches/texinfo_remove_leading_whitespace.patch          |    3 ++-
 debian/patches/updates_needed_with_latest_texinfo.patch         |    7 ++++---
 debian/patches/vcs_info_guilt_support.patch                     |    1 +
 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 ea00bf0..188e02a 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 at 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 911258c..3412d94 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 at 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 be78fa9..0c67f82 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 at ntlworld.com>
 Date: Fri Apr 12 23:01:25 2013 +0100
-Upstream-Commit: 67a4be36c6203c26c3912c07441f42e3965f0fa8
-Revised: Axel Beckert <abe at debian.org>
-Debian-Bug: 707483
+Origin: commit:67a4be36c6203c26c3912c07441f42e3965f0fa8
+Revieved-By: Axel Beckert <abe at 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 ae59caa..0f71f3a 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 at 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 70f5d07..c80296a 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 at ntlworld.com>
 Date: Fri Apr 12 22:47:22 2013 +0100
-Upstream-Commit: b174a0df054929efd7804922750c71adeb8e0b57
-Revised: Axel Beckert <abe at debian.org>
-Debian-Bug: 707483
+Origin: commit:b174a0df054929efd7804922750c71adeb8e0b57
+Reviewed-By: Axel Beckert <abe at 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 cb0bb67..8677c72 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 at bewatermyfriend.org>
+Bug: http://www.zsh.org/mla/workers/2013/msg00546.html
 
 Index: zsh/Functions/VCS_Info/Backends/VCS_INFO_get_data_git
 ===================================================================

-- 
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