Debian NEW package overview for autopkgtest
autopkgtest_5.53~bpo13+1_multi.changes (click to toggle)
Format:1.8
Date:Thu, 15 Jan 2026 12:50:26 +0100
Binary:autopkgtest
Source:autopkgtest
Architecture:all source
Version:5.53~bpo13+1
Distribution:trixie-backports
Urgency:medium
Maintainer:Debian CI team <team+ci@tracker.debian.org>
Changed-By:Paul Gevers <elbrus@debian.org>
Description:
autopkgtest - automatic as-installed testing for Debian packages
Changes:
autopkgtest (5.53~bpo13+1) trixie-backports; urgency=medium

  * Rebuild for trixie-backports.
Files:
1b4978e2db31b65247f7f4cb5de4515d 2499 devel optional autopkgtest_5.53~bpo13+1.dsc
a34feb3696d720b875526170bc9fe222 255680 devel optional autopkgtest_5.53~bpo13+1.tar.xz
12255b7fb1c4905960ce42ff04d9b142 6510 devel optional autopkgtest_5.53~bpo13+1_all.buildinfo
aae3151c72dffcfceed346ed86be94de 204508 devel optional autopkgtest_5.53~bpo13+1_all.deb
autopkgtest_5.53~bpo13+1.dsc (click to toggle)
Format:3.0 (native)
Source:autopkgtest
Binary:autopkgtest
Architecture:all
Version:5.53~bpo13+1
Maintainer:Debian CI team <team+ci@tracker.debian.org>
Uploaders:Ian Jackson <ijackson@chiark.greenend.org.uk>, Martin Pitt <mpitt@debian.org>, Antonio Terceiro <terceiro@debian.org>, Paul Gevers <elbrus@debian.org>, Simon McVittie <smcv@debian.org>, Paride Legovini <paride@debian.org>,
Standards-Version:4.7.2
Vcs-Browser:https://salsa.debian.org/ci-team/autopkgtest
Vcs-Git:https://salsa.debian.org/ci-team/autopkgtest.git
Testsuite:autopkgtest
Testsuite-Triggers:adduser, autodep8, bsdutils, build-essential, buildah, ca-certificates, catatonit, debhelper, debian-archive-keyring, debootstrap, devscripts, distro-info, dnsmasq, dnsmasq-base, docker-cli, docker.io, dumb-init, fakeroot, golang-github-containernetworking-plugin-dnsname, iproute2, iptables, libpam-cgfs, lxc, lxc-templates, lxcfs, lxd, lxd-installer, mmdebstrap, passt, podman, python3-cap-ng, python3-distro-info, rsync, sbuild, schroot, slirp4netns, tini, uidmap, util-linux
Build-Depends:debhelper-compat (=13), apt<!nocheck>, bsdutils<!nocheck>, fakeroot<!nocheck>, procps<!nocheck>, python3 (>=3.8), python3-cap-ng<!nocheck>, python3-debian<!nocheck>, python3-docutils
Package-List:autopkgtest deb devel optional arch=all
Files:
a34feb3696d720b875526170bc9fe222 255680 autopkgtest_5.53~bpo13+1.tar.xz
lintian 2.122.0 check for autopkgtest_5.53~bpo13+1.dsc (click to toggle)
README.source for autopkgtest_5.53~bpo13+1.dsc (click to toggle)
Host dependencies
=================

Most parts of autopkgtest run on some host system, such as a developer's
workstation, Debian's ci.debian.net, or Ubuntu's equivalent.
Relevant components include:

- lib/, except for lib/in-testbed/
- runner/
- ssh-setup/
- tests/
- tools/
- virt/
- debian/rules

For these components, we can safely depend on reasonably new libraries and
Python. For example, if a Debian LTS developer runs autopkgtest on their
Debian 12 system to test Debian 10 LTS, then these components are run in
Debian 12.

To make backports easy, we aim to limit the dependencies of
pre-existing features to:

