X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit;h=0046e9fe84334bcf3631f478d86ea6ac88cd3ef4;hp=68e80df6bf23bd4496b2338509e87726ce6740eb;hb=0a87bee4083d73bf21ec70337f7fd098e523d6b5;hpb=85d9ed1859b0ca7d223f9d2d9077290d69617675;ds=sidebyside diff --git a/dgit b/dgit index 68e80df6..0046e9fe 100755 --- a/dgit +++ b/dgit @@ -5109,10 +5109,10 @@ sub i_file_buildinfo { if (!forceing [qw(buildinfo-changes-mismatch)]) { files_compare_inputs($bd, $ch); (getfield $bd, $_) eq (getfield $ch, $_) or - fail "buildinfo mismatch $_" + fail "buildinfo mismatch in field $_" foreach qw(Source Version); !defined $bd->{$_} or - fail "buildinfo contains $_" + fail "buildinfo contains forbidden field $_" foreach qw(Changes Changed-by Distribution); } push @i_buildinfos, $bi; @@ -5153,7 +5153,7 @@ sub i_want_signed_tag { return push_mktags $i_clogp, $i_dscfn, - $i_changesfn, 'remote changes', + $i_changesfn, 'remote changes file', \@tagwants; } @@ -5592,7 +5592,7 @@ sub quiltify ($$$$) { die "contains leading punctuation\n" if m{^\W} || m{/\W}; die "contains bad character(s)\n" if m{[^-a-z0-9_.+=~/]}i; die "is series file\n" if m{$series_filename_re}o; - die "too long" if length > 200; + die "too long\n" if length > 200; }; return $_ unless $@; print STDERR "quiltifying commit $cc:".