summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-07-29 16:10:13 +0200
committerRicardo Salveti <ricardo.salveti@linaro.org>2016-07-29 15:28:00 -0300
commit3a886882aa80419ef6ff8093cd427f2259960945 (patch)
treef88a7a9b08a5c95934a8d64914f39c8bafcc4597
parent422a1450c2055063de16b4302b85d189d6f1e6e2 (diff)
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 <anders.roxell@linaro.org> Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
-rw-r--r--debian/changelog5
-rw-r--r--debian/control1
2 files changed, 6 insertions, 0 deletions
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 <christian.ehrhardt@canonical.com> 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}