X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5d986feae8c88fa4e15e14f185a10c8d7e822594..ee0c92074b196d9e48ffe4e22bd20fbd58b5b837:/apps/workbench/fpm-info.sh diff --git a/apps/workbench/fpm-info.sh b/apps/workbench/fpm-info.sh index 2c73ede515..d6604b7d51 100644 --- a/apps/workbench/fpm-info.sh +++ b/apps/workbench/fpm-info.sh @@ -1 +1,12 @@ -fpm_depends+=('git >= 1.7.10') +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +case "$TARGET" in + centos*) + fpm_depends+=(git bison make automake gcc gcc-c++ graphviz) + ;; + debian* | ubuntu*) + fpm_depends+=(git g++ bison zlib1g-dev make graphviz) + ;; +esac