]> git.donarmstrong.com Git - debhelper.git/blobdiff - Debian/Debhelper/Dh_Lib.pm
r1925: typo
[debhelper.git] / Debian / Debhelper / Dh_Lib.pm
index 8b59d43aa579ffd1cff8f6043f7205ab9718ba1c..435b70010b0d680f9c71ed39feb3bc1bfe6546cc 100644 (file)
@@ -628,7 +628,7 @@ sub getpackages {
                        if ($package &&
                            (($type eq 'indep' && $arch eq 'all') ||
                             ($type eq 'arch' && $arch ne 'all') ||
-                            ($type eq 'same' && ($arch eq 'any' || samearch($buildarch, $arch) ||
+                            ($type eq 'same' && ($arch eq 'any' || samearch($buildarch, $arch))) ||
                             ! $type)) {
                                push @list, $package;
                                $package="";