Use automatic dependency recognition when creating .deb packages

This commit is contained in:
Sebastian Messmer 2015-11-24 21:50:40 +01:00
parent b9ce3896b8
commit 32cc986bf2
1 changed files with 1 additions and 3 deletions

View File

@ -47,9 +47,7 @@ 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 "libcurl3 (>= 7.22.0-3), libfuse2 (>= 2.7.4-1)") # TODO Use correct minimal versions
#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_SHLIBDEPS ON)
SET(CPACK_DEBIAN_PACKAGE_HOMEPAGE "http://cryfs.org")
SET(CPACK_RPM_PACKAGE_LICENSE "LGPLv3")