From f2a103c8008f2ff34642166631976533126d5e3a Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Wed, 3 Aug 2016 15:56:11 +0200 Subject: [PATCH] Add lintian-overrides for: E: dpdk-dev: arch-dependent-file-in-usr-share As discussed, these binaries are part of the sdk and meant to be shipped with the sdk. They are installed into dpdk-dev by the official "make install-sdk" rule. Since dpdk-dev is arch dependent it should be safe to ignore the warning. Change-Id: I540f043ff056392c3bf6a4c31ed2bcc91bfc4e05 Signed-off-by: Christian Ehrhardt --- debian/changelog | 2 ++ debian/dpdk-dev.lintian-overrides | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 debian/dpdk-dev.lintian-overrides 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 -- 2.16.6