projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'hgi/develop' into fix/7205-arv-edit-tty-check
[arvados.git]
/
backports
/
python-llfuse
/
fpm-info.sh
1
case "$TARGET" in
2
centos*)
3
build_depends+=('fuse-devel')
4
fpm_depends+=(glibc fuse-libs)
5
;;
6
debian* | ubuntu*)
7
build_depends+=('libfuse-dev')
8
fpm_depends+=(libc6 libfuse2)
9
;;
10
esac