Code

changelog: add summary of changes to control and rules files
authorMarc Fournier <marc@bl.uem.li>
Fri, 23 Feb 2018 10:38:20 +0000 (11:38 +0100)
committerMarc Fournier <marc@bl.uem.li>
Fri, 23 Feb 2018 10:38:20 +0000 (11:38 +0100)
debian/changelog

index 7c9a0efbc241f432b860ddc13fd4293ecda792ec..0605d0fc88b8f430703a5d53c694b0b8c8598319 100644 (file)
@@ -13,6 +13,15 @@ collectd (5.8.0-1) UNRELEASED; urgency=medium
   * Enable the grpc plugin, libgrpc++ is now available.
   * Enable the intel_rdt plugin, libpqos is now available.
   * Re-enable the varnish plugin, support for varnish 5.2 now implemented.
+  * debian/control:
+    - Build-depend on libgrpc++-dev, libprotobuf-dev, protobuf-compiler,
+      protobuf-compiler-grpc: Needed by the grpc plugin.
+    - Build-depend on intel-cmt-cat: Needed by the intel_rdt plugin.
+  * debian/rules:
+    - Disable the intel_pmu plugin.
+    - Disable the synproxy plugin on non-Linux architectures.
+    - Disable the dpdkevents, intel_pmu, intel_rdt, mcelog and mic plugins on
+      non-Intel architectures.
   * debian/patches:
     - Added i2c_detection.patch; needed to build against libi2c-4.0. Thanks to
       Christian Ehrhardt fo reporting this problem and Andreas Hasenack for