diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-02-05 21:26:27 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-02-05 21:26:27 +0100 |
commit | dc06604925f029142cfa8792e76df9f751c081ff (patch) | |
tree | b05d91609f00c6ddb0e93014e8f4b87ee3578d78 /debian | |
parent | df0c0051397afc532528939571a1a54bc18402c9 (diff) | |
download | debvm-dc06604925f029142cfa8792e76df9f751c081ff.tar.gz |
upload 0.2.7 to unstable: autopkgtest without fakechroot
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 623d863..b628f8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +debvm (0.2.7) unstable; urgency=medium + + * Attempt to fix autopkgtests: + + Avoid fakechroot. Use root and unshare where availably. + + Trigger on qemu + * debvm-create + + New --skip tasks initsystem (Closes: #1030254) and ext4 (thanks to + Gioele Barabucci) + + Make ext4 look more like ext4 (Closes: #1030252) + + Install systemd-sysv instead of init + * debvm-run: Deal with arbitrary disk labels (Closes: #1030255) + + -- Helmut Grohne <helmut@subdivi.de> Sun, 05 Feb 2023 18:50:52 +0100 + debvm (0.2.6) unstable; urgency=medium * Improve autopkgtest metadata. |