Version in base suite: 4.13.3withdata-dfsg2-4 Base version: insighttoolkit4_4.13.3withdata-dfsg2-4 Target version: insighttoolkit4_4.13.3withdata-dfsg2-4+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/i/insighttoolkit4/insighttoolkit4_4.13.3withdata-dfsg2-4.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/i/insighttoolkit4/insighttoolkit4_4.13.3withdata-dfsg2-4+deb12u1.dsc changelog | 8 ++++++ patches/fix-itkOptImageToImageMetricsTest04.patch | 27 ++++++++++++++++++++++ patches/series | 1 3 files changed, 36 insertions(+) diff -Nru insighttoolkit4-4.13.3withdata-dfsg2/debian/changelog insighttoolkit4-4.13.3withdata-dfsg2/debian/changelog --- insighttoolkit4-4.13.3withdata-dfsg2/debian/changelog 2022-11-23 19:50:27.000000000 +0000 +++ insighttoolkit4-4.13.3withdata-dfsg2/debian/changelog 2025-05-22 12:35:00.000000000 +0000 @@ -1,3 +1,11 @@ +insighttoolkit4 (4.13.3withdata-dfsg2-4+deb12u1) bookworm; urgency=medium + + * Team upload. + * Make itkOptImageToImageMetricsTest04 not to fail on single-CPU systems. + Closes: #1105896. + + -- Santiago Vila Thu, 22 May 2025 14:35:00 +0200 + insighttoolkit4 (4.13.3withdata-dfsg2-4) unstable; urgency=medium * d/rules: add -fno-sized-deallocation; fix ftbfs with gcc-12. diff -Nru insighttoolkit4-4.13.3withdata-dfsg2/debian/patches/fix-itkOptImageToImageMetricsTest04.patch insighttoolkit4-4.13.3withdata-dfsg2/debian/patches/fix-itkOptImageToImageMetricsTest04.patch --- insighttoolkit4-4.13.3withdata-dfsg2/debian/patches/fix-itkOptImageToImageMetricsTest04.patch 1970-01-01 00:00:00.000000000 +0000 +++ insighttoolkit4-4.13.3withdata-dfsg2/debian/patches/fix-itkOptImageToImageMetricsTest04.patch 2025-05-22 12:35:00.000000000 +0000 @@ -0,0 +1,27 @@ +From: Niels Dekker +Subject: Make itkOptImageToImageMetricsTest04 not to fail on single-CPU systems +Bug-Debian: https://bugs.debian.org/1105896 +Origin: https://github.com/InsightSoftwareConsortium/ITK/commit/57b138cf150e097340b75e7f37eee061da80c627 +Last-Update: 2025-05-16 + +--- a/Modules/Nonunit/Review/test/itkOptImageToImageMetricsTest2.h ++++ b/Modules/Nonunit/Review/test/itkOptImageToImageMetricsTest2.h +@@ -80,18 +80,6 @@ + // so we seed the random number generator + // immediately before this call. + metric->Initialize(); +- +- //Verify that Initialize has properly called +- //MultiThreadingInitialize() and a series of CreateAnother(); +- +- typedef typename MetricType::TransformPointer TransformPointer; +- const TransformPointer *transformPtr= metric->GetThreaderTransform(); +- if ((transformPtr==static_cast(ITK_NULLPTR))|| +- (transformPtr[0].IsNull())) +- { +- exit(EXIT_FAILURE); +- } +- + } + //Other registration functionality tested in + //OptImageToImageTest.cxx... skip the rest diff -Nru insighttoolkit4-4.13.3withdata-dfsg2/debian/patches/series insighttoolkit4-4.13.3withdata-dfsg2/debian/patches/series --- insighttoolkit4-4.13.3withdata-dfsg2/debian/patches/series 2022-11-23 19:50:27.000000000 +0000 +++ insighttoolkit4-4.13.3withdata-dfsg2/debian/patches/series 2025-05-22 12:35:00.000000000 +0000 @@ -14,3 +14,4 @@ gcc11.patch python3.10.patch denoise-build-log.patch +fix-itkOptImageToImageMetricsTest04.patch