From a4662ec822a40b69f74c7d41315eb8d06d0f0ec4 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 29 Mar 2022 09:51:16 +0200 Subject: [PATCH] TT#169100 Force dependency on systemd-timesyncd as systemd demoted it in 247.3-7 See https://metadata.ftp-master.debian.org/changelogs//main/s/systemd/systemd_247.3-7_changelog > Demote systemd-timesyncd from Depends to Recommends. > > This avoids a dependency cycle between systemd and systemd-timesyncd and > thus makes dist upgrades more predictable and robust. > It also allows minimal, systemd based containers where no NTP client is > strictly necessary. > To ensure that systemd-timesyncd is installed in a default installation > created by d-i, bump its priority to standard. > (Closes: #986651, #993947) Change-Id: I1db174936605fd1012ac54c7ee5f147e82daa619 (cherry picked from commit 18d2e57aaab8422cd2b349fff727e3fec072ac89) (cherry picked from commit 70d8a96a7a2c95bfd81533847d460192340c4427) --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b88caf0..4eb849c 100644 --- a/debian/control +++ b/debian/control @@ -385,7 +385,7 @@ Depends: systemd, systemd-coredump, systemd-sysv, - systemd-timesyncd | systemd, + systemd-timesyncd, telegraf, victoria-metrics, zstd, @@ -482,7 +482,7 @@ Depends: systemd, systemd-coredump, systemd-sysv, - systemd-timesyncd | systemd, + systemd-timesyncd, telegraf, victoria-metrics, zstd,