[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-14.0] MB 394: Fix package dependency for Debian Trixie



Title: GitLab

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
    MB 394: Fix package dependency for Debian Trixie
    
    The libgdk-pixbuf2.0-0 package has been removed from Debian Trixie.
    We update the symbols file to depend on both libgdk-pixbuf2.0-0 and
    libgdk-pixbuf-2.0-0.
    
    https://bugzilla.mozilla.org/show_bug.cgi?id=1933835
    

1 changed file:

Changes:

  • projects/linux-packages/config
    ... ... @@ -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
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx