projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
17492: Removes unused & deprecated code.
[arvados.git]
/
services
/
fuse
/
fpm-info.sh
diff --git
a/services/fuse/fpm-info.sh
b/services/fuse/fpm-info.sh
index 57671cd37d665f8deecf07ccf893ab57de3fe3c5..f789abe69270c024e73a5294666bc06169b45026 100644
(file)
--- a/
services/fuse/fpm-info.sh
+++ b/
services/fuse/fpm-info.sh
@@
-1
+1,14
@@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
fpm_depends+=(fuse)
+
+case "$TARGET" in
+ centos*)
+ fpm_depends+=(fuse-libs)
+ ;;
+ debian* | ubuntu*)
+ fpm_depends+=(libcurl3-gnutls)
+ ;;
+esac