summaryrefslogtreecommitdiffhomepage
path: root/examples/gbp-svn-tag
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gbp-svn-tag')
-rwxr-xr-x[-rw-r--r--]examples/gbp-svn-tag3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gbp-svn-tag b/examples/gbp-svn-tag
index 374b23a1..08313ed3 100644..100755
--- a/examples/gbp-svn-tag
+++ b/examples/gbp-svn-tag
@@ -4,6 +4,7 @@
DIST=$(dpkg-parsechangelog | awk "/^Distribution:/{ print \$2; }")
VERSION=$(dpkg-parsechangelog | awk "/^Version:/{ print \$2; }")
+PKG=$(dpkg-parsechangelog | awk "/^Source:/{ print \$2; }")
if [ "$DIST" = "UNRELEASED" ]; then
@@ -14,5 +15,5 @@ elif [ -z "$VERSION" ]; then
exit 1
fi
-git svn tag -m"Tagging system-config-printer ($VERSION)" $VERSION
+git svn tag -m"Tagging $PKG ($VERSION)" $VERSION