]> git.arvados.org - arvados.git/blob - tools/user-activity/fpm-info.sh
17807: keep-web redirect to wb2 login-and-return in no-auth case.
[arvados.git] / tools / user-activity / fpm-info.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 case "$TARGET" in
6     debian* | ubuntu*)
7         fpm_depends+=(libcurl3-gnutls)
8         ;;
9 esac