vcswatch reports that
this package seems to have a new changelog entry (version
257.5-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 5899bcc55d6a43b3be905adf54d5a71692a8b727
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Apr 3 21:44:03 2025 +0100
Update changelog for 257.5-1 release
commit dd5cb92d0899ab14fb2e40359993a383adf19e24
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Apr 3 21:43:59 2025 +0100
Drop backports, included in 257.5
commit a10e87a3bd5ea6849fa8c0e22e25d54294c435a4
Merge: c1373fb99e 8f154c9ac4
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Apr 3 21:43:40 2025 +0100
Update upstream source from tag 'upstream/257.5'
Update to upstream version '257.5'
with Debian dir 2218d137fd911b8d5c2849535b066d27f01406b2
commit c1373fb99ee5c8961da626054c819b70df0d6677
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Apr 3 15:42:02 2025 +0100
d/t/upstream: run mkosi genkey before summary
Needed for
Gbp-Dch: ignore
commit 223d7a412ae62194dec2d7d352e89fc9fa992876
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Apr 3 15:16:07 2025 +0100
Install new files for upstream
Needed for https://github.com/systemd/systemd/pull/36631
Gbp-Dch: ignore
commit b9d337abd9144c70ce8370d9261ef607f22be9ba
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Apr 3 11:07:42 2025 +0100
Use Conflicts instead of Breaks/Replaces for file move
Follow-up for 560cde98d7b0fa5dd706c735d0064f61799c4bab
Closes: #1101965
Gbp-Dch: short
commit 9379847813040a737db3d3e0dface896775df3b6
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Apr 3 10:06:07 2025 +0100
d/t/upstream: write mkosi.local.conf in subdir if the rest of the configs are in subdir
Needed for https://github.com/systemd/systemd/pull/36954
Gbp-Dch: ignore
commit 86fc24b565392114449676caa50cfcecc2226299
Author: Luca Boccassi <bluca@debian.org>
Date: Thu Apr 3 00:49:26 2025 +0100
d/t/upstream: do not fail if 10-root.conf is not present
Needed for https://github.com/systemd/systemd/pull/36954
Gbp-Dch: ignore
commit 46432631232015b78071f84e5a3fb944621c83f7
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Apr 2 11:24:15 2025 +0100
Add NEWS entry to warn about network connectivity loss due to mDNS, and workaround
commit c9957557070080a4303b9ad393b539eb5f5ee31a
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Apr 2 11:19:14 2025 +0100
Update changelog for 257.4-9 release
commit 5e2ba1a04552addd5fb1898d40fa2af392b0cf6b
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Apr 2 11:17:46 2025 +0100
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
commit 6cf6fa39b422f38959d4252c6c3cac10279f7fcf
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Tue Apr 1 21:44:14 2025 +0100
Update changelog for 257.4-8 release
commit 5067878f3a691fb7a1dd1df30ca9c78935c50479
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Tue Apr 1 21:39:29 2025 +0100
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
commit 60c0d67e4593fd32d669e42e34b3f0b694d2a7da
Author: Yu Watanabe <watanabe.yu+github@gmail.com>
Date: Tue Apr 1 14:06:15 2025 +0900
d/rules: drop nscd meson option
The meson option was deprecated by
28f1f1a5e652508d6e61ace8918e8b831e4b62b4 (v257).
commit 542de2ed44779db4bce304c12eb47bf3bbe0dc33
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Tue Apr 1 10:47:13 2025 +0100
Install new files for upstream CI
Needed for https://github.com/systemd/systemd/pull/36714
Gbp-Dch: ignore
commit 1e9b0e30dab3e21e63252b4525b0786201c818ce
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Mar 30 21:51:45 2025 +0100
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
commit 4142fb487bea0b86b085b7c0274df53d650f5deb
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Mar 30 16:30:50 2025 +0100
systemd.preinst: fix shellcheck warnings
In debian/systemd.preinst line 6:
local directories="/bin /sbin /lib"
^---------------^ SC3043 (warning): In POSIX sh, 'local' is undefined.
In debian/systemd.preinst line 17:
local arch_directories="/lib64 /lib32 /libo32 /libx32"
^--------------------^ SC3043 (warning): In POSIX sh, 'local' is undefined.
Gbp-Dch: short
commit 7879441e786d1b2c147b6d5a3b8804dfc190aeab
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Mar 30 16:30:21 2025 +0100
systemd.preinst: do not use systemctl
libsystemd-shared might not be unpacked yet, so check things manually
Closes: #1101698
commit 1d5ba16cf0e35b2290774a6eeaf7d5baa176a118
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat Mar 29 19:07:39 2025 +0000
Update changelog for 257.4-7 release
commit ddd3438e04aad775ae935cffc37c266a4423e81d
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat Mar 29 19:06:39 2025 +0000
autopkgtest: re-enable integration tests
commit 98698b582fe96b332bcee23917b409399df764df
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat Mar 29 18:51:10 2025 +0000
autopkgtest: fix debugging leftover
Follow-upt for b2b7c591417
Gbp-Dch: ignore
commit f62660777ffec365571862b3b50083a22db82022
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat Mar 29 18:50:18 2025 +0000
Backport patches to fix integration tests skipping
commit b7308013afc0cabc3fd6a868b2cca5092acadb24
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat Mar 29 16:02:04 2025 +0000
autopkgtest: when nested tests-in-lxd skips don't fail outer run
commit d5e96c6e56618ae8d34cc392a2b41a0b871e1977
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 23:33:28 2025 +0000
Update changelog for 257.4-6 release
commit 2493e2ffc795365019cf80c84bad3567e0d5c68c
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 23:33:06 2025 +0000
Add Lintian override for 'unknown-field Protected'
commit e27ebff8348a51125aeb1dc9755b514aabc4c2e7
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 23:31:56 2025 +0000
d/control: fix systemd-boot and systemd-boot-tools descriptions
Fix Lintian warning duplicate-short-description
Gbp-Dch: short
commit 705fff16636e27dc29579c08915f458458d0a66e
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 22:01:24 2025 +0000
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
commit 7e92bc39e996a02ebc632a8c3ea72ecffecf6167
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 10:28:13 2025 +0000
Update changelog for 257.4-5 release
commit 7638a4dcc16eaecf6aa51a706bef9c481426fd4f
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 11:00:16 2025 +0000
autopkgtest: fix unit-tests for upstream CI
Follow-up for b8ecb66d05fb92e2d7ed53762485f3db1a2de8e3
Gbp-Dch: ignore
commit 83a6bbe55a8a1096a598bae9ca61cacaa4712af5
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 10:23:31 2025 +0000
Add missing dh-exec shbang to d/systemd-tests.install
Follow-up for b8ecb66d05fb92e2d7ed53762485f3db1a2de8e3
Gbp-Dch: short
commit 11b82593a5c4673a5049144949cb87ee82c8e02d
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 01:25:01 2025 +0000
Update changelog for 257.4-4 release
commit f221a72abde745b8dda37fcc8a16994608027ae2
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 00:17:51 2025 +0000
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
commit b8ecb66d05fb92e2d7ed53762485f3db1a2de8e3
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Mar 27 23:01:30 2025 +0000
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
commit 560cde98d7b0fa5dd706c735d0064f61799c4bab
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Mar 27 22:52:16 2025 +0000
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.
commit fc2758d02d433a99ad84c6a89d2521252e5920d2
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Fri Mar 28 01:07:14 2025 +0000
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
commit b2b7c591417cab01b46d5a9cba18a3d7f68662fc
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Mar 26 11:30:17 2025 +0000
autopkgtest: remove workaround for 'meson compiile mkosi' and use 'mkosi -f' instead to avoid slow rebuilds
commit 17e11869b5624524206951572e2842d2dfa4d117
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Mar 24 22:15:19 2025 +0000
systemd.postinst: add markers for janitor removals
Gbp-Dch: ignore
commit 581a5994f54e430300cc9557fb2e2b270f3f1335
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Mar 24 22:15:04 2025 +0000
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
commit 58f6a4f689cc4c4af1d66036b0d9712298ee7796
Author: Andrea Pappacoda <andrea@pappacoda.it>
Date: Tue Sep 17 21:18:15 2024 +0200
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.
commit 6dee60953703fc7f90475b352cf9eeaa3420bb42
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Mar 20 23:46:20 2025 +0000
userdb: fix wildcard matching
dh_missing: warning: usr/lib/systemd/system/systemd-userdb-load-credentials.service exists in debian/tmp but is not installed to anywhere
Follow-up for 2339308f4300c4c921a49de58f88e868ff998222
Gbp-Dch: ignore
commit cf722bcd442660fd1fadc68a65f94a580457b356
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Mar 19 14:32:46 2025 +0000
systemd-container: use more wildcards to install files
Needed for:
https://github.com/systemd/systemd/pull/36740
https://github.com/systemd/systemd/pull/36787
Gbp-Dch: short
commit 2339308f4300c4c921a49de58f88e868ff998222
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Mar 19 10:17:10 2025 +0000
userdbd: use wildcard to install units
This way new units that match the pattern will be automatically
picked up when added upstream
Needed for https://github.com/systemd/systemd/pull/36740
Gbp-Dch: short
commit a663f671bd861af73272279af382fe3f9c6e77b6
Author: Nick Rosbrook <enr0n@ubuntu.com>
Date: Tue Mar 18 10:06:18 2025 -0400
Add myself to Uploaders
commit 4a5bef9a48c11efd401535be54def6d80fc68d6b
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Mar 17 23:01:54 2025 +0000
Install new files
Needed for https://github.com/systemd/systemd/pull/36688
Gbp-Dch: ignore
commit c52965900155a6f1c9e65ad8b67dfd24f53aae1d
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Mar 17 17:42:36 2025 +0000
Drop systemd-cgroups-agent with upstream profile
Removed by https://github.com/systemd/systemd/pull/33995
Gbp-Dch: ignore
commit 970061c678c1f2755ebfce5aee2374d183d78986
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Mar 17 12:02:48 2025 +0000
d/rules: add TODO reminder to drop Ubuntu-specific workaround
Gbp-Dch: ignore
commit 88fc5744390c061fff7c696d79676b4d2f171590
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Mar 16 19:46:11 2025 +0000
systemd-boot: do case-insensitive parsing of efibootmgr output
Some firmwares apparently convert boot entries to upper case
Closes: #1100653
Gbp-Dch: short
commit eecb9466e0110958747682c8035442aebe9a704e
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Mar 16 10:58:35 2025 +0000
Update tzdata-legacy version constraint for new bookworm-p-u tzdata version
commit 5d9570efadba64b509a770fdb7e5709eca75cea8
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Mar 13 15:25:58 2025 +0000
Update changelog for 257.4-3 release
commit 614efde487c73852c5449ef892495f090b894af5
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Thu Mar 13 15:25:38 2025 +0000
Fix versioned breaks/replaces for sd-boot-tools
Closes: #1100412