2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / fpm-info.sh
index f1e4a37dc481e77c6ca68bfb2e8557d9070cde55..22ec1ba14c6dad9a83cc3594aa0353f835331e91 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)
+        ;;
+    debian* | ubuntu*)
+        fpm_depends+=(git g++)
+        ;;
+esac