summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 8627906b..3c86fe73 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -861,8 +861,7 @@ sub getpackages {
if ($package &&
((($type eq 'indep' || $type eq 'both') && $arch eq 'all') ||
(($type eq 'arch' || $type eq 'both') && ($arch eq 'any' ||
- ($arch ne 'all' &&
- samearch(buildarch(), $arch)))) ||
+ ($arch ne 'all' && samearch(buildarch(), $arch)))) ||
! $type) &&
$profile_is_concerned) {
push @list, $package;