This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=f9e143870577f6c6ed0940f8f7d32ec05a9d3498

commit f9e143870577f6c6ed0940f8f7d32ec05a9d3498
Author: Guillem Jover <[email protected]>
AuthorDate: Sun Jun 15 23:30:19 2025 +0200

    Dpkg::OpenPGP::Backend: Do not mark hint command as translatable
    
    This is a literal command to input, so it should not be translated.
---
 scripts/Dpkg/OpenPGP/Backend.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Dpkg/OpenPGP/Backend.pm b/scripts/Dpkg/OpenPGP/Backend.pm
index a00552f74..8ca633197 100644
--- a/scripts/Dpkg/OpenPGP/Backend.pm
+++ b/scripts/Dpkg/OpenPGP/Backend.pm
@@ -141,7 +141,7 @@ sub _pgp_dearmor_data {
                    'which is not an interoperable construct, see <%s>'),
                 $filename,
                 'https://tests.sequoia-pgp.org/results.html#ASCII_Armor');
-        hint(g_('sq keyring merge --overwrite --output %s %s'),
+        hint('sq keyring merge --overwrite --output %s %s',
              $filename, $filename);
     }
     return $binary;

-- 
Dpkg.Org's dpkg

Reply via email to