20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / fpm-info.sh
diff --git a/apps/workbench/fpm-info.sh b/apps/workbench/fpm-info.sh
deleted file mode 100644 (file)
index a933fb7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-case "$TARGET" in
-    centos*|rocky*)
-        fpm_depends+=(git bison make automake gcc gcc-c++ graphviz shared-mime-info)
-        ;;
-    ubuntu1804)
-        fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
-        fpm_conflicts+=(ruby-bundler)
-        ;;
-    debian* | ubuntu*)
-        fpm_depends+=(git g++ bison zlib1g-dev make graphviz shared-mime-info)
-        ;;
-esac