debian/control: add libpcap-dev to libdpdk-dev's Depends list 70/2070/2
authorAnders Roxell <[email protected]>
Fri, 22 Jul 2016 20:13:39 +0000 (22:13 +0200)
committerRicardo Salveti <[email protected]>
Mon, 25 Jul 2016 13:48:14 +0000 (10:48 -0300)
Projects linking against librte-pmd-pcap1 can fail unless libpcap-dev
is also installed.

Change-Id: If17edbd5d62d15e27c4c2ebc7d3f1b5ce42c7a25
Signed-off-by: Anders Roxell <[email protected]>
Signed-off-by: Ricardo Salveti <[email protected]>
debian/changelog
debian/control

index 0dc36cd..6c0ceb3 100644 (file)
@@ -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 <[email protected]>  Tue, 19 Jul 2016 08:32:06 +0200
 
 dpdk (16.07-rc1-1) UNRELEASED; urgency=medium
index e8a66e9..37a6443 100644 (file)
@@ -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}),