summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-10-09 13:03:23 -0400
committerJoey Hess <joey@kitenet.net>2014-10-10 17:26:22 -0400
commitf952f055e43a11c03c2da4a6aa6369f08f8b47e3 (patch)
tree4a4fce4019f5fd0b21a6dd4a430d53490f72ecf2 /Debian/Debhelper
parenta04e33da665d5eae296988390939688ed48b2f07 (diff)
fix layout
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;