[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, experimental, updated. debian/1%1.21.40-1
Richard W.M. Jones
rjones at redhat.com
Sat Jun 1 11:04:40 UTC 2013
The following commit has been merged in the experimental branch:
commit 0a1111391baa78025077cfec55aeb4c1145356f9
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat May 11 15:53:59 2013 +0100
build: Add 'make maintainer-tag' rule for tagging HEAD with current version.
diff --git a/Makefile.am b/Makefile.am
index 2645218..175d9c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -422,6 +422,11 @@ build-test-guests:
print-subdirs:
@echo $(SUBDIRS)
+# Tag HEAD with current version (only for maintainer).
+
+maintainer-tag:
+ git tag -a $(VERSION) -m "Version $(VERSION) (development)" -f
+
# Provide help on common Makefile targets.
help:
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list