Merge branch '8784-dir-listings'
[arvados.git] / backports / deb-fuse / fpm-info.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 case "$TARGET" in
6     ubuntu1204)
7         fpm_depends+=('libfuse2 = 2.9.2-5')
8         ;;
9 esac