Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / mesa
Commits: d31f29be by Christopher Obbard at 2026-02-17T03:25:12+00:00 Add Lintian override for Teflon delegate plugin location libteflon.so is installed under /usr/lib/teflon/ as a TensorFlow Lite delegate plugin. Delegates are loaded via dlopen() using an application-provided absolute path and the C delegate ABI is intentionally unversioned. Therefore this is not a "normal" shared library meant to live in the multiarch libdir. Add a Lintian override for arch-dependent-file-not-in-arch-specific-directory for the Teflon delegate plugin library. Signed-off-by: Christopher Obbard <[email protected]> - - - - - 1 changed file: - + debian/mesa-teflon-delegate.lintian-overrides Changes: ===================================== debian/mesa-teflon-delegate.lintian-overrides ===================================== @@ -0,0 +1,5 @@ +# libteflon.so is a TensorFlow Lite delegate plugin loaded via dlopen() +# using an absolute path configured by the application. There is no +# discovery mechanism and the C delegate ABI is intentionally unversioned. +# It is kept in a stable non-multiarch location (/usr/lib/teflon/). +mesa-teflon-delegate: arch-dependent-file-not-in-arch-specific-directory [usr/lib/teflon/libteflon.so] View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/d31f29be870947e3ff95a80f583c27bdccb28ba6 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/-/commit/d31f29be870947e3ff95a80f583c27bdccb28ba6 You're receiving this email because of your account on salsa.debian.org.

