diff options
Diffstat (limited to 'debian/linux-perf.lintian-overrides')
-rwxr-xr-x | debian/linux-perf.lintian-overrides | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/linux-perf.lintian-overrides b/debian/linux-perf.lintian-overrides new file mode 100755 index 000000000..12f3e9580 --- /dev/null +++ b/debian/linux-perf.lintian-overrides @@ -0,0 +1,11 @@ +#!/usr/bin/dh-exec + +# These executables are needed to handle processes running in compat mode +[amd64] linux-perf: binary-from-other-architecture *usr/lib/perf-core/perf-read-vdsox32* + +# Some of these plugins only need symbols from libtraceevent, which +# loads them and should not have a NEEDED entry +linux-perf: shared-library-lacks-prerequisites *usr/lib/traceevent/plugins/plugin_*.so* + +# This transition was too complex for dh_installdeb to handle +linux-perf: maintainer-script-should-not-use-dpkg-maintscript-helper "dpkg-maintscript-helper" * |