From: Michal Sojka Date: Mon, 18 Nov 2019 07:36:42 +0000 (+0100) Subject: debian: Fix version syntax in Depends X-Git-Tag: 20201217~17 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/novaboot.git/commitdiff_plain/43327fb86a803f5fc4e6097f7119366d676d9860 debian: Fix version syntax in Depends --- 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