);
my %buildd_tag = (
- no_compiler_commands => 'W-no-compiler-commands',
+ no_compiler_commands => 'I-no-compiler-commands',
non_verbose_build => 'W-compiler-flags-hidden',
flags_missing => 'W-dpkg-buildflags-missing',
hardening_wrapper => 'I-hardening-wrapper-used',
- invalid_cmake => 'W-invalid-cmake-used',
+ invalid_cmake => 'I-invalid-cmake-used',
);
# Statistics of missing flags and non-verbose build commands. Used for
=item
-B<W-invalid-cmake-used> (version)
+B<I-invalid-cmake-used> (version)
=item
-B<W-no-compiler-commands>
+B<I-no-compiler-commands>
No compiler commands were detected. Either the log contains none or they were
not correctly detected by blhc (please report the bug in this case).
# buildd support
is_blhc 'empty', '--buildd', 1,
- 'W-no-compiler-commands
+ 'I-no-compiler-commands
';
is_blhc 'buildd-package-details', '--buildd', 0,
';
is_blhc 'make', '--buildd', 1,
- 'W-no-compiler-commands
+ 'I-no-compiler-commands
';
is_blhc 'debian-cmake', '--buildd', 32,
- 'W-invalid-cmake-used 2.8.7-1
+ 'I-invalid-cmake-used 2.8.7-1
';