Dear Maintainer,
The Debian `sympa` stable (`bookworm`) package is based on [Sympa
6.2.76] and depends on a version of `fonts-font-awesome`
(5.0.10+really4.7.0~dfsg-4.1) way older than what is required with
upstream: [Sympa 6.2.76] depends on [FontAwesome 6.4.0].
[Sympa 6.2.76]: https://github.com/sympa-community/sympa/blob/6.2.76/default/web_tt2/head_ui.tt2
[FontAwesome 6.4.0]: https://github.com/FortAwesome/Font-Awesome/tree/6.4.0/css
FontAwesome is used in Sympa for the Web UI in order to display table
header or actions for instance. It can be seen in
/usr/share/sympa/default/web_tt2/head_ui.tt2 when 3 files are asked
- `[% static_content_url %]/fonts/font-awesome/css/fontawesome.min.css?v6.4.0`
- `[% static_content_url %]/fonts/font-awesome/css/solid.css?v6.4.0`
- `[% static_content_url %]/fonts/font-awesome/css/regular?v6.4.0`
By default `[% static_content_url %]` use to be
`/usr/share/sympa/static_content`.
In Debian, the `fontawesome.min.css` is mistyped and should be written as **`font-awesome.min.css?v6.4.0`**.
The two others file are not even present in the old fonts-font-awesome distributed in Debian at the current [time].
[time]: https://packages.debian.org/bookworm/all/fonts-font-awesome/filelist
This render a lot of page unreadable and some features (select all messages in moderation page for instance) unavailable.