[Pkg-zsh-commits] [zsh] 11/26: Workflow: Fix some markdown formatting

Axel Beckert abe at deuxchevaux.org
Wed Oct 8 21:14:37 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 290eaa0535a084020587fdbb2bb74930c242395b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 8 21:52:37 2014 +0200

    Workflow: Fix some markdown formatting
---
 debian/pkg-zsh-workflow.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 6f5beb8..970480e 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -108,7 +108,7 @@ Import the fix either manually using your favourite editor…
 
 … or by patching:
 
-    % patch -p<n> < ../patch_from_somewhere_else.diff
+    % patch -p$n < ../patch_from_somewhere_else.diff
 
 ##### Cherry-picking patches from upstream
 
@@ -201,7 +201,7 @@ sure that no parts of a quilt patch-queue are still applied.
 
 When a change justifies the release of a new package version, the
 debian/changelog file should be updated and the resulting commit
-should be tagged debian/<zsh-version>-n+1.
+should be tagged `debian/$zsh_version-$n+1`.
 
 
 ### Updating debian/changelog
@@ -356,12 +356,12 @@ You'll be dropped into an editor again to double check the generated
 changelog.
 
 
-### Tag debian/<new-zsh-version>-1
+### Tag debian/$new_zsh_version-1
 
 After fixes for all serious and trivially fixable issues have been
 added and it has been verified that the package builds and 'do-dch'
 has updated `debian/changelog` and the resulting commit should be
-tagged as `debian/<new-zsh-version>-1`.
+tagged as `debian/$new_zsh_version-1`.
 
 
 Generating packages
@@ -400,11 +400,10 @@ get a thusly cloned repository, first get an alioth login and upload
 an ssh-public key. As soon as the key made it to all involved
 machines, use this:
 
-    % git clone -b debian ssh://<user>@git.debian.org/git/collab-maint/zsh.git pkg-zsh
+    % git clone -b debian ssh://$user@git.debian.org/git/collab-maint/zsh.git pkg-zsh
 
-Where '<user>' is your alioth login. (Note, that this may be
-something with a '-guest' suffix, in case you're not a debian
-developer.)
+Where `$user` is your alioth login. (Note, that this may be something
+with a `-guest` suffix, in case you're not a debian developer.)
 
 ### Branches
 

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