Merge branch '17995-filter-by-comparing-attrs'
[arvados.git] / apps / workbench / fpm-info.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 case "$TARGET" in
6     centos*)
7         fpm_depends+=(git bison make automake gcc gcc-c++ graphviz shared-mime-info)
8         ;;
9     ubuntu1804)
10         fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
11         fpm_conflicts+=(ruby-bundler)
12         ;;
13     debian* | ubuntu*)
14         fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
15         ;;
16 esac