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=b9190f1ce4eff987cd37852527332fff4c8c9e75

commit b9190f1ce4eff987cd37852527332fff4c8c9e75
Author: Guillem Jover <[email protected]>
AuthorDate: Wed Dec 17 12:38:23 2025 +0100

    Dpkg::BuildProfiles: Add missing Dpkg::Gettext and Dpkg::ErrorHandling 
imports
    
    Closes: #1123515
    Fixes: commit 7ef1a039771fc833ca0518e50cc68c21c8c6f872
---
 scripts/Dpkg/BuildProfiles.pm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/Dpkg/BuildProfiles.pm b/scripts/Dpkg/BuildProfiles.pm
index 76c1fba6c..3678a0717 100644
--- a/scripts/Dpkg/BuildProfiles.pm
+++ b/scripts/Dpkg/BuildProfiles.pm
@@ -41,6 +41,8 @@ our @EXPORT_OK = qw(
 use Exporter qw(import);
 use List::Util qw(any);
 
+use Dpkg::Gettext;
+use Dpkg::ErrorHandling;
 use Dpkg::BuildEnv;
 
 my $cache_profiles;

-- 
Dpkg.Org's dpkg

Reply via email to