From: Michael Prokop Date: Fri, 4 Aug 2023 14:52:24 +0000 (+0200) Subject: Depend on util-linux-extra or older util-linux X-Git-Tag: v0.20.5~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=39d6dbda64bc3d54f19aa22748debeab38fc176c 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 --- 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},