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=613695f741bb06fcb16a906de506ac3cb1d3321d commit 613695f741bb06fcb16a906de506ac3cb1d3321d Author: Yuri Konotopov <[email protected]> AuthorDate: Sun Mar 9 18:47:32 2025 +0100 Dpkg::OpenPGP::Backend::Sequoia: Add missing Dpkg::Gettext import Closes: #1099866 Fixes: commit d231432f71925be6c6b31f47c397c6d2a8ac9f1d Signed-off-by: Yuri Konotopov <[email protected]> Signed-off-by: Guillem Jover <[email protected]> --- scripts/Dpkg/OpenPGP/Backend/Sequoia.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Dpkg/OpenPGP/Backend/Sequoia.pm b/scripts/Dpkg/OpenPGP/Backend/Sequoia.pm index 55cde3e2d..666bbe37c 100644 --- a/scripts/Dpkg/OpenPGP/Backend/Sequoia.pm +++ b/scripts/Dpkg/OpenPGP/Backend/Sequoia.pm @@ -36,6 +36,7 @@ use warnings; use POSIX qw(:sys_wait_h); use Dpkg::ErrorHandling; +use Dpkg::Gettext; use Dpkg::IPC; use Dpkg::OpenPGP::ErrorCodes; -- Dpkg.Org's dpkg

