Code

Add a changelog entry for the DPDK fix.
authorSebastian Harl <sh@tokkee.org>
Sat, 21 Oct 2017 11:33:52 +0000 (13:33 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 21 Oct 2017 11:33:52 +0000 (13:33 +0200)
Thanks Luca Boccassi for reporting and fixing this!

debian/changelog

index fb09fb2a04e6688671f821f9a0b0c7e724b19779..c89d78fcf43289930cda35e9d9616b67f9f26ce1 100644 (file)
@@ -1,5 +1,13 @@
 collectd (5.7.2-2) UNRELEASED; urgency=medium
 
+  [ Luca Boccassi ]
+  * debian/patches:
+    - Add dpdk-pkg-config.patch: Backport upstream patch to build DPDK with
+      pkg-config. This allows DPDK in Debian to fix an upstream multi-arch
+      issue, where arch-dependents headers are installed in /usr/include
+      breaking multi-arch co-installability of libdpdk-dev. (Closes: #872482)
+
+  [ Sebastian Harl ]
   * Disable the sigrok plugin for now; it's not compatible with libsigrok4;
     thanks to Adrian Bunk for reporting this (Closes: #878348).