From 3ddbaef7d35f5f2ccffcdf0f528c301dda90cf00 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 Feb 2025 17:55:04 +0000 Subject: [PATCH] autopkgtest: adt-full: allow systemd-sysv as alt to init script orphan-sysvinit-scripts and systemd conflict. The effect is that in ci.debian.net this dep would want to change the init system. What we actually need is rsyslog to be started, which is satisfied with systemd-sysv since then systemd is the init system and rsyslog has a systemd unit. (I believe.) Signed-off-by: Ian Jackson --- debian/tests/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 2b3b3bd..aa6e7f3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -4,7 +4,8 @@ Depends: hippotat-client, hippotat-server, userv-utils, libnetaddr-ip-perl, net-tools, rsyslog, authbind, iptables, - bash, iproute2, util-linux, iputils-ping, orphan-sysvinit-scripts, + bash, iproute2, util-linux, iputils-ping, + orphan-sysvinit-scripts | systemd-sysv, psmisc Restrictions: needs-root, allow-stderr, isolation-machine -- 2.30.2