[Pkg-zsh-commits] [zsh] 01/01: Workflow: Patchname variable and minimal sed to make DEP3 out of "git show"

Axel Beckert abe at deuxchevaux.org
Thu Oct 9 23:02:39 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 54649d9d5e77cc368b0d24ecc0d91c3a20d7913e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Oct 10 01:00:03 2014 +0200

    Workflow: Patchname variable and minimal sed to make DEP3 out of "git show"
    
    Maybe we still need patch2quilt, but not file but commit id based.
    
    Git-Dch: Ignore
---
 debian/pkg-zsh-workflow.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 7d9daa6..4eda769 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -119,7 +119,9 @@ When there is an existing patch (e.g. from upstream's git repository),
 the above can be largely automated if the patch applies to the current
 state of the debian branch.
 
+    % patchname="cherry-pick-$shortcommitid-description-with-dashes"
     % git show $commitid > debian/patches/$patchname
+    % sed -e '1 s/^commit/Origin: commit/' -i debian/patches/$patchname
     % echo $patchname >> debian/patches/series
 
 Patches from upstream will likely include changes to the ChangeLog

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