set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON)
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Bastian Dehn <hhaalo@arcor.de>")
-set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "tool to rename recursiv files with space and replace special chars")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "tool to rename recursiv files with space and replace special chars.")
+set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "it can rename from normal char to special chars,
+to lower case or without points at the end of filename")
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
set(CPACK_DEBIAN_PACKAGE_SECTION "utils")
include(CPack)
\ No newline at end of file