]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1925: typo
authorjoeyh <joeyh>
Wed, 7 Jun 2006 18:05:03 +0000 (18:05 +0000)
committerjoeyh <joeyh>
Wed, 7 Jun 2006 18:05:03 +0000 (18:05 +0000)
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="";