[Pkg-zsh-commits] [zsh] 16/26: Workflow: streamline for copy&paste commands

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 6411bd0fbd8fbb71af2928d342688dffba55af9b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 8 22:09:07 2014 +0200

    Workflow: streamline for copy&paste commands
---
 debian/pkg-zsh-workflow.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index e6f6baa..52afeb6 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -238,8 +238,8 @@ enforced as follows:
 
 ### Create the fake orig tar ball (until we can work with upstream's tarball)
 
-    % git archive --format=tar --output=../zsh_$version.orig.tar \
-          --prefix=zsh-$version/ zsh-$version
+    % version=5.0.7
+    % git archive --format=tar --output=../zsh_$version.orig.tar --prefix=zsh-$version/ zsh-$version
     % xz -7vf ../zsh_$version.orig.tar
 
 ### Remove all quilt patches which are applied upstream

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