]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
debian: Increase build verbosity, add terse support
authorBastian Germann <bage@debian.org>
Mon, 12 Feb 2024 23:07:55 +0000 (00:07 +0100)
committerCarlos Maiolino <cem@kernel.org>
Fri, 16 Feb 2024 13:47:33 +0000 (14:47 +0100)
commit86f3757ae033c07f8e90df2526e2f62144805ef5
tree6a2700736a3a8928ca5fcd85470bc5ed779eb64e
parent9dae86dce18093e30f67590e23cacafa76ce0011
debian: Increase build verbosity, add terse support

Section 4.9 of the Debian Policy reads:

"The package build should be as verbose as reasonably possible,
except where the terse tag is included in DEB_BUILD_OPTIONS".

Implement such behavior for xfsprogs by passing V=1 to make by default.

Link: https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules
Link: https://bugs.debian.org/1063774
Reported-by: Emanuele Rocca <ema@debian.org>
Signed-off-by: Bastian Germann <bage@debian.org>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
debian/rules