diff options
Diffstat (limited to 'cmake/debian.cmake')
-rw-r--r-- | cmake/debian.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/debian.cmake b/cmake/debian.cmake new file mode 100644 index 0000000..2ff7b43 --- /dev/null +++ b/cmake/debian.cmake @@ -0,0 +1,5 @@ +SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE $ARCH) +SET(CPACK_DEBIAN_PACKAGE_DEPENDS libc6 libssl) +SET(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_CURRENT_SOURCE_DIR}/cmake/debian/postinst;${CMAKE_CURRENT_SOURCE_DIR}/cmake/debian/preinst") + + |