[Pkg-zsh-commits] [zsh] 15/26: Workflow: Use xz instead bzip2

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

    Workflow: Use xz instead bzip2
---
 debian/pkg-zsh-workflow.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md
index 1d621a0..e6f6baa 100644
--- a/debian/pkg-zsh-workflow.md
+++ b/debian/pkg-zsh-workflow.md
@@ -240,7 +240,7 @@ enforced as follows:
 
     % git archive --format=tar --output=../zsh_$version.orig.tar \
           --prefix=zsh-$version/ zsh-$version
-    % bzip2 -9v ../zsh_$version.orig.tar
+    % 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