From: Bastian Dehn Date: Wed, 17 Jul 2024 09:50:35 +0000 (+0200) Subject: change correct package section X-Git-Tag: 1.0.0^2^2~1 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=1831c181d51d9e3c92a4858bf2b37334a94bc556;p=mv_none_space.git change correct package section --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 915745d..17bed2c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -18,6 +18,7 @@ IF(CMAKE_BUILD_TYPE STREQUAL "Release") 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_DEBIAN_PACKAGE_SECTION "optional") + SET(CPACK_DEBIAN_PACKAGE_PRIORITY "optional") + SET(CPACK_DEBIAN_PACKAGE_SECTION "utils") INCLUDE(CPack) ENDIF() \ No newline at end of file