aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/control2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3de26cca..1846ed5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ dpdk (16.07-1) UNRELEASED; urgency=medium
* debian/control: add pciutils to the dpdk depends list, since lspci is used
by the devbind script
+ [ Luca Boccassi ]
+ * Add ${shlib:Depends} to dpdk-dev dependencies
+
-- 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 8d18ed5d..74e9e6ec 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Package: dpdk-dev
Section: devel
Architecture: amd64 arm64 i386
Homepage: http://www.dpdk.org
-Depends: libdpdk-dev (= ${binary:Version}), ${misc:Depends}
+Depends: libdpdk-dev (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Data Plane Development Kit (development files)
DPDK is a set of libraries for fast packet processing. Applications run
in user-space and communicate directly with dedicated network interfaces.