From a72a7496720612dfaa7c4a12a00f8e484fe53004 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 Aug 2013 01:23:50 +0100 Subject: Include package name in tag message. --- debian/changelog | 6 ++++++ dgit | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 51d8e43..a60be0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dgit (0.14) unstable; urgency=low + + * Include package name in tag message. + + -- + dgit (0.13) unstable; urgency=low * Reuse already-downloaded .orig files after checking their hashes. diff --git a/dgit b/dgit index 353c2e5..46099d2 100755 --- a/dgit +++ b/dgit @@ -922,7 +922,7 @@ sub dopush () { $keyid = access_cfg('keyid','RETURN-UNDEF'); } my @tag_cmd = (@git, qw(tag -s -m), - "Release $dversion for $csuite [dgit]"); + "$package release $dversion for $csuite [dgit]"); push @tag_cmd, qw(-u),$keyid if defined $keyid; push @tag_cmd, $tag; runcmd_ordryrun @tag_cmd; -- cgit v1.2.3