From cd48ad7b740f64b9dea363e9705f728aebb9cdab Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 23 Mar 2010 16:47:27 -0400 Subject: [PATCH] align git tags with the tags made by git-buildpackage (maybe we can remove these and let git-buildpackage take care of them eventually) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2