Add fuse package as dependency instead of recommended package, because it is needed to actually mount a file system

This commit is contained in:
Sebastian Messmer 2016-02-13 21:23:04 +01:00
parent fb3399ed00
commit 9e67952c95

View File

@ -38,7 +38,7 @@ if(BUILDTYPE MATCHES RELEASE AND NOT BUILD_TESTING)
set(CPACK_PACKAGE_EXECUTABLES "cryfs" "CryFS")
set(CPACK_DEBIAN_PACKAGE_SECTION "utils")
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "fuse")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "fuse")
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://www.cryfs.org")
set(CPACK_RPM_PACKAGE_LICENSE "LGPLv3")