boklm pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits:
-
119ce448
by Nicolas Vigier at 2025-02-18T12:01:51+01:00
1 changed file:
Changes:
... | ... | @@ -31,6 +31,11 @@ targets: |
31 | 31 | # some :i386 packages fail to install when /var/lib/dpkg/available
|
32 | 32 | # does not exist, so create it as an empty file
|
33 | 33 | echo > /var/lib/dpkg/available
|
34 | + post_pkginst: |
|
|
35 | + # Alter the symbols file for libgdk-pixbuf to handle the transition to libgdk-pixbuf-2.0-0
|
|
36 | + # This is only necessary until we upgrade to something newer than buster.
|
|
37 | + # See mullvad-browser#394 and https://bugzilla.mozilla.org/show_bug.cgi?id=1933835
|
|
38 | + find /var/lib/dpkg/info/ -name libgdk-pixbuf2.0-0*symbols | xargs sed -i "/libgdk-pixbuf2.0-0/s/libgdk-pixbuf2.0-0/libgdk-pixbuf2.0-0 #MINVER# | libgdk-pixbuf-2.0-0/"
|
|
34 | 39 | arch_deps:
|
35 | 40 | # Packages needed to build the deb package
|
36 | 41 | - dpkg-dev
|