Code

rules: make make's output more verbose
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 25 Aug 2015 05:07:17 +0000 (07:07 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 25 Aug 2015 05:07:17 +0000 (07:07 +0200)
debian/changelog
debian/rules

index de164efc4b87f8c5bacb95c7f309c0ab0ceac41f..794ae101eb421e4b4501972aee0f453fcddb4160 100644 (file)
@@ -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 <marc.fournier@camptocamp.com>  Tue, 25 Aug 2015 06:55:52 +0200
+
 collectd (5.5.0-2) unstable; urgency=low
 
   * debian/rules:
index 229a9be05aeb8e1bccc0b0ec6696ad6ddfce6384..6b0f1ef2e145c1fadec2ec382b0179c635c2558b 100755 (executable)
@@ -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.