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 8f3d000fcb757b67dd91113fa854d53d4ccbfe7b
Author: Guido Günther <agx@sigxcpu.org>
Date: Sat Apr 18 18:15:10 2026 +0200
scripts: Add helper to backup the boot partition
Backing up the boot partition before a kernel major version change
and in case of problems booting back into the old kernel via
fastboot boot boot_b-6.12-sdm845-2026-04-18
is a simple trick recover from a broken upgrade. Add a script that
simplifies backup up the current boot partition. This can go away
once we have proper A/B immutable image swaps.
Signed-off-by: Guido Günther <agx@sigxcpu.org>
commit 00cbc64beb09651a7b19a456e905dc54177b636a
Author: Guido Günther <agx@sigxcpu.org>
Date: Tue Apr 7 17:15:00 2026 +0200
zz-qcom-bootimg: Allow to downgrade kernels
Ever so often it can be helpful to quickly downgrade a kernel, see
e.g.
https://salsa.debian.org/Mobian-team/devices/kernels/qcom-linux/-/merge_requests/36#note_740594
Make that a bit easier by allowing to use zz-qcom-bootimg for that:
/etc/kernel/postinst.d/zz-qcom-bootimg -f 6.12-sdm670
Signed-off-by: Guido Günther <agx@sigxcpu.org>