Steven Robbins pushed to branch master at Debian Med / insighttoolkit
Commits: 984ce6fc by Steve Robbins at 2023-06-21T23:20:10-05:00 Enable Module_ITKVtkGlue - - - - - 7f95cf26 by Steve Robbins at 2023-06-21T23:21:21-05:00 ready for upload - - - - - 4 changed files: - debian/changelog - debian/control - debian/control.in - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +insighttoolkit5 (5.3.0-2) unstable; urgency=medium + + [ Steve Robbins ] + * [984ce6f] Enable Module_ITKVtkGlue. Closes #1025504. + + -- Steve M. Robbins <[email protected]> Wed, 21 Jun 2023 23:20:43 -0500 + insighttoolkit5 (5.3.0-1) unstable; urgency=medium [ Steve Robbins ] @@ -38,7 +45,7 @@ insighttoolkit5 (5.2.1-4) unstable; urgency=medium insighttoolkit5 (5.2.1-3) unstable; urgency=medium * Team upload. - + [ Andreas Tille ] * Fix watch file * Standards-Version: 4.6.0 (routine-update) ===================================== debian/control ===================================== @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13), cmake, swig, castxml (>= 0.3.4-2), + libvtk9-dev, zlib1g-dev, libdouble-conversion-dev, libexpat-dev, @@ -22,8 +23,6 @@ Build-Depends: debhelper-compat (= 13), libminc-dev, libnifti2-dev, libhdf5-dev -# libvtk6-dev -- only needed if we enable one of the following modules: -# VtkGlue, LevelSetsv4Visualization Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/insighttoolkit Vcs-Git: https://salsa.debian.org/med-team/insighttoolkit.git ===================================== debian/control.in ===================================== @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13), cmake, swig, castxml (>= 0.3.4-2), + libvtk9-dev, zlib1g-dev, libdouble-conversion-dev, libexpat-dev, @@ -22,8 +23,6 @@ Build-Depends: debhelper-compat (= 13), libminc-dev, libnifti2-dev, libhdf5-dev -# libvtk6-dev -- only needed if we enable one of the following modules: -# VtkGlue, LevelSetsv4Visualization Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/med-team/insighttoolkit Vcs-Git: https://salsa.debian.org/med-team/insighttoolkit.git ===================================== debian/rules ===================================== @@ -55,7 +55,7 @@ CMAKE_FLAGS = \ -DModule_BridgeNumPy:BOOL=OFF \ -DModule_ITKVideoBridgeOpenCV:BOOL=OFF \ -DModule_ITKVideoBridgeVXL:BOOL=OFF \ - -DModule_ITKVtkGlue:BOOL=OFF \ + -DModule_ITKVtkGlue:BOOL=ON \ -DModule_ITKReview:BOOL=ON \ -DVCL_INCLUDE_CXX_0X:BOOL=ON \ -DITK_USE_SYSTEM_SWIG:BOOL=ON \ View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/31b8bdd1631ceb56815551bbf73de8b3644d1d5f...7f95cf26168683d508932d701deab417cd7b3d93 -- View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/31b8bdd1631ceb56815551bbf73de8b3644d1d5f...7f95cf26168683d508932d701deab417cd7b3d93 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
