This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=cc7476b3f049d5e0549191441ed1a82791efbc5a commit cc7476b3f049d5e0549191441ed1a82791efbc5a Author: Guillem Jover <[email protected]> AuthorDate: Sun Dec 29 03:48:36 2019 +0100 dselect: Mark a string for translation --- debian/changelog | 1 + dselect/method.cc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c126b1ea0..add1afb0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium Reported by Helmut Grohne <[email protected]>. * dpkg-buildpackage: Do not accept equal signs as part of the hook names. Reported by Daniel Shahaf <[email protected]>. Closes: #948291 + * dselect: Mark a string for translation. * Perl modules: - Dpkg::Source::Package: Verify original tarball signatures at build time. - Dpkg::BuildFlags: Add new unset() method. diff --git a/dselect/method.cc b/dselect/method.cc index 0f17431b5..3d310e75e 100644 --- a/dselect/method.cc +++ b/dselect/method.cc @@ -208,7 +208,7 @@ static urqresult rundpkgauto(const char *name, const char *dpkgmode) { dpkgmode, nullptr); cursesoff(); - printf("running dpkg --pending %s ...\n",dpkgmode); + printf(_("running %s %s ...\n"), "dpkg --pending", dpkgmode); fflush(stdout); ur = falliblesubprocess(&cmd); command_destroy(&cmd); -- Dpkg.Org's dpkg

