From 3a886882aa80419ef6ff8093cd427f2259960945 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Fri, 29 Jul 2016 16:10:13 +0200 Subject: debian/control: add pciutils to the dpdk depends list lspci is used by the dpdk-devbind script. Change-Id: I9339e3225a04a7bc374194fc9963e1393c8c37d7 Signed-off-by: Anders Roxell Signed-off-by: Ricardo Salveti --- debian/changelog | 5 +++++ debian/control | 1 + 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0d508971..e36f937b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,12 @@ dpdk (16.07-1) UNRELEASED; urgency=medium + [ Christian Ehrhardt ] * Merge with upstream DPDK 16.07 release + [ Anders Roxell ] + * debian/control: add pciutils to the dpdk depends list, since lspci is used + by the devbind script + -- Christian Ehrhardt Fri, 29 Jul 2016 08:18:50 +0200 dpdk (16.07-rc5-1) UNRELEASED; urgency=medium diff --git a/debian/control b/debian/control index 37a64437..8d18ed5d 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Architecture: amd64 arm64 i386 Homepage: http://www.dpdk.org Depends: libdpdk-dev (= ${binary:Version}), lsb-base (>= 3.2-14), + pciutils, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} -- cgit 1.2.3-korg