From: Bastian Dehn Date: Mon, 25 May 2026 07:58:44 +0000 (+0200) Subject: add description summary X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=7f61327aa261971654e4d40ed1112accc6e690ad;p=mv-none-space.git add description summary --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c6a0663..e59c5b3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -34,7 +34,9 @@ set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64") set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) set(CPACK_DEBIAN_PACKAGE_GENERATE_SHLIBS ON) set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Bastian Dehn ") -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