diff options
author | 2018-11-01 13:00:49 +0000 | |
---|---|---|
committer | 2018-11-13 11:18:30 +0000 | |
commit | 56bde0c8b926b1bf88a6db294e91749a1c3d4307 (patch) | |
tree | b36a448093e58654fca420e9f1330258abc42fbb /debian | |
parent | 67e6ad8faf479148754df1f6fd26595ffc68f091 (diff) |
Update changelog with Meson changes
Change-Id: I23deb09da7a05e3967006c2b00d09af007aa3c53
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 25 |
1 files changed, 25 insertions, 0 deletions
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/<ARCH>/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 <bluca@debian.org> Mon, 29 Oct 2018 16:07:49 +0000 |