[Pkg-zsh-commits] [zsh] 02/02: Workflow: Don't even mention ancient at2quilt tool in changelog examples

Axel Beckert abe at deuxchevaux.org
Wed Oct 8 22:22:24 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 67a6efe2473541633b790036364ef6716fcd4fa6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Oct 9 00:18:41 2014 +0200

    Workflow: Don't even mention ancient at2quilt tool in changelog examples
    
    Git-Dch: Ignore
---
 debian/pkg-zsh-workflow.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index a7eac77..7d9daa6 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -242,7 +242,7 @@ linear history again.
 Basically, you after merging the upstream release tag into the debian
 branch, you'll be left with an history that looks something like this:
 
-    *    at2quilt: Updating autotools patches
+    *    Updating autotools patches
     M    Merge commit 'zsh-4.3.13' into debian
     |'*  unposted: released 4.3.13
     | *  …
@@ -257,10 +257,10 @@ branch, you'll be left with an history that looks something like this:
     |'*  unposted: released 4.3.12
     …    older history
 
-And what you really want added to debian/changelog is the "atquilt:
-Updating autotools patches" and the "Removing upstream patches due to
-new release" commits. You need to figure out the sha1 sums of the
-commits and then call this:
+And what you really want added to debian/changelog is the "Updating
+autotools patches" and the "Removing upstream patches due to new
+release" commits. You need to figure out the sha1 sums of the commits
+and then call this:
 
     % debian/bin/urcl -p=zsh -v=4.3.13-1 b495ba1e f575f568
 

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