[Pkg-privacy-commits] [msva-perl] 78/356: streamlining new upstream releases

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:41:42 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository msva-perl.

commit 8f99edc5826c646aeab0cf4b55655946804c13d3
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Mar 9 00:21:15 2010 -0500

    streamlining new upstream releases
---
 Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 201c902..f97701f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,13 @@ all: msva-perl.1
 msva-perl.1: msva-perl
 	pod2man msva-perl msva-perl.1
 
-release: msva-perl msva.protocol.README COPYING Makefile
+release: tarball
+	git tag -s msva-perl/$(VERSION) -m "releasing msva-perl version $(VERSION)"
+
+tarball: msva-perl msva.protocol.README COPYING Makefile
 	git archive --format tar --prefix=msva-perl-$(VERSION)/ HEAD | gzip -n -9 > ../msva-perl-$(VERSION).tar.gz
 
 clean: 
 	rm -f msva-perl.1
 
-.PHONY: release all clean
+.PHONY: release tarball all clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/msva-perl.git



More information about the Pkg-privacy-commits mailing list