summaryrefslogtreecommitdiff
path: root/librewolf/debian/browser.lintian-overrides.in
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-05 16:21:31 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-05 16:21:31 -0500
commit826a2e7f8c7786acb3b5d2217f19814f314289ab (patch)
tree9c1b67262b407684d8874fc9f525042c90d88207 /librewolf/debian/browser.lintian-overrides.in
parentcheck gcc ver instead of fedora ver (diff)
downloadstackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.tar.gz
stackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.tar.bz2
stackrpms-826a2e7f8c7786acb3b5d2217f19814f314289ab.zip
add initial lw d/ contents
Diffstat (limited to 'librewolf/debian/browser.lintian-overrides.in')
-rw-r--r--librewolf/debian/browser.lintian-overrides.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/librewolf/debian/browser.lintian-overrides.in b/librewolf/debian/browser.lintian-overrides.in
new file mode 100644
index 0000000..03601be
--- /dev/null
+++ b/librewolf/debian/browser.lintian-overrides.in
@@ -0,0 +1,17 @@
+@browser@: embedded-library usr/lib/@browser@/libxul.so: libtheora
+# The embedded libjpeg is libjpeg-turbo, not libjpeg.
+@browser@: embedded-library usr/lib/@browser@/libxul.so: libjpeg
+# The embedded libpng is patched for APNG support
+@browser@: embedded-library usr/lib/@browser@/libxul.so: libpng
+# Upstream code is not ready to use system library
+@browser@: embedded-library usr/lib/@browser@/libxul.so: srtp
+# This is a stripped down libavutil
+@browser@: embedded-library usr/lib/@browser@/libmozavutil.so: libavutil
+%ifndef USE_SYSTEM_NSS
+# Debian doesn't have the right version.
+@browser@: embedded-library usr/lib/@browser@/libnss3.so: nss
+%endif
+%ifndef USE_SYSTEM_NSPR
+# Debian doesn't have the right version.
+@browser@: embedded-library usr/lib/@browser@/libnspr4.so: nspr
+%endif
bgstack15