Codebase list iw / 2b6d803
d/rules: Enable verbose build unless the "terse" build option is used This is required by policy ยง4.9, and is needed for blhc to do its job. Ben Hutchings 1 year, 10 months ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
44
55 %:
66 dh $@
7
8 override_dh_auto_build:
9 dh_auto_build -- V=$(if $(filter terse,$(DEB_BUILD_OPTIONS)),0,1)
710
811 override_dh_auto_clean:
912 # dh_auto_clean does not set PKG_CONFIG according to the cross-compilation