17755: Merge branch 'main' into 17755-add-singularity-to-compute-image
[arvados.git] / apps / workbench / fpm-info.sh
index 773e29af0672fa548f0539e38f60655c2cc3a319..a1de4b2a5fc058ee3ab6112347c08107d1d486c3 100644 (file)
@@ -1 +1,12 @@
-fpm_depends+=('git g++')
+# 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 shared-mime-info)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
+        ;;
+esac