diff options
author | Juliano Martinez <juliano@falaserio.org> | 2011-03-14 23:20:54 -0300 |
---|---|---|
committer | Juliano Martinez <juliano@falaserio.org> | 2011-03-14 23:20:54 -0300 |
commit | 8691bc573c3be7e4330037893234109cf1ec105f (patch) | |
tree | 90d26f04ed86269e3ea1a87318bed5a3599770e5 /CMakeLists.txt | |
parent | 38eb1d7b25241896dff83251adc00b101e19b643 (diff) | |
download | rspamd-8691bc573c3be7e4330037893234109cf1ec105f.tar.gz rspamd-8691bc573c3be7e4330037893234109cf1ec105f.zip |
Changed CPACK_DEBIAN_PACKAGE_DEPENDS escape like PACKAGE_DEPENDS
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a81a5c0c8..ba0ad6b71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -847,7 +847,7 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux") ENDIF(CMAKE_SYSTEM_NAME STREQUAL "Linux") # CPack section -SET(CPACK_DEBIAN_PACKAGE_DEPENDS libevent1 libgmime-2.0-2a) +SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libevent1, libgmime-2.0-2a") SET(CPACK_PACKAGE_CONTACT "vsevolod@highsecure.ru") SET(CPACK_PACKAGE_NAME rspamd) SET(CPACK_SOURCE_IGNORE_FILES "\\\\.swp$" "/\\\\.hg/") |