From b42d43f61cb58f9be62016fc82ee40fe2bb062ab Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 12:18:02 +0200 Subject: Merging upstream version 13.19. Signed-off-by: Daniel Baumann --- lib/Debian/Debhelper/Dh_Lib.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Debian') diff --git a/lib/Debian/Debhelper/Dh_Lib.pm b/lib/Debian/Debhelper/Dh_Lib.pm index d4ef875..81a6e15 100644 --- a/lib/Debian/Debhelper/Dh_Lib.pm +++ b/lib/Debian/Debhelper/Dh_Lib.pm @@ -1132,7 +1132,7 @@ sub default_sourcedir { # globally or not. But if someone is being "clever" then the # cache is reusable and for the general/normal case, it has no # adverse effects. - if (defined $dh{NAME} and $opts->{'named'}) { + if (defined $dh{NAME} and $named) { $filename="$dh{NAME}.$filename"; } @@ -1154,7 +1154,7 @@ sub default_sourcedir { } else { # Avoid checking for hostarch+hostos unless we have reason # to believe that they exist. - if ($check_expensive and $opts->{'support-architecture-restriction'}) { + if ($check_expensive and $support_architecture_restriction) { my $cross_type = uc(package_cross_type($package)); push(@try, "debian/${package}.${filename}.".dpkg_architecture_value("DEB_${cross_type}_ARCH"), -- cgit v1.2.3