Add libfuse and libcurl dependency to debian packages

This commit is contained in:
Sebastian Messmer 2015-11-24 10:13:46 +01:00
parent 818bb17c65
commit 7c369c5a76

View File

@ -47,9 +47,11 @@ ELSE(WIN32 AND NOT UNIX)
ENDIF(WIN32 AND NOT UNIX)
SET(CPACK_PACKAGE_EXECUTABLES "cryfs" "CryFS")
SET(CPACK_DEBIAN_PACKAGE_SECTION "utils")
#SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libfuse2 (>= 2.7.4-1)") # TODO Use correct minimal fuse version
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libcurl3") # TODO Use correct minimal libcurl version
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libfuse2 (>= 2.7.4-1)") # TODO Use correct minimal fuse version
#SET(CPACK_RPM_PACKAGE_REQUIRES "libfuse (>= 2.7.4-1)") # TODO Use correct minimal fuse version
#SET(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) # TODO Use this instead of manual dependency definition
SET(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://cryfs.org")
SET(CPACK_RPM_PACKAGE_LICENSE "LGPLv3")