debian/control: add pciutils to the dpdk depends list 39/2139/1
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 29 Jul 2016 14:10:13 +0000 (16:10 +0200)
committerRicardo Salveti <ricardo.salveti@linaro.org>
Fri, 29 Jul 2016 18:28:00 +0000 (15:28 -0300)
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>
debian/changelog
debian/control

index 0d50897..e36f937 100644 (file)
@@ -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
index 37a6443..8d18ed5 100644 (file)
@@ -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}