Merge branch '13913-crunchstat-summary-tmpdir'
[arvados.git] / apps / workbench / fpm-info.sh
index 880fa3325e3fd638be060efb423062982fed57a7..48913a14d7fd1929b1ada72fb94cba1ad78be7bf 100644 (file)
@@ -1 +1,12 @@
-fpm_depends+=('git>=1.7.10')
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+case "$TARGET" in
+    centos*)
+        fpm_depends+=(git arvados-server)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(git g++ arvados-server)
+        ;;
+esac