# libpvec.so does not have libc.so.6 as a NEEDED dependency in the ELF
# header. Since pveclib doesn't depend on any glibc symbols, this makes
# sense, even though it is linked with '-lc'. Since pveclib doesn't
# depend on any other library, it doesn't have any NEEDED entries, which
# makes ldd think libpvec.so is linked statically (even though it is
# liked with '-shared'), which, in turn, triggers the lintian check
# being disabled by the following rule. Since not depending on any
# library is uncommon, disable this check.
libpvec0: shared-library-lacks-prerequisites
