projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
13497: Don't propagate connection-oriented headers when proxying.
[arvados.git]
/
backports
/
python-ciso8601
/
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
centos*)
7
fpm_depends+=(glibc)
8
;;
9
debian* | ubuntu*)
10
fpm_depends+=(libc6)
11
;;
12
esac