From 84b3ba19c97800dea2e8fd250dce82fa35e17d0e Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 25 Aug 2015 07:07:17 +0200 Subject: [PATCH] rules: make make's output more verbose --- debian/changelog | 8 ++++++++ debian/rules | 1 + 2 files changed, 9 insertions(+) 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. -- 2.30.2