- systemd (256.5-1+rpi1) trixie-staging; urgency=medium
++systemd (257.5-2+rpi1) trixie-staging; urgency=medium
+
+ [changes brought forward from 239-9+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Thu, 20 Sep 2018 20:22:45 +0000]
+ * Disable testsuite, it fails on some of our buildboxes (probablly because of
+ old kernels).
+ * Add breaks on raspi-copies-and-fills, it doesn't seem to get on with
+ this version of systemd/udev.
+
+ [changes brought forward from 241-1+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Tue, 02 Apr 2019 19:29:26 +0000]
+ * Bump "breaks" on raspi-copies-and-fills to << 0.12
+ (raspi-copies-and-fills was reverted by the raspberry pi foundation)
+
+ [changes introduced in 254.1-3+rpi1 by Peter Michael Green.
+ * Disable systemd-boot, it seems to fail to build and it's not really relavent
+ for raspbian.
+
+ [changes introduced in 255.3-1+rpi1 by Peter Michael Green]
+ * Remove armhf from architecture lists for files that appear systemd-boot
+ related
+
- -- Raspbian forward porter <root@raspbian.org> Sat, 07 Sep 2024 16:32:17 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Thu, 24 Apr 2025 20:02:28 +0000
++
+ systemd (257.5-2) unstable; urgency=medium
+
+ * Backport new patch to workaround /lib64 symlink incompatibility
+ (Closes: #1079329)
+
+ -- Luca Boccassi <bluca@debian.org> Mon, 07 Apr 2025 18:39:22 +0100
+
+ systemd (257.5-1) unstable; urgency=medium
+
+ * Add NEWS entry to warn about network connectivity loss due to mDNS,
+ and workaround
+ * Use Conflicts instead of Breaks/Replaces for file move (Closes:
+ #1101965)
+ * Update upstream source from tag 'upstream/257.5' Update to upstream
+ version '257.5' with Debian dir
+ 2218d137fd911b8d5c2849535b066d27f01406b2
+ * Drop backports, included in 257.5
+ * Remove conflicts with dracut:arm64 and build nspawn:arm64 again. A
+ mutually satisfactory solution for #1079329 has been agreed and is
+ being worked on, so temporarily reintroduce #1079329 until it's ready
+ in a few days as per agreement with ctte.
+
+ -- Luca Boccassi <bluca@debian.org> Sun, 06 Apr 2025 18:41:17 +0100
+
+ systemd (257.4-9) unstable; urgency=medium
+
+ * resolved: break mDNS, remove conflict with avahi. Feedback from users
+ is to prefer breaking mDNS rather than avoiding avahi. Ship a drop-in
+ to disable mDNS by default, so that users relying on mDNS for
+ reachability can hopefully notice it and mask it before upgrading
+ (Closes: #1098914)
+
+ -- Luca Boccassi <bluca@debian.org> Wed, 02 Apr 2025 11:19:09 +0100
+
+ systemd (257.4-8) unstable; urgency=medium
+
+ [ Luca Boccassi ]
+ * systemd.preinst: do not use systemctl libsystemd-shared might not be
+ unpacked yet, so check things manually (Closes: #1101698)
+ * systemd.preinst: fix shellcheck warnings
+ * d/t/boot-and-services: skip gdm3 test in nested LXD run. It is flaky
+ and fails half the times, not much value in checking a desktop session
+ inside a nested container
+ * reintroduce systemd-resolved, with conflict on avahi-daemon. It turns
+ out the cloud images have a hard dependency on resolved. In order to
+ avoid having to change them, reintroduce the package, with a hard
+ conflict on avahi-daemon to avoid reintroducing #1098914 (Closes:
+ #1101532)
+
+ [ Yu Watanabe ]
+ * d/rules: drop nscd meson option. The meson option was deprecated by
+ 28f1f1a5e652508d6e61ace8918e8b831e4b62b4 (v257).
+
+ -- Luca Boccassi <bluca@debian.org> Tue, 01 Apr 2025 21:43:18 +0100
+
+ systemd (257.4-7) unstable; urgency=medium
+
+ * autopkgtest: when nested tests-in-lxd skips don't fail outer run
+ * Backport patches to fix integration tests skipping
+ * autopkgtest: re-enable integration tests
+
+ -- Luca Boccassi <bluca@debian.org> Sat, 29 Mar 2025 19:07:36 +0000
+
+ systemd (257.4-6) unstable; urgency=medium
+
+ * systemd: conflict with dracut on arm64. Same as the systemd-
+ nspawn/arm64 changes of 257.4-4. As correctly pointed out on the
+ reopened #1079329 this combination also creates incompatibilities, so
+ add an explicit package conflict to fix this occurrence too as
+ requested by the reporter. (Closes: #1079329)
+ * d/control: fix systemd-boot and systemd-boot-tools descriptions
+ * Add Lintian override for 'unknown-field Protected'
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 28 Mar 2025 23:33:26 +0000
+
+ systemd (257.4-5) unstable; urgency=medium
+
+ * Add missing dh-exec shbang to d/systemd-tests.install
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 28 Mar 2025 10:28:09 +0000
+
+ systemd (257.4-4) unstable; urgency=medium
+
+ [ Luca Boccassi ]
+ * Update tzdata-legacy version constraint for new bookworm-p-u tzdata
+ version
+ * systemd-boot: do case-insensitive parsing of efibootmgr output
+ (Closes: #1100653)
+ * userdbd: use wildcard to install units
+ * systemd-container: use more wildcards to install files
+ * Handle new tmp mount on upgrade in preinst rather than postinst. Avoid
+ race with new units being activated and pulling it in at the same time
+ (Closes: #1101175)
+ * autopkgtest: remove workaround for 'meson compiile mkosi' and use
+ 'mkosi -f' instead to avoid slow rebuilds
+ * autopkgtest: drop versioning constraints on tzdata. These do not seem
+ to be necessary in order for autopkgtest to pull in the package, so
+ drop them as they need to be constantly updated due to p-u uploads
+ * Move leftover resolved files to its own package. A few files were
+ mistakenly shipping in the main systemd package even though they are
+ part of resolved, due to a refactor from some time ago. Move them
+ over.
+ * Drop systemd-resolved package. The ctte has declared that the way the
+ systemd-resolved tool works is incompatible with their decision to
+ prioritize avahi in Debian. Furthermore, the resolved tool is being
+ used to inflict pain on the maintainer, and induce burnout.
+ Regrettably, the only safe solution to ensure this package is
+ compliant with this decision is to drop it, as all reasonable
+ alternatives put forward have been rejected:
+ https://salsa.debian.org/systemd-team/systemd/-/merge_requests/289
+ (Closes: #1098914)
+ * Drop systemd-nspawn on arm64. The ctte has declared that the way the
+ systemd-nspawn binary works on arm64 is incompatible with their
+ decision to leave in place a recently introduced change in the debian-
+ specific base-files package, which caused a dpkg regression.
+ Furthermore, the nspawn tool is being used to inflict pain on the
+ maintainer, and induce burnout. Regrettably, the only safe solution to
+ ensure this package is compliant with this decision is to drop the
+ binary on arm64, as all reasonable alternatives put forward have been
+ rejected:
+ https://salsa.debian.org/systemd-team/systemd/-/merge_requests/289
+ (Closes: #1079329)
+
+ [ Nick Rosbrook ]
+ * Add myself to Uploaders
+
+ [ Andrea Pappacoda ]
+ * d/control: only conflict against opensysusers << 0.7.3-4.1~
+ opensysusers 0.7.3-4.1 is no longer co-installable with systemd as it
+ conflicts with systemd-sysusers, so it is no longer needed to conflict
+ against it systemd-side.
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 28 Mar 2025 01:24:32 +0000
+
+ systemd (257.4-3) unstable; urgency=medium
+
+ * Fix versioned breaks/replaces for sd-boot-tools (Closes: #1100412)
+
+ -- Luca Boccassi <bluca@debian.org> Thu, 13 Mar 2025 15:25:54 +0000
+
+ systemd (257.4-2) unstable; urgency=medium
+
+ * Split bootctl to new systemd-boot-tools package (Closes: #1086860)
+
+ -- Luca Boccassi <bluca@debian.org> Tue, 11 Mar 2025 14:48:10 +0000
+
+ systemd (257.4-1) unstable; urgency=medium
+
+ [ Nick Rosbrook ]
+ * d/rules: fix bpftool path discovery on ubuntu
+ * initramfs-tools: copy hwdb.bin to initramfs. The contents of hwdb.bin
+ may influence udev during early boot. E.g., this may change network
+ interface naming decisions. Hence, make sure it is available in the
+ initrd. This adds about 2MB to the size of the compressed initrd.
+ * d/t/tests-in-lxd: skip test on any setup error. When this test fails
+ becacuse of snap install, or lxd tools, we prefer to skip because we
+ never reached the stage where we are actually testing systemd.
+
+ [ Luca Boccassi ]
+ * Set tty device node mode to 0600 (Closes: #1093870)
+ * d/rules: ignore more blhc false positives
+ * systemd-resolved: recommend libidn2-0. Without it in some cases
+ hostname resolution fails (Closes: #1097699)
+ * README: add note about out-of-tree patches being forbidden. Prompted
+ by #1098221
+ * systemd-sysv: add Protected: yes (Closes: #1098260)
+ * Update upstream source from tag 'upstream/257.4' Update to upstream
+ version '257.4' with Debian dir
+ 2121ac2e2a87e081b31f819aea969e38b6147ce3
+
+ -- Luca Boccassi <bluca@debian.org> Thu, 06 Mar 2025 14:52:08 +0000
+
+ systemd (257.3-1) unstable; urgency=medium
+
+ * d/t/control: do not pull in gdm3 on loong64. Not installable, skip it
+ like s390x/riscv/armel
+ * systemd-boot: warn if efibootmgr is not installed. As it means the
+ boot entry won't be created, since it's a recommends
+ * systemd-boot: fix creating bootvar on arm64
+ * systemd-boot: check that bootvar really points to sd-boot. Otherwise
+ it could be a leftover with another second stage. Check both encoded
+ and decoded strings.
+ * Drop fallback for missing linux-bpf-dev package
+ * ukify: depend on python3-zstandard and recommend python3-lz4 arm64
+ kernels are getting zboot+zstd so zstandard will be required for uname
+ probing. lz4 might be used externally so just recommend it.
+ * Update upstream source from tag 'upstream/257.3' Update to upstream
+ version '257.3' with Debian dir
+ 1531e0bcaea1d2bf600be6d542bae876d1829da9
+ * autopkgtest: fix mkosi config section
+
+ -- Luca Boccassi <bluca@debian.org> Thu, 13 Feb 2025 19:54:00 +0000
+
+ systemd (257.2-3) unstable; urgency=medium
+
+ * signing template: add override for executable-not-elf-or-script
+ * libsystemd-dev/libudev-dev: depend on libcap-dev. These libraries link
+ with libcap, so a dependency is needed for static builds
+ * systemd-boot: use boot entry argument instead of installing as
+ grub.efi on ESP. It turns out Shim can load sd-boot if the boot entry
+ is set correctly.
+ * systemd-boot: always check that the boot entry is set, even with Shim
+ is already installed
+ * libudev1: add udeb back to shlibs. Without this, packages building
+ udebs against libudev-dev will end up depending on libudev1 instead of
+ libudev1-udeb.
+
+ -- Luca Boccassi <bluca@debian.org> Thu, 23 Jan 2025 15:17:08 +0000
+
+ systemd (257.2-2) unstable; urgency=medium
+
+ [ Luca Boccassi ]
+ * Enable libseccomp on loong64 and hppa
+ * Enable UEFI on loong64
+ * Do not install sd-resolved and drop breaks-testbed from fast tests.
+ * d/t/control: remove 'flaky' from tests-in-lxd
+ * d/t/upstream: take into account autopkgtest pinning
+ * signing template: fix Lintian warnings and errors
+ * Link systemctl against libsystemd-shared. This was disabled when we
+ did not have a libsystemd-shared package, but it's now available so we
+ can change this again. This makes the stripped systemctl binary size
+ go from 1.6M down to 291K.
+ * signing template: always set urgency to 'high' The main package has
+ autopkgtest so gets a bonus, make sure the signed package also
+ migrates fast by default. It will always be blocked by the main
+ package anyway due to the dependency.
+ * Drop udeb packages. The udeb packages will be moved to a new systemd-
+ udeb repository, to reduce udeb churn and to unblock changes in the
+ main packages, such as building udev without static linking libudev
+ and libsystemd-shared, which shrinks the size of the binary from 1.6M
+ down to 611K
+
+ [ Philipp Kern ]
+ * Update README.source in the signing-template. This previously referred
+ to fwupd, which is where it was copied from.
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 17 Jan 2025 09:53:01 +0000
+
+ systemd (257.2-1) unstable; urgency=medium
+
+ * Update upstream source from tag 'upstream/257.2' (Closes: #1092125)
+ * Drop all patches, merged upstream
+
+ -- Luca Boccassi <bluca@debian.org> Tue, 07 Jan 2025 20:48:25 +0000
+
+ systemd (257.1-7) unstable; urgency=medium
+
+ * Add missing d/copyright file to signed template packages
+ * d/t/tests-in-lxd: more fixes for debci compatibility
+
+ -- Luca Boccassi <bluca@debian.org> Sat, 04 Jan 2025 01:55:59 +0000
+
+ systemd (257.1-6) unstable; urgency=medium
+
+ * d/t/tests-in-lxd: drop auto-apt-proxy.conf from container
+ * Drop build dependency on libxen-dev on armhf, no longer available
+ (Closes: #1091545)
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 03 Jan 2025 11:39:41 +0000
+
+ systemd (257.1-5) unstable; urgency=medium
+
+ * d/t/tests-in-lxd: install auto-apt-proxy in the nested container.
+ * d/t/upstream: do not use --verbose with 'meson test'
+ * d/t/upstream: do not mask machined and instead use mkosi workaround
+ * d/t/upstream: switch from btrfs to ext4 and use nspawn again. Kernel
+ 6.12 broke mounting btrfs volumes from loop devices, switch to ext4 as
+ a workaround and use nspawn again, as it's faster
+
+ -- Luca Boccassi <bluca@debian.org> Thu, 26 Dec 2024 18:59:19 +0000
+
+ systemd (257.1-4) unstable; urgency=medium
+
+ * d/t/upstream: decrease parallelism to nproc - 1
+ * d/t/upstream: do not use nspawn for tests
+ * d/t/upstream: disable homed/userdbd in the test runner
+ * d/t/upstream: mask systemd-machined
+ * Backport patch to workaround issue in new mdadm
+
+ -- Luca Boccassi <bluca@debian.org> Sun, 22 Dec 2024 13:57:12 +0000
+
+ systemd (257.1-3) unstable; urgency=medium
+
+ * autopkgtest: mark tests-in-lxd as flaky
+
+ -- Luca Boccassi <bluca@debian.org> Sat, 21 Dec 2024 01:19:14 +0000
+
+ systemd (257.1-2) unstable; urgency=medium
+
+ * Various fixes for d/t/tests-in-lxd
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 20 Dec 2024 15:27:15 +0000
+
+ systemd (257.1-1) unstable; urgency=medium
+
+ [ Luca Boccassi ]
+ * test: fix flaky boot-and-services test.
+ * d/t/upstream: fix mkosi syntax warnings
+ * systemd-ukify: recommend python3-cryptography. One of the verbs uses
+ it, so add a recommend to pull it in by default (Closes: #1090759)
+ * d/watch: restrict to v257.x series
+ * Update upstream source from tag 'upstream/257.1' (Closes: #1087616)
+ * Drop patches, merged upstream
+ * Install systemd-creds bash completion
+
+ [ Nick Rosbrook ]
+ * d/t/tests-in-lxd: run some tests under LXD
+ * debian/tests/boot-and-services: drop test_no_failed
+ * debian/control: add Breaks: systemd (<< ${binary:Version}) for udev.
+ This ensures that systemd is also upgraded whenever udev is upgraded.
+ * d/control: make systemd-sysv Depends: on matching version of systemd
+ * d/systemd-resolved.postinst: copy existing /etc/resolv.conf on new
+ installs
+
+ [ Balint Reczey ]
+ * debian/systemd.postinst: Skip daemon-reexec and try-restarts during
+ shutdown. LP #1803391
+
+ -- Luca Boccassi <bluca@debian.org> Thu, 19 Dec 2024 21:41:25 +0000
+
+ systemd (257-2) unstable; urgency=medium
+
+ [ Aurelien Jarno ]
+ * udev: install dmi_memory_id and its rules on riscv64.
+
+ [ Luca Boccassi ]
+ * Backport patches to fix test failures
+
+ -- Luca Boccassi <bluca@debian.org> Wed, 11 Dec 2024 18:31:08 +0000
+
+ systemd (257-1) unstable; urgency=medium
+
+ * Update to new upstream version v257. For a full list of changes:
+ https://github.com/systemd/systemd/releases/tag/v257-rc1
+ * Update symbols file for v257
+
+ -- Luca Boccassi <bluca@debian.org> Tue, 10 Dec 2024 19:57:21 +0000
+
+ systemd (257~rc3-1) unstable; urgency=medium
+
+ [ Luca Boccassi ]
+ * systemd-ukify: recommend systemd-boot-efi for the stub (Closes:
+ #1087808)
+ * Increase minimum sections in stub PE header on arm64/armhf/riscv64 to
+ 500. Allows riscv64 to include all current DTBs with some room to grow
+ (Closes: #1087817)
+ * Bump version in tzdata dependency due to p-u upload
+ * Update to new upstream version v257~rc3. For a full list of changes:
+ https://github.com/systemd/systemd/releases/tag/v257-rc3
+ * Drop patches, merged upstream
+ * Update symbols for 257~rc3
+
+ [ Ben Hutchings ]
+ * sysctl: Add file trigger on /usr/lib/sysctl.d to restart systemd-
+ sysctl. (Closes: #1085160)
+
+ -- Luca Boccassi <bluca@debian.org> Wed, 27 Nov 2024 21:21:02 +0000
+
+ systemd (257~rc2-3) unstable; urgency=low
+
+ * Backport patch to remove faulty unit test assertion
+
+ -- Luca Boccassi <bluca@debian.org> Sat, 16 Nov 2024 10:13:56 +0000
+
+ systemd (257~rc2-2) unstable; urgency=low
+
+ * Backport patch to fix FTBFS due to failing unit test
+
+ -- Luca Boccassi <bluca@debian.org> Sat, 16 Nov 2024 00:36:08 +0000
+
+ systemd (257~rc2-1) unstable; urgency=low
+
+ * d/t/control: add more packages to dummy hint-testsuite-triggers. A
+ regression was introduced by nvme-cli in testing because the testsuite
+ doesn't depend on it anymore directly, as mkosi builds it in the
+ image. Add back all the tools/libraries that are only part of the
+ mkosi guest image, so that autopkgtest triggers when they get updated,
+ and regressions can be flagged before they migrate to testing.
+ * Update upstream source from tag 'upstream/257_rc2'
+ * Drop all patches, merged upstream
+ * Install new systemd-keyutil binary in the systemd-repart package
+ * systemd-ukify: downgrade dependency on systemd, not mandatory. It is
+ necessary for the systemd-measure binary, but its usage is optional
+ behind a specific argument, so the dependency can be downgraded
+ (Closes: #1087322)
+ * systemd-ukify: recommend systemd-repart. Needed for the systemd-sbsign
+ and systemd-keyutil binaries
+ * d/rules: adjust blhc override to account for source files being moved
+ * Update lintian override to ignore false positive typos
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 15 Nov 2024 19:49:02 +0000
+
+ systemd (257~rc1-4) unstable; urgency=medium
+
+ * Backport patch to fix TEST-07-PID1 integration test
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 08 Nov 2024 01:09:19 +0000
+
+ systemd (257~rc1-3) unstable; urgency=low
+
+ * Backport another patch to fix test failure on buildd
+
+ -- Luca Boccassi <bluca@debian.org> Thu, 07 Nov 2024 11:13:25 +0000
+
+ systemd (257~rc1-2) unstable; urgency=low
+
+ * Backport patch to fix unit test failure on buildd
+
+ -- Luca Boccassi <bluca@debian.org> Thu, 07 Nov 2024 09:35:17 +0000
+
+ systemd (257~rc1-1) unstable; urgency=low
+
+ * gbp.conf: switch upstream branch to full upstream history
+ * Update to new upstream version v257~rc1. For a full list of changes:
+ https://github.com/systemd/systemd/releases/tag/v257-rc1
+ * Drop all patches, merged upstream
+ * Install new files
+ * List new libsystemd0 symbols
+ * Ignore Lintian warning dh-exec-script-without-dh-exec-features
+ * d/copyright: remove pattern for directory that is no longer present
+
+ -- Luca Boccassi <bluca@debian.org> Wed, 06 Nov 2024 23:58:55 +0000
+
+ systemd (256.7-3) unstable; urgency=medium
+
+ [ Luca Boccassi ]
+ * Backport patch to fix test failures with tzdata 2024b-1
+ * systemd-boot: provide provisional integration with shim. Not yet
+ used, will be active once the signed packages are available.
+ https://wiki.debian.org/SecureBoot#Secure_Boot_setup_with_systemd-boot
+
+ [ Kirill Rekhov ]
+ * d/systemd.postrm: delete more internal state directories on purge
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 01 Nov 2024 18:13:09 +0000
+
+ systemd (256.7-2) unstable; urgency=medium
+
+ [ Nick Rosbrook ]
+ * d/systemd.postinst: do not restart systemd-binfmt.service if masked
+ (LP: #2077869)
+
+ [ Luca Boccassi ]
+ * systemd-boot: depend on systemd for kernel-install (Closes: #1085012)
+ * Disable utmp support, not y2038 safe. utmp support in tmux has been
+ disabled, so autopkgtest should no longer break
+ * Backport fixes for upstream autopkgtest suite
+
+ [ Benjamin Drung ]
+ * initramfs-tools: support missing /etc/udev/udev.conf. Installing
+ initramfs-tools fails in case `/etc/udev/udev.conf` is removed
+ (LP: #2084592)
+
+ -- Luca Boccassi <bluca@debian.org> Fri, 18 Oct 2024 15:47:12 +0100
+
+ systemd (256.7-1) unstable; urgency=medium
+
+ * autopkgtest: skip gdm3 on armel for smoke tests. Gnome is no longer
+ built for armel. (Closes: #1082516)
+ * New upstream version 256.7
+ * Mark dependencies on clang and bpftool as :native (Closes: #1083064)
+ * Revert "autopkgtest: skip TEST-64-UDEV-STORAGE due to qemu crash". The
+ qemu crash is now detected in the upstream integration test script.
+
+ -- Luca Boccassi <bluca@debian.org> Tue, 08 Oct 2024 18:37:53 +0100
+
+ systemd (256.6-1) unstable; urgency=medium
+
+ [ Helmut Grohne ]
+ * salsa-ci: test the stage1 build profile
+
+ [ Simon Chopin ]
+ * Filter out zdev rules in the initramfs hook (LP: #2044104). s390-tools
+ has its own initramfs customization logic that deals with those files.
+
+ [ Luca Boccassi ]
+ * Re-enable utmp support, tmux's autopkgtests require it. This will
+ break as logind writing into utmp will wrap around, so Trixie won't be
+ y2038 ready after all
+ * New upstream version 256.6
+ * Note systemd-cryptsetup package split in NEWS (Closes: #1079644)
+
+ -- Luca Boccassi <bluca@debian.org> Tue, 10 Sep 2024 18:28:21 +0200
+
+ systemd (256.5-2) unstable; urgency=medium
+
+ [ Helmut Grohne ]
+ * Fix stage1 build (Closes: #1078821)
+
+ [ Luca Boccassi ]
+ * Disable utmp support, replaced by wtmpdb. utmp is not y2038-safe, util-
+ linux has now turned it off and relies on logind, so disable utmp
+ support in logind too, as it is no longer necessary. wtmpdb replaces
+ the functionality.
+
+ -- Luca Boccassi <bluca@debian.org> Sun, 01 Sep 2024 22:03:06 +0100
systemd (256.5-1) unstable; urgency=medium
usr/lib/systemd/systemd-networkd
usr/lib/systemd/systemd-networkd-wait-online
usr/lib/systemd/systemd-network-generator
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/systemd-pcrextend
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/systemd-pcrextend
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/systemd-pcrextend
<!stage1> usr/lib/systemd/systemd-pcrlock
usr/lib/systemd/systemd-pstore
usr/lib/systemd/systemd-quotacheck
usr/lib/systemd/systemd-sysctl
usr/lib/systemd/systemd-sysroot-fstab-check
usr/lib/systemd/systemd-timedated
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/systemd-tpm2-setup
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/systemd-tpm2-clear
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/systemd-tpm2-setup
++[amd64 i386 arm64 riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/systemd-tpm2-clear
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/systemd-tpm2-setup
usr/lib/systemd/systemd-update-done
- usr/lib/systemd/systemd-update-utmp
usr/lib/systemd/systemd-user-runtime-dir
usr/lib/systemd/systemd-user-sessions
+ <pkg.systemd.upstream> usr/lib/systemd/systemd-validatefs
usr/lib/systemd/systemd-volatile-root
usr/lib/systemd/systemd-xdg-autostart-condition
usr/lib/systemd/system/emergency.service
usr/lib/systemd/system/initrd.target
usr/lib/systemd/system/initrd.target.wants/systemd-battery-check.service
<!stage1> usr/lib/systemd/system/initrd.target.wants/systemd-bsod.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/initrd.target.wants/systemd-pcrphase-initrd.service
+ <pkg.systemd.upstream> usr/lib/systemd/system/initrd.target.wants/systemd-confext-initrd.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/initrd.target.wants/systemd-pcrphase-initrd.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/initrd.target.wants/systemd-pcrphase-initrd.service
+ <pkg.systemd.upstream> usr/lib/systemd/system/initrd.target.wants/systemd-sysext-initrd.service
usr/lib/systemd/system/initrd-udevadm-cleanup-db.service
usr/lib/systemd/system/initrd-usr-fs.target
usr/lib/systemd/system/kexec.target
usr/lib/systemd/system/sockets.target.wants/systemd-hostnamed.socket
usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/sockets.target.wants/systemd-pcrextend.socket
- [amd64 i386 arm64 riscv64] usr/lib/systemd/system/sockets.target.wants/systemd-pcrlock.socket
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/sockets.target.wants/systemd-pcrextend.socket
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/sockets.target.wants/systemd-pcrlock.socket
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/sockets.target.wants/systemd-pcrextend.socket
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/sockets.target.wants/systemd-pcrlock.socket
usr/lib/systemd/system/sockets.target.wants/systemd-sysext.socket
usr/lib/systemd/system/soft-reboot.target
usr/lib/systemd/system/sound.target
usr/lib/systemd/system/ssh-access.target
usr/lib/systemd/system/storage-target-mode.target
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/system/storage-target-mode.target.wants/systemd-pcrphase-storage-target-mode.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/system/storage-target-mode.target.wants/systemd-pcrphase-storage-target-mode.service
usr/lib/systemd/system/suspend.target
usr/lib/systemd/system/suspend-then-hibernate.target
usr/lib/systemd/system/swap.target
usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
usr/lib/systemd/system/sysinit.target.wants/systemd-modules-load.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrmachine.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrphase.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrphase-sysinit.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrmachine.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrphase.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrphase-sysinit.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrmachine.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrphase.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-pcrphase-sysinit.service
usr/lib/systemd/system/sysinit.target.wants/systemd-random-seed.service
usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup-dev-early.service
usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup-dev.service
usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-tpm2-setup-early.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-tpm2-setup.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-tpm2-setup-early.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-tpm2-setup.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-tpm2-setup-early.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/sysinit.target.wants/systemd-tpm2-setup.service
usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
- usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
+ <pkg.systemd.upstream> usr/lib/systemd/system/sysinit.target.wants/imports.target
usr/lib/systemd/system/sys-kernel-config.mount
usr/lib/systemd/system/sys-kernel-debug.mount
usr/lib/systemd/system/sys-kernel-tracing.mount
usr/lib/systemd/system/systemd-networkd*.service
usr/lib/systemd/system/systemd-networkd.socket
usr/lib/systemd/system/systemd-network-generator.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrextend@.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrextend.socket
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrfs-root.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrfs@.service
- [amd64 i386 arm64 riscv64] usr/lib/systemd/system/systemd-pcrlock.socket
- [amd64 i386 arm64 riscv64] usr/lib/systemd/system/systemd-pcrlock@.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-file-system.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-firmware-code.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-firmware-config.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-machine-id.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-make-policy.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-secureboot-authority.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-secureboot-policy.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrmachine.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrphase-initrd.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrphase.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-pcrphase-sysinit.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrextend@.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrextend.socket
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrfs-root.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrfs@.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock.socket
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock@.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-file-system.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-firmware-code.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-firmware-config.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-machine-id.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-make-policy.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-secureboot-authority.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-secureboot-policy.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrmachine.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/system/systemd-pcrphase-factory-reset.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrphase-initrd.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrphase.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/system/systemd-pcrphase-storage-target-mode.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrphase-sysinit.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrextend@.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrextend.socket
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrfs-root.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrfs@.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock.socket
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock@.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-file-system.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-firmware-code.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-firmware-config.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-machine-id.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-make-policy.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-secureboot-authority.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrlock-secureboot-policy.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrmachine.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/system/systemd-pcrphase-factory-reset.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrphase-initrd.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrphase.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/system/systemd-pcrphase-storage-target-mode.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-pcrphase-sysinit.service
usr/lib/systemd/system/systemd-poweroff.service
usr/lib/systemd/system/systemd-pstore.service
usr/lib/systemd/system/systemd-quotacheck*.service
usr/lib/systemd/system/systemd-tmpfiles-setup-dev-early.service
usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service
usr/lib/systemd/system/systemd-tmpfiles-setup.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-tpm2-setup-early.service
- [amd64 i386 arm64 riscv64] <!stage1> usr/lib/systemd/system/systemd-tpm2-setup.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/system/systemd-tpm2-clear.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-tpm2-setup-early.service
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-tpm2-setup.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1 pkg.systemd.upstream> usr/lib/systemd/system/systemd-tpm2-clear.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-tpm2-setup-early.service
++[amd64 i386 arm64 riscv64 loong64] <!stage1> usr/lib/systemd/system/systemd-tpm2-setup.service
usr/lib/systemd/system/systemd-update-done.service
- usr/lib/systemd/system/systemd-update-utmp-runlevel.service
- usr/lib/systemd/system/systemd-update-utmp.service
usr/lib/systemd/system/systemd-user-sessions.service
+ <pkg.systemd.upstream> usr/lib/systemd/system/systemd-validatefs@.service
usr/lib/systemd/system/systemd-volatile-root.service
usr/lib/systemd/system/system-update-cleanup.service
usr/lib/systemd/system/system-update-pre.target
debian/tmp/usr/share/man/man8/systemd-networkd-wait-online@.service.8
debian/tmp/usr/share/man/man8/systemd-network-generator.8
debian/tmp/usr/share/man/man8/systemd-network-generator.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrextend.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrfs-root.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrfs@.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-file-system.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-firmware-code.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-firmware-config.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-machine-id.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-make-policy.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-secureboot-authority.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-secureboot-policy.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrmachine.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase-initrd.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase-sysinit.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrextend.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrfs-root.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrfs@.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-file-system.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-firmware-code.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-firmware-config.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-machine-id.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-make-policy.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-secureboot-authority.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-secureboot-policy.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrmachine.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase-initrd.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase-sysinit.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrextend.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrfs-root.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrfs@.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-file-system.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-firmware-code.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-firmware-config.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-machine-id.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-make-policy.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-secureboot-authority.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrlock-secureboot-policy.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrmachine.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase-initrd.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-pcrphase-sysinit.service.8
debian/tmp/usr/share/man/man8/systemd-poweroff.service.8
debian/tmp/usr/share/man/man8/systemd-pstore.8
debian/tmp/usr/share/man/man8/systemd-pstore.service.8
debian/tmp/usr/share/man/man8/systemd-tmpfiles-setup-dev-early.service.8
debian/tmp/usr/share/man/man8/systemd-tmpfiles-setup-dev.service.8
debian/tmp/usr/share/man/man8/systemd-tmpfiles-setup.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1 pkg.systemd.upstream> debian/tmp/usr/share/man/man8/systemd-tpm2-clear.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1 pkg.systemd.upstream> debian/tmp/usr/share/man/man8/systemd-tpm2-clear.service.8
debian/tmp/usr/share/man/man8/systemd-tpm2-generator.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup-early.service.8
- [amd64 i386 arm64 riscv64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup-early.service.8
-[amd64 i386 arm64 armhf riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup-early.service.8
++[amd64 i386 arm64 riscv64 loong64] <!stage1> debian/tmp/usr/share/man/man8/systemd-tpm2-setup.service.8
debian/tmp/usr/share/man/man8/systemd-udev-settle.service.8
debian/tmp/usr/share/man/man8/systemd-update-done.8
debian/tmp/usr/share/man/man8/systemd-update-done.service.8