Merge branch 'master' into 9187-crunchv2-dispatching
[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
12
13 # FIXME: Remove this line after #6885 is done.
14 fpm_args+=(--iteration 3)