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 /debian/dpdk-dev.lintian-overrides | |
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>
Diffstat (limited to 'debian/dpdk-dev.lintian-overrides')
-rw-r--r-- | debian/dpdk-dev.lintian-overrides | 3 |
1 files changed, 3 insertions, 0 deletions
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 |