diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:33:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:33:31 +0000 |
commit | a820a96849e295d4abc6238a01c650bf3663b774 (patch) | |
tree | bcebc68af266bfcc779f699ad3d5eeb05b067216 /debian/thunderbird.lintian-overrides | |
parent | Adding upstream version 1:115.7.0. (diff) | |
download | thunderbird-debian.tar.xz thunderbird-debian.zip |
Adding debian version 1:115.7.0-1~deb12u1.debian/1%115.7.0-1_deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/thunderbird.lintian-overrides')
-rw-r--r-- | debian/thunderbird.lintian-overrides | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/thunderbird.lintian-overrides b/debian/thunderbird.lintian-overrides new file mode 100644 index 0000000000..695d1da4e8 --- /dev/null +++ b/debian/thunderbird.lintian-overrides @@ -0,0 +1,17 @@ +# We use the embedded avutil library. +thunderbird: embedded-library libavutil [usr/lib/thunderbird/libmozavutil.so] +# The embedded libjpeg is libjpeg-turbo, not libjpeg. +thunderbird: embedded-library libjpeg [usr/lib/thunderbird/libxul.so] +# Upstream code is not ready to use system library. +#thunderbird: embedded-library srtp usr/lib/thunderbird/libxul.so +thunderbird: embedded-library libtheora [usr/lib/thunderbird/libxul.so] +# The embedded libpng is patched for APNG support. +thunderbird: embedded-library libpng [usr/lib/thunderbird/libxul.so] +# We currently need to use the embedded libjsoncpp library. +thunderbird: embedded-library libjsoncpp [usr/lib/thunderbird/libxul.so] + +## Uncomment entries if NSPR4 and/or NSS3 are not available in the archive +# NSPR isn't packaged in the required version yet +#thunderbird: embedded-library usr/lib/thunderbird/libnspr4.so: nspr +# NSS isn't packaged in the required version yet +#thunderbird: embedded-library usr/lib/thunderbird/libnss3.so: nss |