From: Christian Ehrhardt Date: Mon, 12 Mar 2018 08:16:25 +0000 (+0100) Subject: changelog: let libdpdk-dev depend on zlib1g-dev X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=9ae099946250acb003e161f0f7b8c72a6bd91de9;p=deb_dpdk.git changelog: let libdpdk-dev depend on zlib1g-dev Change-Id: I36be6bffab0aa8d8c4271d15d2d7aad5945a615c Signed-off-by: Christian Ehrhardt --- diff --git a/debian/changelog b/debian/changelog index 150fab7a..fedb644f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -69,6 +69,9 @@ dpdk (17.11-1~git1) UNRELEASED; urgency=medium 3rd party drivers should drop into the versioned directories now to show their support for that version and to be autoloaded by librte_eal due to that. + * d/control: let libdpdk-dev depend on zlib1g-dev as it is used on build and + creeps into pkg-config. Even thou at the moment no dpdk .so uses it is + required to build correctly with the libs provided by pkg-config. -- Christian Ehrhardt Thu, 16 Nov 2017 14:17:03 +0100