From: Luca Boccassi Date: Thu, 1 Nov 2018 13:00:49 +0000 (+0000) Subject: Update changelog with Meson changes X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=56bde0c8b926b1bf88a6db294e91749a1c3d4307;p=deb_dpdk.git Update changelog with Meson changes Change-Id: I23deb09da7a05e3967006c2b00d09af007aa3c53 Signed-off-by: Luca Boccassi --- diff --git a/debian/changelog b/debian/changelog index 07704679..5bb7845c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,31 @@ dpdk (18.11-rc2-1~git1.1) UNRELEASED; urgency=medium - librte-pmd-caam-jr18.11 - librte-pmd-octeontx-crypto18.11 - librte-telemetry18.11 + * Bump debhelper compat to 10. + * Switch to Meson. Rename PMD packages to follow the shared library names: + - librte-pmd-vmxnet3-uio18.11 -> librte-pmd-vmxnet3-18.11 + - librte-pmd-lio18.11 -> librte-pmd-liquidio18.11 + - librte-pmd-octeontx-ssovf18.11 -> librte-pmd-octeontx-event18.11 + - librte-pmd-octeontx-zip18.11 -> librte-pmd-octeontx-compress18.11 + - librte-pmd-sfc-efx18.11 -> librte-pmd-sfc18.11 + - librte-pmd-thunderx-nicvf18.11 -> librte-pmd-thunderx18.11 + Switch PMD installation directory from /usr/lib/*/dpdk-18.11-drivers to + /usr/lib/*/dpdk/pmds-18.11. + Remove backward-compatibility symlink for arch-dependent headers. Users + now should use the libdpdk.pc pkg-config file to get the appropriate + CFLAGS, or specify -I/usr/include//dpdk manually. + Drop the dpdk-dev SDK package, users should just use pkg-config now. + Rename all binaries and scripts to have a dpdk- prefix. + * Don't build dpdk-doc when using the nodoc profile. + * Build-depend on libbsd-dev and libelf-dev. + * Package libraries built by default: + - librte-pmd-bnx2x18.11 + - librte-pmd-ccp18.11 + - librte-pmd-dsw-event18.11 + * Use dh-missing. + * Package zlib PMD: + - librte-pmd-zlib18.11 + * Add missing BNX URL metadata. -- Luca Boccassi Mon, 29 Oct 2018 16:07:49 +0000