debian/rules: add support for DEB_BUILD_OPTIONS=terse
commit22bb77c6f9d54bbbae3ee8b0d090d733415cc025
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 22 Jan 2019 06:21:31 +0000 (21 22:21 -0800)
committerJonathan Nieder <jrnieder@gmail.com>
Tue, 22 Jan 2019 06:31:16 +0000 (21 22:31 -0800)
tree4a916c20136feb6516fc5740a540c84772e11b66
parent524063a1282def031476aeb633d107038f1f915d
debian/rules: add support for DEB_BUILD_OPTIONS=terse

Debian policy 4.2.0.0 adds a new "terse" option for DEB_BUILD_OPTIONS
that can be used to request a quieter build (that still shows
progress).  More precisely, this allows

- showing the commands run by "make" in an abbreviated form
- suppressing irrelevant output from tests

This can be useful when building interactively since it makes it
easier to see at a glance how far the build has progressed.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
debian/changelog
debian/rules