summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}