diff options
-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}), |