Create amber phone branch
Chatty requires olm for handling matrix encryption, and through libpurple lurch plugin chatty indirectly depends on libaxc. Both libaxc and olm declares some functions having same name, and this results in conflict. That is, when lurch plugin calls a libaxc function, the function libolm is executed instead.
This patch renames those symbols to avoid the conflict
Fixes Librem5/chatty#450
the version in bullseye is failing to build locally (even without any downstream patches, there is a new olm release upstream(https://gitlab.matrix.org/matrix-org/olm/-/tags), which isn't yet packaged in debian testing). This is on top of buster-backports.
This one is for amber-phone so that I can tag new beta release for chatty
And I don't know how I can trigger CI build
/cc @guido.gunther