vcswatch reports that
this package seems to have a new changelog entry (version
170, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 88f61b9095859886444f9f89b21c1b0a65318c55
Author: Holger Wansing <hwansing@mailbox.org>
Date: Mon Nov 4 23:13:08 2024 +0100
Changelog entries for MR21+22+23
commit 1731c9c25e1a94f613594b6fb6d5fa8bf6ed034c
Merge: 9d396b2 002bdc7
Author: Holger Wansing <holgerw@debian.org>
Date: Sun Nov 3 21:35:00 2024 +0000
Merge branch 'misc_improvements' into 'master'
Misc improvements
See merge request installer-team/partman-auto!22
commit 002bdc7c2f29b508804dde030429e607e4bab82f
Author: Pascal Hambourg <pascal@plouf.fr.eu.org>
Date: Sun Nov 3 21:35:00 2024 +0000
Misc improvements
commit 9d396b25c340317bc3e988514a3bc447082a227e
Author: D-I role <debian-boot@lists.debian.org>
Date: Sun Nov 3 20:26:56 2024 +0000
[l10n] Commit changed/added po files (from l10n-sync run at dillon)
commit 6943194494e391c60296c4a88bdef6993e248429
Author: D-I role <debian-boot@lists.debian.org>
Date: Sun Nov 3 20:02:12 2024 +0000
[l10n] Update templates.pot (from l10n-sync run at dillon)
commit 0dd31fc1fef313ea90b790371cd7dc97662143d7
Merge: d52abb2 fb5822c
Author: Holger Wansing <holgerw@debian.org>
Date: Sun Nov 3 17:48:00 2024 +0000
Merge branch 'misc_fixes' into 'master'
Misc minor fixes
See merge request installer-team/partman-auto!23
commit fb5822c4148b4f4b96256063af3ebc47ae98b3c3
Author: Pascal Hambourg <pascal@plouf.fr.eu.org>
Date: Sun Nov 3 17:48:00 2024 +0000
Misc minor fixes
commit d52abb21436d10c355d04cb5320335ef724065ec
Merge: 79a3150 c05c180
Author: Holger Wansing <holgerw@debian.org>
Date: Sun Nov 3 05:33:20 2024 +0000
Merge branch 'legacy_boot_specifier' into 'master'
Add legacy_boot flag support for arm64 recipes
See merge request installer-team/partman-auto!21
commit c05c1802281b2a74cc0b99fa0f5887bcb585e538
Author: Pascal Hambourg <pascal@plouf.fr.eu.org>
Date: Tue Oct 22 09:35:13 2024 +0200
Add $legacy_boot{ } specifier to /boot partition in arm64 recipes
This is needed to boot on some arm64 platforms.
commit 634957336e7a05a24ccbedbe2afe688f0d77bdfa
Author: Pascal Hambourg <pascal@plouf.fr.eu.org>
Date: Tue Oct 22 09:02:29 2024 +0200
Add support for legacy_boot flag on GPT
Some non-EFI arm64 platforms require the 'legacy_boot' flag to be set
on the boot/root partition to boot on GPT, which is the default disk
label defined by partman-partitioning for arm64.
Currently the '$bootable{ }' specifier sets the 'boot' flag, but on
GPT this flag is related with the 'esp' flag which sets the 'EFI
System Partition' type GUID.
So ignore '$bootable{ }' on GPT and introduce a new specifier
'$legacy_boot{ }' which sets the 'legacy_boot' flag on GPT.