From 7f61327aa261971654e4d40ed1112accc6e690ad Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Mon, 25 May 2026 09:58:44 +0200 Subject: [PATCH] add description summary --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3