1 dpkg-buildpackage: source package test
3 blhc: ignore-line-regexp: \./prepare-script gcc test-[a-z]\.c
4 blhc: ignore-line-regexp: \s*\./prepare-script gcc test-[a-z]\.c .+
6 ./prepare-script gcc test-a.c test-b.c test-c.c
8 ./prepare-script gcc test-a.c
9 gcc -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-a.c
10 ./prepare-script gcc test-b.c
11 gcc -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-b.c
12 ./prepare-script gcc test-c.c
13 gcc -g -O2 -fstack-protector-strong -fstack-clash-protection -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test-c.c