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 e96bba9a891190f48e58eba291e40a97fd6f0906
Merge: cc6d47f 0883181
Author: Luca Boccassi <bluca@debian.org>
Date: Sun May 15 16:51:28 2022 +0000
Merge branch 'fix-dm-verity-hook' into 'master'
fix dm-verity installation for non merged /bin and /usr/bin
See merge request live-team/live-boot!43
commit cc6d47faf5b8c19d3ee77bc30c51f81f158b610a
Merge: ee943f0 1b918e9
Author: Luca Boccassi <bluca@debian.org>
Date: Sun May 15 16:46:52 2022 +0000
Merge branch 'fix-exdev-errors' into 'master'
set redirect=on for overlayfs unions
See merge request live-team/live-boot!42
commit 088318100dd9a248262c5c2fd6bf938678106523
Author: Thore Sommer <debian@thson.de>
Date: Sun May 15 18:45:20 2022 +0200
fix dm-verity installation for non merged /bin and /usr/bin
The util-linux package actually installs mount into /bin not /usr/bin.
Closes: #1010951
commit 1b918e923908adc45d4d176cf142d52ecfac6931
Author: Thore Sommer <debian@thson.de>
Date: Sun May 15 18:36:24 2022 +0200
set redirect=on for overlayfs unions
If redirect=on is not set a renaming a directory might return EXDEV:
https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html#renaming-directories
Not all applications (e.g. Flatpak) handle this error because they do not
expect that to happen. Setting this flag moves the handling for that in the
kernel.