vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 14bc2ce510cce5aff2d825eb90b368b5d87c1bbb
Author: Manuel Traut <manut@mecka.net>
Date: Mon Nov 18 18:12:41 2024 +0100
profile.d: Workaround GTK rendering issues on PineTab2
The default GSK renderer changed away from gl recently in Debian.
Since then GTK applications show strange artifacts on a PineTab2.
Check for mali-bifrost GPU and use GDK_GL_DISABLE=base-instance
to get rid of the rendering issues.
Reference: https://gitlab.gnome.org/GNOME/gtk/-/issues/7012
Reference: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11892
Signed-off-by: Manuel Traut <manut@mecka.net>
commit 244d5a413476c9c60eacf5d0dea71c04a205a3fb
Author: Arnaud Ferraris <aferraris@debian.org>
Date: Wed Nov 20 12:40:38 2024 +0100
common: change logind's "power" key handling
By default, `logind` shuts the device down when pressing the power key.
When running a graphical environment this isn't a problem as it usually
takes over handling this key, but in other cases (e.g. during boot) this
can cause unwanted shutdowns as this key can easily be pressed by
accident (trying to access the nearby volume keys, for example).
As we still want to provide a way to safely shutdown (e.g. in case the
graphical session crashed and no other input device is available), power
off the device on long press.
commit 831f1a1d9a625205ee87b23ea2196883bd34fefd
Author: Arnaud Ferraris <aferraris@debian.org>
Date: Wed Nov 20 11:42:06 2024 +0100
common: modemmanager: use quick suspend/resume
We don't want to enable this feature by default for all ModemManager
users as it's still considered experimental upstream. However, it is
well tested on mobile phones and significantly improves the UX on those
devices, especially when using auto-suspend to save battery life.
commit 0b801df5a9c59849086bd98eed467e498cb12dfa
Author: Guido Günther <agx@sigxcpu.org>
Date: Tue Oct 22 11:58:56 2024 +0200
common: Recommend systemd-zram-generator
Helps with memory hungry processes.
Signed-off-by: Guido Günther <agx@sigxcpu.org>