[Pkg-zsh-commits] [zsh] 05/05: get-orig-source target: Support git snapshots between tagged releases

Axel Beckert abe at deuxchevaux.org
Thu Nov 26 20:58:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit bb8979962241baac492d2a4186be3a4c3ae9e918
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Nov 26 21:53:17 2015 +0100

    get-orig-source target: Support git snapshots between tagged releases
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 97bf976..2cf21e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -236,7 +236,7 @@ binary-arch: binary-arch-dynamic binary-arch-static binary-arch-dev
 
 binary: binary-indep binary-arch binary-arch-static binary-arch-dev
 
-get-orig-source: version=$(shell git describe --tags --abbrev=0 --match='zsh-*' | sed -e 's/^zsh-//')
+get-orig-source: version=$(shell git describe --tags --match='zsh-*' upstream | sed -e 's/^zsh-//')
 get-orig-source:
 	git archive --format=tar --output=../zsh_$(version).orig.tar --prefix=zsh-$(version)/ zsh-$(version)
 	xz -7v ../zsh_$(version).orig.tar

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