From 39d6dbda64bc3d54f19aa22748debeab38fc176c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 4 Aug 2023 16:52:24 +0200 Subject: [PATCH] Depend on util-linux-extra or older util-linux As of util-linux v2.38-1, the hwclock binary was moved to the separate util-linux-extra package. So either depend on util-linux-extra (available with bookworm and newer), or older util-linux (for releases before bookworm). Fixes: | [ FAIL ] Problem running hwclock: config_time:36: command not found: hwclock --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index dff1c04..2230934 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Depends: rsync, rsyslog | system-log-daemon, udev, + util-linux-extra | util-linux (<= 2.38-1), zsh, ${misc:Depends}, ${shlibs:Depends}, -- 2.1.4