dbus (1.16.2-2)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/1.16.2-2 tag
- Git: https://salsa.debian.org/utopia-team/dbus.git
-
- Branch: debian/unstable
- Path: debian/changelog
- Repo size: 6176768
- Browser: https://salsa.debian.org/utopia-team/dbus
- Last scan: 2025-03-28 12:04:19+00
- Next scan: 2025-04-02 13:20:00+00
- CI pipeline status: success
- Debian changelog in Git:
dbus (1.16.2-2) unstable; urgency=medium
* Pass fewer options to adduser (Closes: #1099086)
- Remove --no-create-home. Add a versioned dependency on 3.130
instead, so that /nonexistent will be special-cased to not be created.
- Remove --home /nonexistent.
This is the default for system users since 3.122.
- Remove --disabled-password.
This is the default since at least 3.118 (Debian 11).
* d/p/debian/sysusers.d-Set-user-s-home-directory-to-nonexistent.patch:
Add patch so sysusers.d sets home directory /nonexistent, making it
consistent with what adduser would do
* d/dbus-system-bus-common.postinst: Create system user in more
situations, matching the behaviour of dh_installsysusers
* d/dbus-system-bus-common.postinst: Use systemd-sysusers if available.
This avoids needing an unconditional dependency on adduser.
* d/control: Remove alternative dependency on usr-is-merged.
Now that a version of base-files that enforces merged /usr has been
in testing for a while, we can drop the alternative dependency, which
should help apt to realise that usr-is-merged can be autoremoved.
The versioned dependency on base-files is intentional (see #1054650,
#1072756, #1085407) and should be kept until the beginning of the
forky cycle. During upgrades from bookworm to trixie, if a system has
been misconfigured to force non-merged /usr (contrary to #978636,
#994388), then we want that misconfiguration to be detected by
base-files.preinst and stop the upgrade early, without first
installing a version of dbus that will not work on that system.
(Closes: #1099706)
* Standards-Version: 4.7.2 (no changes required)
-- Simon McVittie <smcv@debian.org> Sat, 08 Mar 2025 19:04:46 +0000
- This branch is 1 commit ahead of tag debian/1.16.2-2
- Git log:
commit 03e59475e23f32604d8b8acb00b44036480d8c28
Author: Simon McVittie <smcv@debian.org>
Date: Tue Mar 11 16:51:49 2025 +0000
d/salsa-ci.yml: Work around #1010967, #1084173