From: Ian Jackson Date: Sat, 24 Aug 2013 17:01:52 +0000 (+0100) Subject: typo X-Git-Tag: debian/0.9~8 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c469abf955290d0eb901b503c6e6c9433b309706;p=dgit.git typo --- diff --git a/dgit b/dgit index 66652983..ff6956e1 100755 --- a/dgit +++ b/dgit @@ -852,7 +852,7 @@ sub dopush () { my $changes = parsecontrol($changesfile,$changesfile); foreach my $field (qw(Source Distribution Version)) { $changes->{$field} eq $clogp->{$field} or - fail "changes field $field \`$changes->{$field}'" + fail "changes field $field \`$changes->{$field}'". " does not match changelog \`$clogp->{$field}'"; my $tag = debiantag($dversion); if (!check_for_git()) {