summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ef85d58)
raw | patch | inline | side by side (parent: ef85d58)
author | Marc Fournier <marc@bl.uem.li> | |
Fri, 23 Feb 2018 10:38:20 +0000 (11:38 +0100) | ||
committer | Marc Fournier <marc@bl.uem.li> | |
Fri, 23 Feb 2018 10:38:20 +0000 (11:38 +0100) |
debian/changelog | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 7c9a0efbc241f432b860ddc13fd4293ecda792ec..0605d0fc88b8f430703a5d53c694b0b8c8598319 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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