diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-08-03 15:56:11 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-08-03 16:05:48 +0200 |
commit | f2a103c8008f2ff34642166631976533126d5e3a (patch) | |
tree | 786cd12fddd19f3a8f895f68c2213423af4ece09 | |
parent | b7748ba466a7daf893de247adcf9869e697f0b19 (diff) |
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 <christian.ehrhardt@canonical.com>
-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 |