]> ruderich.org/simon Gitweb - blhc/blhc.git/commitdiff
Prepare for multiple 'Build-Depends' checks.
authorSimon Ruderich <simon@ruderich.org>
Sat, 7 Jul 2012 17:11:03 +0000 (19:11 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 7 Jul 2012 17:29:57 +0000 (19:29 +0200)
No behavioral changes.

bin/blhc

index d276bc001b37b302672e35c6bff4abc1c7ba56ac..75888b86835469f3de4aa00898670084893f8801 100755 (executable)
--- a/bin/blhc
+++ b/bin/blhc
@@ -686,17 +686,19 @@ foreach my $file (@ARGV) {
             }
         }
 
-        # If hardening wrapper is used (wraps calls to gcc and adds hardening
-        # flags automatically) we can't perform any checks, abort.
-        if (index($line, 'Build-Depends: ') == 0
-                and $line =~ /\bhardening-wrapper\b/) {
-            if (not $option_buildd) {
-                error_hardening_wrapper();
-                $exit |= $exit_code{hardening_wrapper};
-            } else {
-                print "$buildd_tag{hardening_wrapper}||\n";
+        if (index($line, 'Build-Depends: ') == 0) {
+            # If hardening wrapper is used (wraps calls to gcc and adds
+            # hardening flags automatically) we can't perform any checks,
+            # abort.
+            if ($line =~ /\bhardening-wrapper\b/) {
+                if (not $option_buildd) {
+                    error_hardening_wrapper();
+                    $exit |= $exit_code{hardening_wrapper};
+                } else {
+                    print "$buildd_tag{hardening_wrapper}||\n";
+                }
+                next FILE;
             }
-            next FILE;
         }
 
         # We skip over unimportant lines at the beginning of the log to