X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=debian%2Fchangelog;h=184ab1df7e7ceb2380a0162c9667ff10fd75bc7b;hb=f3aeb45f64dec435045d087c67c52a5c6c2291f2;hp=17b5bee1a038cc8e5ca04aa6d82cd7959e6f73ad;hpb=c60c959b9b490c87d466cd8152a28839438925bb;p=deb_dpdk.git diff --git a/debian/changelog b/debian/changelog index 17b5bee1..184ab1df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +dpdk (17.05.1-1~git1) UNRELEASED; urgency=medium + + [ Luca Boccassi ] + * New Upstream release 17.05.1. + * Fix reproducibility of librte-eal linuxapp. + + [ Christian Ehrhardt ] + * d/rules: fix reference path of dpdk-devbind to match the new + subdirectory which is in /usr/share/dpdk/usertools + + -- Luca Boccassi Mon, 03 Jul 2017 15:15:40 +0100 + dpdk (17.05-1~git1) UNRELEASED; urgency=medium [ Christian Ehrhardt ] @@ -28,6 +40,14 @@ dpdk (17.05-1~git1) UNRELEASED; urgency=medium * Add patches to make the libraries and PMDs builds fully reproducible, by making the listing order of headers, source files and objects in the makefiles stable (via sorting). + * Install headers with arch-specific content in /usr/include//dpdk + to make libdpdk-dev multiarch-compliant. + To ensure backward compatibility in x86_64, which is what most of the + consumers use, symlink x86_64 headers in /usr/include/dpdk. + pkg-config returns the arch-specific headers first so that other + architectures are still compatible. + Also create a full copy of the headers in the dpdk-dev SDK package, as it + does not support multiple levels of headers. -- Christian Ehrhardt Tue, 16 May 2017 15:38:17 +0200