- latest Debian stable (for ci.debian.net, and Debian developers)
- latest Ubuntu LTS (for Ubuntu infrastructure and developers)

As of mid 2023, this means Debian 12, Ubuntu 22.04 and Python 3.10.

If it's straightforward to avoid a newer dependency without too much
extra code, we can consider extending that to:

- previous Debian stable
- previous Ubuntu LTS

As of mid 2023, this means Debian 11, Ubuntu 20.04 and Python 3.8.

If it becomes necessary to raise these minimum requirements for the
host system in a future version of autopkgtest, then users of older
distributions will need to use a correspondingly older version of
autopkgtest.

New features might require newer packages: for example, during
development of Debian 12, the new -virt-unshare backend required a Debian
12 prerelease and was not runnable on Debian 11, but other backends
continued to be available on Debian 11.

Testbed dependencies
====================

Some parts of autopkgtest run inside the testbed:

- lib/in-testbed/
- setup-commands/
- shell snippets inlined into various places
- the eofcat Python script inlined into -virt-qemu

For example, if a Debian LTS developer runs autopkgtest on their Debian 12
system to test Debian 10 LTS, then these components are run in Debian 10.
This means we aim to be more conservative about the dependencies of this
category of code.

To keep autopkgtest useful for the developers of long-term support efforts
like Debian/Freexian (E)LTS, Ubuntu ESM, and third-party distributions
based on an older Debian or Ubuntu branch, we aim to limit the dependencies
of this code to:

- Debian 8 'jessie' (2015)
  * apt 1.0.9.8.4
  * python3 3.4
- Ubuntu 14.04 'trusty' (2014)
  * apt 1.0.1
  * python3 3.4

whichever one has the older version of whatever component is relevant.

Some notable features that we cannot rely on as a result of this policy:

