From 342b8b2ed21fe429187f91eb4314af54b801a5f5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 23 Nov 2010 00:53:00 -0600 Subject: [PATCH] cmake: fix debian package description. --- cmake/package.cmake | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/package.cmake b/cmake/package.cmake index aeca62100d..7f6c3cfcc6 100644 --- a/cmake/package.cmake +++ b/cmake/package.cmake @@ -15,12 +15,12 @@ else() endif() set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Tom Hughes ") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Evented I/O for V8 JavaScript.") -set(CPACK_PACKAGE_DESCRIPTION "Node's goal is to provide an easy way to - build scalable network programs. - - Node is similar in design to and influenced by systems like Ruby's Event - Machine or Python's Twisted. Node takes the event model a bit further—it - presents the event loop as a language construct instead of as a library.") +set(CPACK_PACKAGE_DESCRIPTION "Evented I/O for V8 JavaScript. + Node's goal is to provide an easy way to build scalable network programs. + Node is similar in design to and influenced by systems like Ruby's Event + Machine or Python's Twisted. Node takes the event model a bit further—it + presents the event loop as a language construct instead of as a library.") +set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "${CPACK_PACKAGE_DESCRIPTION}") set(CPACK_DEBIAN_PACKAGE_SECTION "web") file(READ ${PROJECT_SOURCE_DIR}/src/node_version.h node_version_h LIMIT 1024 OFFSET 0) string(REGEX REPLACE ".*NODE_MAJOR_VERSION[ ]*([0-9]+).*" "\\1" CPACK_PACKAGE_VERSION_MAJOR "${node_version_h}")