[Pkg-zsh-commits] [zsh] 01/01: Move 9982ab6f to a cherry-picked patch

Axel Beckert abe at deuxchevaux.org
Wed Oct 8 07:38:47 UTC 2014


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

abe pushed a commit to branch debian
in repository zsh.

commit 9f06d578c0d0b79ba5615b5e7bde4fc9f6cb51b1
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 8 09:22:05 2014 +0200

    Move 9982ab6f to a cherry-picked patch
    
    This reverts our fad0d343 and upstream's 9982ab6f only inside the
    debian branch. The package built fine that way, but jenkins insisted
    on building against the zsh-5.0.7 tag.
    
    We may need to cherry-pick 9982ab6f in the debian branch before
    merging the zsh-5.0.8 tag.
---
 ChangeLog                                          |  5 ----
 debian/copyright                                   |  8 ++++++
 .../cherry-pick-9982ab6f-missing-changelog-entry   | 30 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 4 files changed, 39 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 969273b..2d25d1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,11 +2,6 @@
 
 	* unposted: Config/version.mk: 5.0.7
 
-2014-10-06  Mikael Magnusson  <mikachu at gmail.com>
-
-	* 33365: Src/exec.c: avoid buffer overflow for very long fds in >&
-	fd syntax.
-
 2014-10-06  Peter Stephenson  <p.stephenson at samsung.com>
 
 	* unposted (discussed offline): README: update description of
diff --git a/debian/copyright b/debian/copyright
index 5a302ec..a0d8815 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,6 +25,14 @@ Copyright: 1996 Robert Leslie <rob at mars.org>
            2012-2013 Richard Hartmann <richih at debian.org>
 License: Expat
 
+Files: debian/patches/cherry-pick-*
+Copyright: 1992-2014 The Zsh Development Group (Paul Falstad, Richard
+           Coleman, Zoltán Hidvégi, Andrew Main, Peter W. Stephenson,
+           Sven Wischnowsky, and others).  All rights reserved.
+           Individual authors, whether or not specifically named,
+           retain copyright in all changes.
+License: Zsh
+
 Files: Src/compat.c
 Comment: This applies to portions of Src/compat.c, the remainder is
  under the copyright of The Zsh Development Group and licensed under
diff --git a/debian/patches/cherry-pick-9982ab6f-missing-changelog-entry b/debian/patches/cherry-pick-9982ab6f-missing-changelog-entry
new file mode 100644
index 0000000..59156b9
--- /dev/null
+++ b/debian/patches/cherry-pick-9982ab6f-missing-changelog-entry
@@ -0,0 +1,30 @@
+Origin: commit 9982ab6fb5266298c056326ed265fc8560202603
+Author: Mikael Magnusson <mikachu at gmail.com>
+Reviewd-by: Axel Beckert <abe at debian.org>
+Description: unposted: ChangeLog entry for 33365
+ This patch is cherry-picked because it actually should belong to
+ 5.0.7 as it adds one missing (and not unimportant) changelog entry
+ for the 5.0.7 release.
+ .
+ This was initially part of the 5.0.7 merge from upstream into debian,
+ but Jenkins insisted on building against the zsh-5.0.7 tag.
+ .
+ We may need to cherry-pick 9982ab6f in the debian branch before
+ merging the zsh-5.0.8 tag.
+
+diff --git a/ChangeLog b/ChangeLog
+index 2d25d1d..969273b 100644
+--- a/ChangeLog
++++ b/ChangeLog
+@@ -2,6 +2,11 @@
+ 
+ 	* unposted: Config/version.mk: 5.0.7
+ 
++2014-10-06  Mikael Magnusson  <mikachu at gmail.com>
++
++	* 33365: Src/exec.c: avoid buffer overflow for very long fds in >&
++	fd syntax.
++
+ 2014-10-06  Peter Stephenson  <p.stephenson at samsung.com>
+ 
+ 	* unposted (discussed offline): README: update description of
diff --git a/debian/patches/series b/debian/patches/series
index 8d7c832..5e195e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 replace-texi2html-with-makeinfo
+cherry-pick-9982ab6f-missing-changelog-entry

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