[med-svn] [Git][med-team/ctk][cifixopts] sort CMake flags alphabetically
Fernando Hueso (@ferdymercury)
gitlab at salsa.debian.org
Thu Aug 13 15:00:11 BST 2026
Fernando Hueso pushed to branch cifixopts at Debian Med / ctk
Commits:
685f58f3 by Fernando Hueso at 2026-08-13T14:00:09+00:00
sort CMake flags alphabetically
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -7,26 +7,24 @@ DPKG_EXPORT_BUILDFLAGS = 1
# Upstream default paths: "lib/ctk-0.1", "include/ctk-0.1", "lib/ctk-0.1/plugins" and "lib/ctk-0.1/CMake" but versioning seems pointless (https://github.com/commontk/CTK/issues/358#issuecomment-359455314)
# -DCTK_LIB_Visualization/VTK/Widgets_USE_TRANSFER_FUNCTION_CHARTS:BOOL=ON leads to a compilation error: ui_ctkVTKScalarsToColorsWidget.h missing
CMAKE_FLAGS = \
+ -DBUILD_TESTING:BOOL=OFF \
-DCMAKE_BUILD_TYPE:STRING=Release \
- -DCMAKE_VERBOSE_MAKEFILE:BOOL=$(DH_VERBOSE) \
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
-DCMAKE_SKIP_RPATH:BOOL=ON \
- -DBUILD_TESTING:BOOL=OFF \
- -DCTK_SUPERBUILD:BOOL=OFF \
- -DCTK_ENABLE_DICOM:BOOL=ON \
- -DCTK_QT_VERSION=6 \
- -DCTK_INSTALL_LIB_DIR=lib \
- -DCTK_INSTALL_INCLUDE_DIR=/usr/include/ctk \
- -DCTK_INSTALL_PLUGIN_DIR=/usr/lib/ctk/plugins \
- -DCTK_INSTALL_CMAKE_DIR=/usr/lib/CMake/ctk \
+ -DCMAKE_VERBOSE_MAKEFILE:BOOL=$(DH_VERBOSE) \
-DCTK_APP_ctkCommandLineModuleExplorer:BOOL=ON \
-DCTK_APP_ctkDICOM:BOOL=ON \
-DCTK_APP_ctkPluginBrowser:BOOL=ON \
-DCTK_APP_ctkPluginGenerator:BOOL=ON \
-DCTK_BUILD_QTDESIGNER_PLUGINS:BOOL=ON \
+ -DCTK_ENABLE_DICOM:BOOL=ON \
-DCTK_ENABLE_PluginFramework:BOOL=ON \
-DCTK_ENABLE_Python_Wrapping:BOOL=OFF \
-DCTK_ENABLE_Widgets:BOOL=ON \
+ -DCTK_INSTALL_LIB_DIR=lib \
+ -DCTK_INSTALL_INCLUDE_DIR=/usr/include/ctk \
+ -DCTK_INSTALL_PLUGIN_DIR=/usr/lib/ctk/plugins \
+ -DCTK_INSTALL_CMAKE_DIR=/usr/lib/CMake/ctk \
-DCTK_LIB_CommandLineModules/Backend/FunctionPointer:BOOL=ON \
-DCTK_LIB_CommandLineModules/Backend/LocalProcess:BOOL=ON \
-DCTK_LIB_CommandLineModules/Core:BOOL=ON \
@@ -48,6 +46,8 @@ CMAKE_FLAGS = \
-DCTK_PLUGIN_org.commontk.metatype:BOOL=ON \
-DCTK_PLUGIN_org.commontk.plugingenerator.core:BOOL=ON \
-DCTK_PLUGIN_org.commontk.plugingenerator.ui:BOOL=ON \
+ -DCTK_SUPERBUILD:BOOL=OFF \
+ -DCTK_QT_VERSION=6 \
pkg_run = libctk0.1
pkg_dev = libctk-dev
View it on GitLab: https://salsa.debian.org/med-team/ctk/-/commit/685f58f3f1f762da28f55d2a60db514cbf28ad2f
--
View it on GitLab: https://salsa.debian.org/med-team/ctk/-/commit/685f58f3f1f762da28f55d2a60db514cbf28ad2f
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260813/45729318/attachment-0001.htm>
More information about the debian-med-commit
mailing list