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 e2c86c17e90a205f4a5d426f2dc9c92b22a59ad0
Author: Helmut Grohne <helmut@subdivi.de>
Date: Wed Jun 10 14:46:45 2026 +0200
unbreak debefivm-create
Fixes: cdba1243a9bb ("undeprecate the --architecture option and implement concatenation semantics")
commit cdba1243a9bb41e93ec34c2feba1fd7d1fff1eee
Author: Helmut Grohne <helmut@subdivi.de>
Date: Wed Jun 10 14:04:41 2026 +0200
undeprecate the --architecture option and implement concatenation semantics
For supporting the building of Hurd images, debvm-create needs to know
the architecture and apply Hurd-specific quirks. Recognize this and
undeprecate the option. While at it also implement the concatenation
semantics that mmdebstrap implements. This provides more consistency
between debvm-create, debefivm-create and mmdebstrap as the option now
works in the same way for all of them. Where to pass it becomes the
user's choice except when building for Hurd or EFI when the wrapper
needs to know it.
Signed-off-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
commit 6d3f37de49b4590b31d79e397919c4f4bfab03c8
Author: Helmut Grohne <helmut@subdivi.de>
Date: Fri Jun 5 11:55:03 2026 +0200
debvm-create: actually just stop writing fstab altogether
When using systemd, it all boots just fine down to jessie. In unstable,
sysvinit also boots without fstab. This is probably good enough. It
helps with booting from a virtiofs rootfs.
commit 2709edc5944b312ec69fb942a582f4865c8ec11e
Author: Helmut Grohne <helmut@subdivi.de>
Date: Fri Jun 5 07:03:40 2026 +0200
debvm-create: make fstab optional
Evidently, it is not universally required.
commit 4d2bf257b2e90ec41cf4c8a8a276b30d7996732e
Author: Helmut Grohne <helmut@subdivi.de>
Date: Thu Jun 4 12:18:20 2026 +0200
debvm-run: do away with the filesytem label requirement
A filesystem always has a UUID and we can just pass that instead.
commit 19e92e5960b3a7f49ca577b900811fe32fd9264f
Author: Helmut Grohne <helmut@subdivi.de>
Date: Tue Jun 2 20:13:16 2026 +0200
*-run: enable a virtio memory balloon by default
The effect of this is that a guest running Linux 5.7 or later will
report free pages (not page cache) to the hypervisor, which in turn will
madvise MADV_DONTNEED releasing them back to the system.
commit cea282470117fd647657a6b220120327cf6a5df0
Author: Helmut Grohne <helmut@subdivi.de>
Date: Fri May 29 21:32:57 2026 +0200
debvm-run: add an example for using virtiofsd
Addresses: https://salsa.debian.org/helmutg/debvm/-/work_items/14
commit 17f55a0b23882421ce89d7aeff68f9f1a30adc9c
Author: Helmut Grohne <helmut@subdivi.de>
Date: Fri May 29 21:19:57 2026 +0200
add a hook for atomatically mounting virtiofs filesystems
commit d04dd3fdc09939fb1738c67765336fe820652263
Author: Helmut Grohne <helmut@subdivi.de>
Date: Sun May 24 09:46:35 2026 +0200
improve chrootless support
Signed-off-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>