[Pgp-tools-commit] r252 - trunk
Christoph Berg
myon-guest at costa.debian.org
Mon Sep 12 14:33:06 UTC 2005
Author: myon-guest
Date: 2005-09-12 14:33:04 +0000 (Mon, 12 Sep 2005)
New Revision: 252
Modified:
trunk/Makefile
Log:
add tag targets to make weasel happy
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-09-12 12:25:28 UTC (rev 251)
+++ trunk/Makefile 2005-09-12 14:33:04 UTC (rev 252)
@@ -1,5 +1,6 @@
DIRS=caff gpg-key2ps gpg-mailkeys gpgsigs gpglist keylookup
VERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: ([^-]*)/')
+DEBVERSION=$(shell dpkg-parsechangelog 2>&1 | perl -ne 'print $$1 if /^Version: (.*)/')
TGZ=../signing-party_$(VERSION).orig.tar.gz
TGZ_DIR=signing-party-$(VERSION)
@@ -16,3 +17,9 @@
cp -a README TODO Makefile $(TGZ_DIR)
tar cvz -f $(TGZ) --exclude .svn $(TGZ_DIR)
rm -rf $(TGZ_DIR)
+
+tag-release:
+ svn cp -m 'tagging release $(VERSION)' svn+ssh://svn.debian.org/svn/pgp-tools/trunk svn+ssh://svn.debian.org/svn/pgp-tools/tags/release-$(VERSION)
+
+tag-debian-version:
+ svn cp -m 'tagging debian version $(DEBVERSION)' svn+ssh://svn.debian.org/svn/pgp-tools/trunk svn+ssh://svn.debian.org/svn/pgp-tools/tags/debian-version-$(DEBVERSION)
More information about the Pgp-tools-commit
mailing list