diff options
-rw-r--r-- | debian/pkg-zsh-workflow.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index 7d9daa6ea..4eda7699d 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 |