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 13b46d38675b131e4208cc4a543190d2cc309b7b
Merge: 698cba2 feaff2f
Author: Paride Legovini <paride@debian.org>
Date: Thu Oct 9 13:33:20 2025 +0200
Merge branch 'bug/2127063' into 'master'
setup-testbed: Ensure lxd-agent-loader is retained when present in image (LP: #2127063).
See merge request ci-team/autopkgtest!606
commit feaff2fdc83f44125f850c51dae191ab92f09239
Author: Frode Nordahl <fnordahl@ubuntu.com>
Date: Wed Oct 8 11:49:44 2025 +0000
setup-testbed: Ensure lxd-agent-loader is retained when present in image (LP: #2127063).
Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
commit ef8aa4d4c97f4d7b527bd0175d0694a0ea0362d9
Author: Frode Nordahl <fnordahl@ubuntu.com>
Date: Thu Oct 9 09:48:54 2025 +0000
setup-testbed: Remove redundant cloud-init handling
Commit 72205cfe515cd81a03b7976fecd7fb691eda5040 added a for loop
marking packages to survive the "clean up bloat" stage, including
the cloud-init package.
Remove code made redundant by the above mentioned commit.
Gbp-Dch: Ignore
Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
commit 698cba277910251d559e486af59d8f70821f3eac
Merge: 530ae91 6a2bd42
Author: Paul Gevers <elbrus@debian.org>
Date: Fri Oct 3 17:40:47 2025 +0000
Merge branch 't-unshare-test-dep' into 'master'
d/t/control unshare: add missing distro-info test dependency
See merge request ci-team/autopkgtest!604
commit 6a2bd42dddc8043d382699d378d386bda7a5c24a
Author: Paride Legovini <paride@debian.org>
Date: Fri Oct 3 11:12:45 2025 +0200
d/t/control unshare: add missing distro-info test dependency
LP: #2126690
Thanks: Athos Ribeiro
commit 530ae9122dbb55d29509eac18f075e7aac4192a4
Author: Paul Gevers <elbrus@debian.org>
Date: Thu Sep 18 13:50:06 2025 +0200
tests: drop have_apt code fragment unused since commit 6ac81a0
Found while investigating bug 833503
commit 9a9c7dd7910542297d503e73a83e756af8b7698d
Merge: 6ba1fbb a0055f5
Author: Paride Legovini <paride@debian.org>
Date: Tue Sep 16 19:51:12 2025 +0200
Merge branch 'user-shared-dirs' into 'master'
qemu: Implement arbitrary host directory sharing
See merge request ci-team/autopkgtest!600
commit a0055f589294f7ce5bc187559962f305a3bcfd65
Author: Christian Kastner <ckk@debian.org>
Date: Wed Sep 10 07:04:52 2025 +0200
qemu: Implement arbitrary host directory sharing
With large files, this should avoid needless writes that a --copy would
otherwise entail.
The host directory will be passed through in readonly mode by default,
but this can be changed with the :rw modifier.
commit 6ba1fbbcaf51e46e0e4dde6dc16643aee7671dbf
Merge: c8c86e4 8ce4de5
Author: Paride Legovini <paride@debian.org>
Date: Thu Sep 11 12:56:38 2025 +0200
Merge branch 'fix-ppa-owner-regexp' into 'master'
Fix Launchpad owner validation in PPA sources
See merge request ci-team/autopkgtest!601
commit 8ce4de597f8163ae09d5147cdbcc3ee2f9845fd8
Author: Paride Legovini <paride@debian.org>
Date: Thu Sep 11 11:28:43 2025 +0200
Fix Launchpad owner validation in PPA sources
Turns out 5d11a5e35dfc54682897810451d2c399b0195311 was incomplete.
Thanks: Marco Trevisan (3v1n0)