From: Ian Jackson Date: Mon, 1 Oct 2018 01:48:06 +0000 (+0100) Subject: i18n: dgit: mark some messages (5) X-Git-Tag: archive/debian/7.0_pre1~29 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=7c3fc6b786c71c2fdd6a72dcf896fa9ea38b24f9 i18n: dgit: mark some messages (5) Signed-off-by: Ian Jackson --- diff --git a/dgit b/dgit index 2b4cad1a..fe38f710 100755 --- a/dgit +++ b/dgit @@ -4426,7 +4426,7 @@ END } elsif (deliberately_not_fast_forward) { $forceflag = '+'; } else { - fail "dgit push: HEAD is not a descendant". + fail __ "dgit push: HEAD is not a descendant". " of the archive's version.\n". "To overwrite the archive's contents,". " pass --overwrite[=VERSION].\n". @@ -4436,7 +4436,7 @@ END } changedir $playground; - progress "checking that $dscfn corresponds to HEAD"; + progress f_ "checking that %s corresponds to HEAD", $dscfn; runcmd qw(dpkg-source -x --), $dscpath =~ m#^/# ? $dscpath : "$maindir/$dscpath"; my ($tree,$dir) = mktree_in_ud_from_only_subdir("source package"); @@ -4469,27 +4469,27 @@ END } } if (@mode_changes) { - fail <