diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2016-07-22 22:13:39 +0200 |
---|---|---|
committer | Ricardo Salveti <ricardo.salveti@linaro.org> | 2016-07-25 10:48:14 -0300 |
commit | fe9e0a156b8ec361b633b4d20d2231113f28fa63 (patch) | |
tree | ac029d51fc0030970e6d470471576f45f660e638 /debian | |
parent | 84a4a3e67c76c17264ce69af3fb3692c17ebb9e2 (diff) |
debian/control: add libpcap-dev to libdpdk-dev's Depends list
Projects linking against librte-pmd-pcap1 can fail unless libpcap-dev
is also installed.
Change-Id: If17edbd5d62d15e27c4c2ebc7d3f1b5ce42c7a25
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0dc36cd5..6c0ceb33 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ dpdk (16.07-rc3-1) UNRELEASED; urgency=medium * Adding package librte-pmd-bnxt1 * Merging symbols files, handling the arch differences inline instead + [ Anders Roxell ] + * debian/control: add libpcap-dev to libdpdk-dev's Depends list + -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Tue, 19 Jul 2016 08:32:06 +0200 dpdk (16.07-rc1-1) UNRELEASED; urgency=medium diff --git a/debian/control b/debian/control index e8a66e98..37a64437 100644 --- a/debian/control +++ b/debian/control @@ -92,6 +92,7 @@ Multi-Arch: same Homepage: http://www.dpdk.org Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, + libpcap-dev, libethdev4 (= ${binary:Version}), librte-acl2 (= ${binary:Version}), librte-cfgfile2 (= ${binary:Version}), |