diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/dpdk-dev.lintian-overrides | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4b40dca2..77182e64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ dpdk (16.07-1) UNRELEASED; urgency=medium extra-license-file" * Renamed d/p/ubuntu-fix-vhost-user-socket-permission.patch to d/p/fix-vhost-user-socket-permission.patch + * Add lintian-overrides for: E: dpdk-dev: arch-dependent-file-in-usr-share + These binaries are part of the sdk and meant to be shipped with the sdk. [ Anders Roxell ] * debian/control: add pciutils to the dpdk depends list, since lspci is used diff --git a/debian/dpdk-dev.lintian-overrides b/debian/dpdk-dev.lintian-overrides new file mode 100644 index 00000000..2d24d920 --- /dev/null +++ b/debian/dpdk-dev.lintian-overrides @@ -0,0 +1,3 @@ +# Upstream distributes it like this, these are binaries which are +# part of the sdk which is shipped in dpdk-dev. +dpdk-dev: arch-dependent-file-in-usr-share |