From c5749e305a36a9ea42177c96dbed94128dee2a83 Mon Sep 17 00:00:00 2001 From: Emmanuel Roullit Date: Mon, 9 Jul 2012 23:06:35 +0200 Subject: [PATCH] Added an extended description section. --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab9adf8..f306966 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,12 @@ SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.11.3-3), libcap2 (>= 1:2.22-1.1)") SET(CPACK_PACKAGE_VENDOR "Emmanuel Roullit") SET(CPACK_PACKAGE_CONTACT "${CPACK_PACKAGE_VENDOR} ") SET(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_SOURCE_DIR}/postinst") -SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Multithreaded zero-copy network tools") +SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY +"Suite of low-level multithreaded zero-copy network tools. + dabba is based on two parts: + - dabbad: network task manager and process IPC background queries + - dabba: CLI 'à la git' to communicate with the daemon and submit tasks" +) SET(CPACK_PACKAGE_DESCRIPTION "dabba is a set of multithreaded network tools using zero-copy features.") SET(CPACK_DEBIAN_PACKAGE_PRIORITY "optional") SET(CPACK_DEBIAN_PACKAGE_SECTION "net") -- 2.11.4.GIT