Santiago Vila pushed to branch master at Debian Med / camitk
Commits: a038c883 by Adrian Bunk at 2026-07-17T20:40:00+02:00 Fix FTBFS with VTK 9.6. Closes: #1142211. - - - - - b6b2bb61 by Santiago Vila at 2026-07-17T20:45:00+02:00 d/control: Update standards-version. - - - - - 169331c2 by Santiago Vila at 2026-07-17T20:50:00+02:00 d/salsa-ci.yml: Use the simplified version. - - - - - cba94e55 by Santiago Vila at 2026-07-17T20:55:00+02:00 Upload for unstable as 6.0.0-4 - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/0005-vtk-9.6.patch - debian/patches/series - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +camitk (6.0.0-4) unstable; urgency=medium + + * Team upload. + + [ Adrian Bunk ] + * Fix FTBFS with VTK 9.6. Closes: #1142211. + + [ Santiago Vila ] + * d/control: Update standards-version. + * d/salsa-ci.yml: Use the simplified version. + + -- Santiago Vila <[email protected]> Fri, 17 Jul 2026 20:55:00 +0200 + camitk (6.0.0-3) unstable; urgency=medium * Minor user issue fixed: due to the new extension system, ===================================== debian/control ===================================== @@ -26,7 +26,7 @@ Build-Depends: debhelper-compat (= 13), xauth, doxygen, graphviz -Standards-Version: 4.7.3 +Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/med-team/camitk Vcs-Git: https://salsa.debian.org/med-team/camitk.git Homepage: https://camitk.imag.fr/ ===================================== debian/patches/0005-vtk-9.6.patch ===================================== @@ -0,0 +1,15 @@ +Description: Fix FTBFS with VTK 9.6 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1142211 + +--- a/sdk/actions/image/elastixregistration/SimpleElastixRegistrationAction.cpp ++++ b/sdk/actions/image/elastixregistration/SimpleElastixRegistrationAction.cpp +@@ -49,6 +49,8 @@ + #include <QFileDialog> + #include <QStyle> + ++#include <iostream> ++ + using namespace camitk; + + ===================================== debian/patches/series ===================================== @@ -2,3 +2,4 @@ 0002-disable-python-binding-library-test.patch 0003-force-camitk-extension-on-save.patch 0004-remove-invalid-line-desktop-file.patch +0005-vtk-9.6.patch ===================================== debian/salsa-ci.yml ===================================== @@ -1,7 +1,6 @@ --- include: - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml - - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml variables: # CamiTK depends on ITK, which does not build on i386 View it on GitLab: https://salsa.debian.org/med-team/camitk/-/compare/e2e802fd6181d715f1e86b35c40f5c23d45191f1...cba94e552f122a39c136314ffdaed638f3598bf1 -- View it on GitLab: https://salsa.debian.org/med-team/camitk/-/compare/e2e802fd6181d715f1e86b35c40f5c23d45191f1...cba94e552f122a39c136314ffdaed638f3598bf1 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
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
