From: Ian Jackson Date: Fri, 5 Jul 2019 13:05:41 +0000 (+0100) Subject: dgit: push_mktags: Provide $format X-Git-Tag: archive/debian/9.1~91 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cd8e216085a98334b6d167b958127ffa8756062a;p=dgit.git dgit: push_mktags: Provide $format No functional change. Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index c208e4ea..6d9a8045 100755 --- a/dgit +++ b/dgit @@ -4361,6 +4361,7 @@ sub push_mktags ($$ $$ $) { my $cversion = getfield $clogp, 'Version'; my $clogsuite = getfield $clogp, 'Distribution'; + my $format = getfield $dsc, 'Format'; # We make the git tag by hand because (a) that makes it easier # to control the "tagger" (b) we can do remote signing