[debhelper-devel] [debhelper] 04/08: fix layout

Joey Hess joey at kitenet.net
Fri Oct 10 23:19:48 UTC 2014


This is an automated email from the git hooks/post-receive script.

joeyh pushed a commit to branch master
in repository debhelper.

commit f952f055e43a11c03c2da4a6aa6369f08f8b47e3
Author: Joey Hess <joey at kitenet.net>
Date:   Thu Oct 9 13:03:23 2014 -0400

    fix layout
---
 Debian/Debhelper/Dh_Lib.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 8627906..3c86fe7 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list