Control: tags 1140906 + patch Control: tags 1140906 + pending Dear maintainer,
I've prepared an NMU for vtk-dicom (versioned as 0.8.17-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should cancel it. cu Adrian
diffstat for vtk-dicom-0.8.17 vtk-dicom-0.8.17 changelog | 7 +++++++ patches/series | 1 + patches/vtk-9.6.patch | 15 +++++++++++++++ 3 files changed, 23 insertions(+) diff -Nru vtk-dicom-0.8.17/debian/changelog vtk-dicom-0.8.17/debian/changelog --- vtk-dicom-0.8.17/debian/changelog 2025-10-29 15:41:17.000000000 +0200 +++ vtk-dicom-0.8.17/debian/changelog 2026-07-17 13:31:04.000000000 +0300 @@ -1,3 +1,10 @@ +vtk-dicom (0.8.17-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with VTK 9.6. (Closes: #1140906) + + -- Adrian Bunk <[email protected]> Fri, 17 Jul 2026 13:31:04 +0300 + vtk-dicom (0.8.17-2) unstable; urgency=medium * Team upload. diff -Nru vtk-dicom-0.8.17/debian/patches/series vtk-dicom-0.8.17/debian/patches/series --- vtk-dicom-0.8.17/debian/patches/series 2025-10-29 15:36:45.000000000 +0200 +++ vtk-dicom-0.8.17/debian/patches/series 2026-07-17 13:31:04.000000000 +0300 @@ -1,2 +1,3 @@ # 01_reproducable_build_datetime.patch af20bb4928ca8497107cb3595fa06fe02b7ba527.patch +vtk-9.6.patch diff -Nru vtk-dicom-0.8.17/debian/patches/vtk-9.6.patch vtk-dicom-0.8.17/debian/patches/vtk-9.6.patch --- vtk-dicom-0.8.17/debian/patches/vtk-9.6.patch 1970-01-01 02:00:00.000000000 +0200 +++ vtk-dicom-0.8.17/debian/patches/vtk-9.6.patch 2026-07-17 13:31:04.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with VTK 9.6 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/1140906 + +--- vtk-dicom-0.8.17.orig/DicomCli/progress.cxx ++++ vtk-dicom-0.8.17/DicomCli/progress.cxx +@@ -16,6 +16,8 @@ + + #include "vtkDICOMUtilities.h" + ++#include <iostream> ++ + void ProgressObserver::Execute(vtkObject *, unsigned long e, void *vp) + { + const double initial = 2.0; // time until first report

