]> git.arvados.org - arvados.git/blob - backports/python-pycrypto/fpm-info.sh
11368: show error if user tries to rename a collection file with a duplicate name.
[arvados.git] / backports / python-pycrypto / fpm-info.sh
1 case "$TARGET" in
2     centos*)
3         fpm_depends+=(glibc)
4         ;;
5     debian8)
6         fpm_depends+=(libc6 libgmp10)
7         ;;
8     debian* | ubuntu*)
9         fpm_depends+=(libc6)
10         ;;
11 esac