16470: Pins the sprocket gem to avoid upgrading to 4.0, that causes issues.
[arvados.git] / apps / workbench / fpm-info.sh
index 773e29af0672fa548f0539e38f60655c2cc3a319..d6604b7d5150b27fe178ade50a797e869fc7f293 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)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(git g++ bison zlib1g-dev make graphviz)
+        ;;
+esac