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)

Extra: 'wrap-and-sort -sat' to pass Jenkins tests.

Change-Id: I1db174936605fd1012ac54c7ee5f147e82daa619
(cherry picked from commit 18d2e57aaa)
mr10.3
Alexander Lutay 3 years ago
parent cc260fc638
commit 2fae044eb7

8
debian/control vendored

@ -303,6 +303,7 @@ Depends:
iptables-persistent,
janus,
kannel,
keydb-server,
ldap-utils,
libavcodec-extra,
libconfig-inifiles-perl,
@ -375,7 +376,6 @@ Depends:
prometheus-process-exporter,
prometheus-redis-exporter,
redis-server,
keydb-server,
rsyslog,
slapd,
snmpd,
@ -384,7 +384,7 @@ Depends:
systemd,
systemd-coredump,
systemd-sysv,
systemd-timesyncd | systemd | ntp,
systemd-timesyncd | ntp,
victoria-metrics,
zstd,
${misc:Depends},
@ -418,6 +418,7 @@ Depends:
haveged,
iptables-persistent,
kannel,
keydb-server,
libavcodec-extra,
libconfig-inifiles-perl,
liblz4-tool,
@ -474,13 +475,12 @@ Depends:
prometheus-process-exporter,
prometheus-redis-exporter,
redis-server,
keydb-server,
rsyslog,
ssh,
systemd,
systemd-coredump,
systemd-sysv,
systemd-timesyncd | systemd | ntp,
systemd-timesyncd | ntp,
victoria-metrics,
zstd,
${misc:Depends},

Loading…
Cancel
Save