Merge branch '12616-acr-validate' closes #12616
[arvados.git] / apps / workbench / fpm-info.sh
index 2c73ede5153862e5a57ebc6e817f13c927304dbf..22ec1ba14c6dad9a83cc3594aa0353f835331e91 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)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(git g++)
+        ;;
+esac