/usr/share/lintian/overrides/ovito is in ovito 2.9.0+dfsg1-5ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # Policy 10.2 says: Shared object files (often .so files) that are not public
# libraries, that is, they are not meant to be linked to by third party
# executables (binaries of other packages) [...]. Such files are exempt from
# the rules that govern ordinary shared libraries, except that they must not
# be installed executable and should be stripped. [...] A common example are
# the so-called "plug-ins".
#
# libTachyon.so is a plug-in.
#
ovito: shlib-with-non-pic-code usr/lib/ovito/plugins/libTachyon.so
ovito: binary-or-shlib-defines-rpath
|