From: Daniel Kahn Gillmor Date: Tue, 23 Mar 2010 20:47:27 +0000 (-0400) Subject: align git tags with the tags made by git-buildpackage (maybe we can remove these... X-Git-Tag: msva-perl/0.3~4 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cd48ad7b740f64b9dea363e9705f728aebb9cdab;p=monkeysphere-validation-agent.git align git tags with the tags made by git-buildpackage (maybe we can remove these and let git-buildpackage take care of them eventually) --- diff --git a/Makefile b/Makefile index da1a0fd..a62c307 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,6 @@ debian-package: upstream-tag: git tag -s msva-perl/$(VERSION) -m "releasing msva-perl version $(VERSION)" debian-tag: - git tag -s debian/$(DEBIAN_VERSION) -m "tagging msva-perl debian packaging version $(DEBIAN_VERSION)" + git tag -s msva-perl_debian/$(DEBIAN_VERSION) -m "tagging msva-perl debian packaging version $(DEBIAN_VERSION)" .PHONY: upstream-tag debian-package debian-tag all clean