- sources.list.d/*.sources (since apt 1.1: Debian 9, Ubuntu 16.04)
- signed-by=/path/to/keyring (since apt 1.1)
- embedding PGP keys directly into Signed-By
  (since apt 2.3.10: Debian 12, Ubuntu 22.04)

If an autopkgtest change causes these older testbed suites to regress,
developers working on these older suites are invited to contribute tested
fallback code paths for them.

Some non-essential features have higher requirements:

* testing packages from a foreign architecture: apt 1.9.0
  (Debian 11 / Ubuntu 20.04)

If it becomes necessary to raise these minimum requirements for a
testbed in a future version of autopkgtest, then maintainers of older
long-term-supported distributions will need to use an older version of
autopkgtest to test their distributions.

Testing autopkgtest backends
============================

This is a cheat-sheet for developers of autopkgtest who do not have any
particular requirements for the packages under test or the containers in
which they are tested, and just want to prove that the various backends
still work.

The current working directory is assumed to be the autopkgtest source
code. Omit the ./runner/ and ./tools/ prefixes to test the system copy.

All examples refer to testing the 'util-linux' source package on amd64, in
either Debian 11 'bullseye' or Ubuntu 22.04 'jammy'. Adjust as necessary
for the distribution, architecture and package you actually want to test.
util-linux is a convenient example of an Essential package with only
trivial test coverage and few test-dependencies, hence quick to test.

Commands prefixed with # need to be run as root, commands prefixed with $
can be run as an ordinary user.

Run all this in a virtual machine if you don't want to run as root on
the host system (for qemu this requires nested KVM).

null
----

No setup required, but you are responsible for installing build-
and/or test-dependencies yourself.

$ ./runner/autopkgtest util-linux -- null

To run unit tests:

# apt-get install autopkgtest autodep8 build-essential debhelper
$ ./tests/autopkgtest NullRunner
# ./tests/autopkgtest NullRunnerRoot

chroot
------

This backend is not recommended (schroot is usually preferable).

Automated test (this is run as part of the 'autopkgtest' test-case in
d/tests/control):

# apt-get install autopkgtest autodep8 build-essential debhelper
# ./tests/autopkgtest ChrootRunner

schroot
-------

# apt install debootstrap schroot sbuild
# mkdir /srv/chroot
# sbuild-createchroot \
--arch=amd64 \
bullseye \
/srv/chroot/bullseye-amd64-sbuild

(if you are in the sbuild group)
$ ./runner/autopkgtest util-linux -- schroot bullseye-amd64-sbuild
(or if you are unprivileged)
# ./runner/autopkgtest util-linux -- schroot bullseye-amd64-sbuild

Or for Ubuntu:

# apt install ubuntu-keyring
# sbuild-createchroot \
--arch=amd64 \
jammy \
/srv/chroot/jammy-amd64-sbuild
# ./runner/autopkgtest util-linux -- schroot jammy-amd64-sbuild

Automated test:

# apt-get install autopkgtest autodep8 build-essential debhelper
$ AUTOPKGTEST_TEST_SCHROOT=bullseye-amd64-sbuild \
  ./tests/autopkgtest SchrootRunner

docker
------

# apt-get install --no-install-recommends docker.io python3-distro-info uidmap
# ./tools/autopkgtest-build-docker --release=bullseye
# ./runner/autopkgtest docker -- autopkgtest/debian:bullseye

Or for Ubuntu (specify --vendor=ubuntu if your python3-distro-info is out
of date):

# ./tools/autopkgtest-build-docker --release=jammy
# ./runner/autopkgtest docker -- autopkgtest/ubuntu:jammy

To run unit tests:

# AUTOPKGTEST_TEST_DOCKER=autopkgtest/debian:bullseye ./tests/autopkgtest DockerRunner

incus
-----

incus is currently only available from an upstream repository
(https://github.com/zabbly/incus), but there is an ITP for Debian
(https://bugs.debian.org/1042989).

# apt install incus

# incus init
(for a simple throwaway setup, accept all defaults)

To let unprivileged users access lxd:
# adduser user incus-admin
or use sudo.

$ ./tools/autopkgtest-build-incus images:debian/bullseye/amd64
$ lxc image list
(you will see autopkgtest/debian/bullseye/amd64 listed)
$ ./runner/autopkgtest util-linux -- incus autopkgtest/debian/bullseye/amd64

Or for Ubuntu:

$ ./tools/autopkgtest-build-incus ubuntu:jammy
$ lxc image list
(you will see autopkgtest/ubuntu/jammy/amd64 listed)
$ ./runner/autopkgtest util-linux -- incus autopkgtest/ubuntu/jammy/amd64

Automated test:

$ apt-get install autopkgtest autodep8 build-essential debhelper
$ AUTOPKGTEST_TEST_INCUS=autopkgtest/debian/bullseye/amd64 ./tests/autopkgtest IncusRunner

lxc
---

This assumes lxc (>= 1:4.0.2-1). Older versions require the lxcbr0 network
bridge to be set up manually.

# apt-get install --no-install-recommends \
  ca-certificates debootstrap libpam-cgfs lxc lxcfs lxc-templates rsync uidmap
# ./tools/autopkgtest-build-lxc debian bullseye amd64

# ./runner/autopkgtest util-linux -- lxc autopkgtest-bullseye-amd64
(or)
$ ./runner/autopkgtest util-linux -- lxc --sudo autopkgtest-bullseye-amd64

Or for Ubuntu:

# ./tools/autopkgtest-build-lxc ubuntu jammy amd64
# ./runner/autopkgtest util-linux -- lxc autopkgtest-jammy-amd64

To run unit tests:

# AUTOPKGTEST_TEST_LXC=autopkgtest-bullseye-amd64 ./tests/autopkgtest LxcRunner

(Users who can sudo can run the automated test as non-root.)

lxd
---

lxd is available in Debian bookworm or newer, and in Ubuntu.

# apt install lxd

In older Debian releases it is available from third-party snap repositories.

# apt install snapd
(log out and back in to add /snap/bin to PATH)
# snap install lxd
(if you will be running it via sudo)
# ln -s /snap/bin/lxc* /snap/bin/lxd* /usr/local/bin/

# lxd init
(for a simple throwaway setup, accept all defaults)

To let unprivileged users access lxd:
# adduser user lxd
or use sudo.

$ ./tools/autopkgtest-build-lxd images:debian/bullseye/amd64
$ lxc image list
(you will see autopkgtest/debian/bullseye/amd64 listed)
$ ./runner/autopkgtest util-linux -- lxd autopkgtest/debian/bullseye/amd64

Or for Ubuntu:

$ ./tools/autopkgtest-build-lxd ubuntu:jammy
$ lxc image list
(you will see autopkgtest/ubuntu/jammy/amd64 listed)
$ ./runner/autopkgtest util-linux -- lxd autopkgtest/ubuntu/jammy/amd64

Automated test:

$ apt-get install autopkgtest autodep8 build-essential debhelper
$ AUTOPKGTEST_TEST_LXD=autopkgtest/debian/bullseye/amd64 ./tests/autopkgtest LxdRunner

podman
------

Most (all?) of podman's Recommends are necessary: at least slirp4netns and
uidmap are required when running as non-root.

# apt-get install --install-recommends podman python3-distro-info

With those, you can run podman unprivileged:

$ ./tools/autopkgtest-build-podman --release=bullseye
$ ./runner/autopkgtest podman -- autopkgtest/debian:bullseye

Or for Ubuntu (as for Docker, specify --vendor=ubuntu if your
python3-distro-info is out of date):

$ ./tools/autopkgtest-build-podman --release=jammy
$ ./runner/autopkgtest podman -- autopkgtest/ubuntu:jammy

For the mode in which we run a full init system in the container:

$ ./tools/autopkgtest-build-podman --release=bullseye --init=systemd
$ ./runner/autopkgtest podman -- autopkgtest/systemd/debian:bullseye

Or try sysv-rc or openrc instead of systemd.

To run unit tests:

$ AUTOPKGTEST_TEST_PODMAN=autopkgtest/debian:bullseye ./tests/autopkgtest PodmanRunner
$ AUTOPKGTEST_TEST_PODMAN_INIT=autopkgtest/systemd/debian:bullseye ./tests/autopkgtest PodmanInitRunner

qemu
----

This can be done in a VM:

# apt install qemu-utils vmdb2
# ./tools/autopkgtest-build-qemu bullseye ./bullseye.qcow2

This can be done in a VM if you have nested KVM enabled, or on the host
system. The unprivileged user needs write access to /dev/kvm (add them to
the kvm group if they are not going to be logged-in locally), but no
other privileges.

# apt install qemu-system-x86 qemu-utils
$ ./runner/autopkgtest util-linux -- qemu ./bullseye.qcow2

autopkgtest-build-qemu doesn't currently work to build Ubuntu images,
because vmdb2 assumes grub-install supports the --force-extra-removable
option, but Ubuntu's grub-install doesn't have that option.
Instead use a cloud image, which can be done unprivileged:

$ ./tools/autopkgtest-buildvm-ubuntu-cloud --release=jammy
$ ./runner/autopkgtest util-linux -- qemu ./autopkgtest-jammy-amd64.img

(If you're running a VM inside a VM, you might need to pass something
like --ram-size=512 after the qemu argument to make the inner VM use
strictly less memory.)

To run unit tests (WIP, currently expected to fail):

$ AUTOPKGTEST_TEST_QEMU=./bullseye.qcow2 ./tests/autopkgtest QemuRunner

ssh (without a setup script)
----------------------------

Prepare 'machine' however you want to, then:

$ autopkgtest util-linux -- ssh -H machine

TODO: Document automated test

unshare
-------

sbuild-createchroot is a convenient way to create the tarball:

$ sbuild-createchroot --chroot-prefix=unshare --chroot-mode=unshare \
  --make-sbuild-tarball ~/.cache/sbuild/bullseye-amd64.tar.gz \
  bullseye $(mktemp -d --suffix=.createchroot)

The unshare backend requires unshare(1) from util-linux 2.38 or later.
On a Debian 11 system, this can be compiled from source if necessary:

$ cd util-linux-2.38
$ dpkg-buildpackage -us -uc -B
$ install -D ./unshare ~/.local/bin/unshare
$ export PATH="$HOME/.local/bin:$PATH"

Then to use autopkgtest:

$ ./runner/autopkgtest util-linux -- unshare -r bullseye

Note that as of Debian 11, the sbuild-createchroot command does not update
deb-src apt sources, so a setup command might be necessary:

$ ./runner/autopkgtest --U util-linux -- unshare -r bullseye
(or more minimally)
$ ./runner/autopkgtest --setup-commands='apt-get -y update' \
  util-linux -- unshare -r bullseye

Automated test:

# apt-get install autopkgtest autodep8 build-essential debhelper
$ AUTOPKGTEST_TEST_UNSHARE="$HOME/.cache/sbuild/bullseye-amd64.tar.gz" \
  ./tests/autopkgtest UnshareRunner
control file for autopkgtest_5.53~bpo13+1_all.deb (click to toggle)
Package:autopkgtest
Version:5.53~bpo13+1
Architecture:all
Maintainer:Debian CI team <team+ci@tracker.debian.org>
Installed-Size:715
Depends:apt-utils, libdpkg-perl, mawk (>=1.3.4), procps, python3, python3-debian, python3-distro-info, retry
Recommends:autodep8, fakeroot
Suggests:docker-cli | docker.io (<< 26.1.4+dfsg1-7~), docker.io, fakemachine, genisoimage, incus, lxc (>= 1:4.0.2-1~), lxd, mmdebstrap, ovmf, ovmf-ia32, podman, qemu-efi-aarch64, qemu-efi-arm, qemu-efi-riscv64, qemu-system, qemu-utils, schroot, uidmap, util-linux (>= 2.38), vmdb2 (>= 0.25-1~), zerofree
Breaks:debci (<< 1.7~)
Section:devel
Priority:optional
Description:
automatic as-installed testing for Debian packages
 autopkgtest runs tests on binary packages.  The tests are run on the
 package as installed on a testbed system (which may be found via a
 virtualisation or containment system).  The tests are expected to be
 supplied in the corresponding Debian source package.
 .
 See autopkgtest(1) and /usr/share/doc/autopkgtest.
 Depending on which virtualization server you want to use, you may need to
 install additional packages.
 .
 For generating tests of well-known source packages such as Perl and Ruby
 libraries you should install the autodep8 package.
lintian 2.122.0 check for autopkgtest_5.53~bpo13+1_all.deb (click to toggle)
contents of autopkgtest_5.53~bpo13+1_all.deb (click to toggle)
drwxr-xr-x root/root         0 2026-01-15 11:50 ./
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/bin/
-rwxr-xr-x root/root     36178 2026-01-15 11:50 ./usr/bin/autopkgtest
-rwxr-xr-x root/root     17044 2026-01-15 11:50 ./usr/bin/autopkgtest-build-docker
-rwxr-xr-x root/root      3702 2026-01-15 11:50 ./usr/bin/autopkgtest-build-lxc
-rwxr-xr-x root/root      3349 2026-01-15 11:50 ./usr/bin/autopkgtest-build-lxd
-rwxr-xr-x root/root     21174 2026-01-15 11:50 ./usr/bin/autopkgtest-build-qemu
-rwxr-xr-x root/root     20956 2026-01-15 11:50 ./usr/bin/autopkgtest-buildvm-ubuntu-cloud
-rwxr-xr-x root/root      2361 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-chroot
-rwxr-xr-x root/root     11388 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-docker
-rwxr-xr-x root/root     12767 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-lxc
-rwxr-xr-x root/root     10633 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-lxd
-rwxr-xr-x root/root      2417 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-null
-rwxr-xr-x root/root     29156 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-qemu
-rwxr-xr-x root/root      6445 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-schroot
-rwxr-xr-x root/root     19177 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-ssh
-rwxr-xr-x root/root      7089 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-unshare
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/autopkgtest/
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/autopkgtest/lib/
-rw-r--r-- root/root     28391 2026-01-15 11:50 ./usr/share/autopkgtest/lib/VirtSubproc.py
-rw-r--r-- root/root      6206 2026-01-15 11:50 ./usr/share/autopkgtest/lib/adt_binaries.py
-rw-r--r-- root/root     97942 2026-01-15 11:50 ./usr/share/autopkgtest/lib/adt_testbed.py
-rw-r--r-- root/root      3202 2026-01-15 11:50 ./usr/share/autopkgtest/lib/adtlog.py
-rwxr-xr-x root/root       512 2026-01-15 11:50 ./usr/share/autopkgtest/lib/arch-is-concerned.pl
-rw-r--r-- root/root     18270 2026-01-15 11:50 ./usr/share/autopkgtest/lib/autopkgtest_args.py
-rw-r--r-- root/root      5352 2026-01-15 11:50 ./usr/share/autopkgtest/lib/autopkgtest_deps.py
-rw-r--r-- root/root     29850 2026-01-15 11:50 ./usr/share/autopkgtest/lib/autopkgtest_qemu.py
-rwxr-xr-x root/root      9180 2026-01-15 11:50 ./usr/share/autopkgtest/lib/build-lxc.sh
-rwxr-xr-x root/root      9141 2026-01-15 11:50 ./usr/share/autopkgtest/lib/build-lxd.sh
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/autopkgtest/lib/in-testbed/
-rwxr-xr-x root/root      2079 2026-01-15 11:50 ./usr/share/autopkgtest/lib/in-testbed/await-boot.sh
-rwxr-xr-x root/root      1056 2026-01-15 11:50 ./usr/share/autopkgtest/lib/in-testbed/reboot-prepare.sh
-rwxr-xr-x root/root       864 2026-01-15 11:50 ./usr/share/autopkgtest/lib/in-testbed/reboot.sh
-rwxr-xr-x root/root      6685 2026-01-15 11:50 ./usr/share/autopkgtest/lib/in-testbed/wrapper.sh
-rwxr-xr-x root/root       609 2026-01-15 11:50 ./usr/share/autopkgtest/lib/parse-deps.pl
-rw-r--r-- root/root     27858 2026-01-15 11:50 ./usr/share/autopkgtest/lib/testdesc.py
-rwxr-xr-x root/root      2017 2026-01-15 11:50 ./usr/share/autopkgtest/lib/unshare-helper
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/autopkgtest/setup-commands/
-rwxr-xr-x root/root      1512 2026-01-15 11:50 ./usr/share/autopkgtest/setup-commands/create-normal-user
-rwxr-xr-x root/root       803 2026-01-15 11:50 ./usr/share/autopkgtest/setup-commands/enable-sudo
-rwxr-xr-x root/root       916 2026-01-15 11:50 ./usr/share/autopkgtest/setup-commands/get-apt-sources-deb822
-rwxr-xr-x root/root       999 2026-01-15 11:50 ./usr/share/autopkgtest/setup-commands/get-apt-sources-one-line-style
-rwxr-xr-x root/root     26995 2026-01-15 11:50 ./usr/share/autopkgtest/setup-commands/setup-testbed
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/autopkgtest/ssh-setup/
-rw-r--r-- root/root      2397 2026-01-15 11:50 ./usr/share/autopkgtest/ssh-setup/SKELETON
-rwxr-xr-x root/root      9324 2026-01-15 11:50 ./usr/share/autopkgtest/ssh-setup/maas
-rwxr-xr-x root/root     14130 2026-01-15 11:50 ./usr/share/autopkgtest/ssh-setup/nova
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/doc/
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/doc/autopkgtest/
-rw-r--r-- root/root       141 2026-01-15 11:50 ./usr/share/doc/autopkgtest/CREDITS
-rw-r--r-- root/root       654 2026-01-15 11:50 ./usr/share/doc/autopkgtest/NEWS.Debian.gz
-rw-r--r-- root/root     45927 2026-01-15 11:50 ./usr/share/doc/autopkgtest/README.package-tests.html
-rw-r--r-- root/root     10393 2026-01-15 11:50 ./usr/share/doc/autopkgtest/README.package-tests.rst.gz
-rw-r--r-- root/root     20074 2026-01-15 11:50 ./usr/share/doc/autopkgtest/README.running-tests.html
-rw-r--r-- root/root      3613 2026-01-15 11:50 ./usr/share/doc/autopkgtest/README.running-tests.rst.gz
-rw-r--r-- root/root     21425 2026-01-15 11:50 ./usr/share/doc/autopkgtest/README.virtualisation-server.html
-rw-r--r-- root/root      4075 2026-01-15 11:50 ./usr/share/doc/autopkgtest/README.virtualisation-server.rst.gz
-rw-r--r-- root/root     21212 2026-01-15 11:50 ./usr/share/doc/autopkgtest/changelog.gz
-rw-r--r-- root/root       746 2026-01-15 11:50 ./usr/share/doc/autopkgtest/copyright
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/lintian/
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/lintian/overrides/
-rw-r--r-- root/root        78 2026-01-15 11:50 ./usr/share/lintian/overrides/autopkgtest
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/man/
drwxr-xr-x root/root         0 2026-01-15 11:50 ./usr/share/man/man1/
-rw-r--r-- root/root      3137 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-build-docker.1.gz
-rw-r--r-- root/root      1785 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-build-lxc.1.gz
-rw-r--r-- root/root      1522 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-build-lxd.1.gz
-rw-r--r-- root/root      2161 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-build-qemu.1.gz
-rw-r--r-- root/root      2132 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-buildvm-ubuntu-cloud.1.gz
-rw-r--r-- root/root       975 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-chroot.1.gz
-rw-r--r-- root/root      2706 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-docker.1.gz
-rw-r--r-- root/root      1900 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-lxc.1.gz
-rw-r--r-- root/root      1685 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-lxd.1.gz
-rw-r--r-- root/root       954 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-null.1.gz
-rw-r--r-- root/root      3578 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-qemu.1.gz
-rw-r--r-- root/root      1127 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-schroot.1.gz
-rw-r--r-- root/root      3764 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-ssh.1.gz
-rw-r--r-- root/root      1342 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-unshare.1.gz
-rw-r--r-- root/root      7940 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest.1.gz
lrwxrwxrwx root/root         0 2026-01-15 11:50 ./usr/bin/autopkgtest-build-incus -> autopkgtest-build-lxd
lrwxrwxrwx root/root         0 2026-01-15 11:50 ./usr/bin/autopkgtest-build-podman -> autopkgtest-build-docker
lrwxrwxrwx root/root         0 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-incus -> autopkgtest-virt-lxd
lrwxrwxrwx root/root         0 2026-01-15 11:50 ./usr/bin/autopkgtest-virt-podman -> autopkgtest-virt-docker
lrwxrwxrwx root/root         0 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-build-incus.1.gz -> autopkgtest-build-lxd.1.gz
lrwxrwxrwx root/root         0 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-build-podman.1.gz -> autopkgtest-build-docker.1.gz
lrwxrwxrwx root/root         0 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-incus.1.gz -> autopkgtest-virt-lxd.1.gz
lrwxrwxrwx root/root         0 2026-01-15 11:50 ./usr/share/man/man1/autopkgtest-virt-podman.1.gz -> autopkgtest-virt-docker.1.gz

Timestamp: 15.01.2026 / 18:02:17 (UTC)