"Depends" requires the dependencies to be comma-separated.

This commit is contained in:
Fabio Manganiello 2023-09-18 11:44:59 +02:00
parent 73609c7f0b
commit b955a1490d
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -287,7 +287,7 @@ steps:
Package: $GIT_PKG_NAME
Version: $GIT_VERSION
Maintainer: Fabio Manganiello <fabio@platypush.tech>
Depends: $(cat platypush/install/requirements/debian.txt | tr '\n' ' ')
Depends: $(cat platypush/install/requirements/debian.txt | tr '\n' ',' | sed -re 's/,$//' -e 's/,/, /g')
Architecture: all
Homepage: https://platypush.tech
Description: Universal command executor and automation hub.