]> gitweb.hhaalo.de Git - mv_none_space.git/commitdiff
change correct package section
authorBastian Dehn <hhaalo@arcor.de>
Wed, 17 Jul 2024 09:50:35 +0000 (11:50 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Wed, 17 Jul 2024 09:50:35 +0000 (11:50 +0200)
src/CMakeLists.txt

index 915745d0ba484f41e3fd683c2841198ebcf05eb9..17bed2ce385f823d9a58d15e1fdd6bce9eea271b 100644 (file)
@@ -18,6 +18,7 @@ IF(CMAKE_BUILD_TYPE STREQUAL "Release")
        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_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