From 43327fb86a803f5fc4e6097f7119366d676d9860 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 18 Nov 2019 08:36:42 +0100 Subject: [PATCH] debian: Fix version syntax in Depends --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index aea9a6b..953cf64 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Description: Tool for booting operating systems on remote hardware Package: novaboot-server Architecture: all -Depends: dash | bash, util-linux >= 2.29, coreutils, rsync, ${misc:Depends} +Depends: dash | bash, util-linux (>= 2.29), coreutils, rsync, ${misc:Depends} Description: Server-side scripts simplifying novaboot target configuration This package allows controlling novaboot target hardware via simple, unified, SSH-based interface. Most of the target configuration -- 2.39.2