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 1c0b63d660bdc46f04e5b29a9ed1bfb2792557a0
Merge: 7626c0b 9936062
Author: Paride Legovini <paride@debian.org>
Date: Tue Feb 18 19:09:30 2025 +0000
Merge branch 'setup-testbed-recover-resolvconf' into 'master'
setup-testbed: fix recovery of backed-up resolv.conf
See merge request ci-team/autopkgtest!528
commit 7626c0b47d4e4a976c3f32b5eccb0c00d19efdea
Merge: b88799c de96a32
Author: Paride Legovini <paride@debian.org>
Date: Tue Feb 18 19:07:56 2025 +0000
Merge branch 'setup-testbed-fix-deb822-detection' into 'master'
setup-testbed: fix out-of-chroot bug in deb822 detection
See merge request ci-team/autopkgtest!527
commit b88799cd77b4609fab35e96492a6351649aea8ed
Merge: dd48763 6fac71a
Author: Paride Legovini <paride@debian.org>
Date: Tue Feb 18 19:06:47 2025 +0000
Merge branch 'indextargets-no-stderr' into 'master'
adt_binaries: blackhole stderr from apt-get indextargets
See merge request ci-team/autopkgtest!526
commit 99360629609dcf8b840c4ea8eac97735e940e63d
Author: Paride Legovini <paride@debian.org>
Date: Tue Feb 18 17:00:47 2025 +0100
setup-testbed: fix recovery of backed-up resolv.conf
`test -e FILE` fails when FILE is a broken symlink. Even in the broken
symlink case, we want setup-testbed to restore it as it was before the
script execution. Cover this case by explicitly checking with `test -L`.
commit de96a321fbe23f07b1da316c0a70c9a261651c05
Author: Paride Legovini <paride@debian.org>
Date: Tue Feb 18 12:35:20 2025 +0100
setup-testbed: fix out-of-chroot bug in deb822 detection
commit 6fac71ab2cb15f5aa24aaea90a34178d5492f105
Author: Paride Legovini <paride@debian.org>
Date: Tue Feb 18 12:23:55 2025 +0100
adt_binaries: blackhole stderr from apt-get indextargets
apt-get indextargets has been introduced in apt 1.1. Trying to use that
subcommand with older versions causes apt-get to print an error to
stderr, which in turn causes autopkgtest to error out, as no stderr is
expected.
Redirecting stderr to /dev/null fixes this while keeping the existing
logic in place.
This fixes binary publication on Debian Jessie (currently in ELTS) and
Ubuntu Trusty LTS.
commit dd4876350800426b0c00bed534e5f66d5ae5547c
Merge: 1875ac1 30b8540
Author: Paride Legovini <paride@debian.org>
Date: Sun Feb 16 22:48:47 2025 +0000
Merge branch 'setup-testbed-interfaces-typo' into 'master'
setup-testbed: fix typo: /etc/network/interface -> interfaces
See merge request ci-team/autopkgtest!525
commit 30b854064d392f7f1552ab026c6230908a4a172b
Author: Paride Legovini <paride@debian.org>
Date: Sun Feb 16 18:29:43 2025 +0100
setup-testbed: fix typo: /etc/network/interface -> interfaces
commit 1875ac1e0f542417dfc752a5df39d296345a532d
Merge: 1419086 6627608
Author: Simon McVittie <smcv@debian.org>
Date: Sat Feb 15 17:19:37 2025 +0000
Merge branch 'fix_open_close' into 'master'
unshare: support repeated open and close commands
See merge request ci-team/autopkgtest!517
commit 14190864d3278e104a949715ec313d82642d4bc4
Merge: 9e01ad0 4aa6fff
Author: Simon McVittie <smcv@debian.org>
Date: Sat Feb 15 17:18:27 2025 +0000
Merge branch 'eatmydata' into 'master'
setup-testbed: consistently apply eatmydata
See merge request ci-team/autopkgtest!524
commit 9e01ad040d0b74e77ec7c7c2e02339075bb6c628
Merge: 0e98b93 8ab53a4
Author: Simon McVittie <smcv@debian.org>
Date: Sat Feb 15 17:17:47 2025 +0000
Merge branch 'fix-setup-testbed-tmpfiles-redirect' into 'master'
setup-testbed: fix shell redirect so that it points to the chroot
See merge request ci-team/autopkgtest!523
commit 4aa6fff5d849372605749beb423617fe168d332e
Author: Antonio Terceiro <terceiro@debian.org>
Date: Thu Feb 13 14:31:00 2025 -0300
setup-testbed: consistently apply eatmydata
Almost all apt-get calls where already being done with eatmydata, so
make all calls consistent in that sense. This should shave off a few
seconds from testbed creation.
commit 8ab53a4a49d2c734f45fe108d3bf8b635da68015
Author: Paride Legovini <paride@debian.org>
Date: Thu Feb 13 17:14:01 2025 +0100
setup-testbed: fix shell redirect so that it points to the chroot
commit 66276080dbcf2d762204fc839374292b7566d561
Author: Jochen Sprickerhof <jspricke@debian.org>
Date: Thu Jan 30 15:21:31 2025 +0100
unshare: support repeated open and close commands
Closes: #1094633