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=e42b5003266ab83676373b891ab85b4c6f2bfc55 The following commit(s) were added to refs/heads/main by this push: new e42b50032 Dpkg::OpenPGP::Backend: Add missing imports e42b50032 is described below commit e42b5003266ab83676373b891ab85b4c6f2bfc55 (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Fri Jan 3 10:19:48 2025 +0100 Dpkg::OpenPGP::Backend: Add missing imports Fixes: commit 74a66a38ad4f84e228f86b335c63e58a76e3f717 Closes: #1091990 --- scripts/Dpkg/OpenPGP/Backend.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/Dpkg/OpenPGP/Backend.pm b/scripts/Dpkg/OpenPGP/Backend.pm index 5d2eddb15..a3ffad39a 100644 --- a/scripts/Dpkg/OpenPGP/Backend.pm +++ b/scripts/Dpkg/OpenPGP/Backend.pm @@ -36,6 +36,8 @@ use warnings; use List::Util qw(first); use MIME::Base64; +use Dpkg::ErrorHandling; +use Dpkg::Gettext; use Dpkg::Path qw(find_command); use Dpkg::File; use Dpkg::OpenPGP::ErrorCodes; -- Dpkg.Org's dpkg

