X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cabbceab8a2e164f2c4f5afb0e2062dd02fd7790..4248a4ebd23813e9bdcd68547ae03ff7d6082463:/apps/workbench/fpm-info.sh diff --git a/apps/workbench/fpm-info.sh b/apps/workbench/fpm-info.sh index f1e4a37dc4..d6604b7d51 100644 --- a/apps/workbench/fpm-info.sh +++ b/apps/workbench/fpm-info.sh @@ -1 +1,12 @@ -fpm_depends+=('git') +# 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