From: Marc Fournier Date: Tue, 25 Aug 2015 05:07:17 +0000 (+0200) Subject: rules: make make's output more verbose X-Git-Tag: collectd-5.5.0-3~3^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84b3ba19c97800dea2e8fd250dce82fa35e17d0e;p=pkg-collectd.git rules: make make's output more verbose --- diff --git a/debian/changelog b/debian/changelog index de164ef..794ae10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +collectd (5.5.0-3) UNRELEASED; urgency=medium + + * debian/rules: + - Avoid hiding compiler options, allowing the buildd log scanner to do + it's job. + + -- Marc Fournier Tue, 25 Aug 2015 06:55:52 +0200 + collectd (5.5.0-2) unstable; urgency=low * debian/rules: diff --git a/debian/rules b/debian/rules index 229a9be..6b0f1ef 100755 --- a/debian/rules +++ b/debian/rules @@ -59,6 +59,7 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ --without-libstatgrab \ --without-included-ltdl \ --disable-static \ + --disable-silent-rules \ --enable-all-plugins # These plugins do not provide any functionality under Linux.