[Pkg-telepathy-commits] [telepathy-glib] 75/111: maintainer-prepare-release: do "git tag" in srcdir

Simon McVittie smcv at debian.org
Wed Mar 19 18:07:27 UTC 2014


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

smcv pushed a commit to branch debian
in repository telepathy-glib.

commit c7673566b0a789d5717ada3b282658fc57bcbff6
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Tue Feb 4 13:43:33 2014 +0000

    maintainer-prepare-release: do "git tag" in srcdir
---
 tools/telepathy.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/telepathy.am b/tools/telepathy.am
index 20ff0be..c919995 100644
--- a/tools/telepathy.am
+++ b/tools/telepathy.am
@@ -55,7 +55,7 @@ maintainer-prepare-release:
 	$(MAKE) all
 	$(MAKE) distcheck
 	$(MAKE) release-mail
-	git tag -s @PACKAGE at -@VERSION@ -m @PACKAGE@' '@VERSION@
+	cd $(srcdir) && git tag -s @PACKAGE at -@VERSION@ -m @PACKAGE@' '@VERSION@
 	gpg --detach-sign --armor @PACKAGE at -@VERSION at .tar.gz
 
 release-mail: NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib.git



More information about the Pkg-telepathy-commits mailing list