diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-03-12 09:15:45 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-03-12 09:15:45 +0100 |
commit | 67a0461fcad37dec49c0fd03c54042022d2c8ef6 (patch) | |
tree | 6577a55791f495c7b7488a8a30a65ecc5e446a9b /debian/control | |
parent | fd53961c61925df8ce8a4cdde7382cbff6030400 (diff) |
* d/control: let libdpdk-dev depend on zlib1g-dev
Change-Id: Ibf900afc60403b47220774e37b21069747f4ae11
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ac9900a2..dcc88a03 100644 --- a/debian/control +++ b/debian/control @@ -104,6 +104,7 @@ Architecture: amd64 arm64 i386 ppc64el Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: libpcap-dev, + zlib1g-dev, ${librte:Depends}, ${misc:Depends} Description: Data Plane Development Kit (basic development files) |