Merge branch '15933-setup-uuid-param' refs #15933
[arvados.git] / apps / workbench / fpm-info.sh
index f1e4a37dc481e77c6ca68bfb2e8557d9070cde55..bb7c624cae20f436263ffc0f787a14ffab3c1bb1 100644 (file)
@@ -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++)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(git g++ bison zlib1g-dev make)
+        ;;
+esac