[med-svn] [Git][med-team/dcmtk][master] 2 commits: skip-bigendian-roundtrip-failure.patch: new: skip test failure on s390x.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Wed Feb 18 20:33:37 GMT 2026



Étienne Mollier pushed to branch master at Debian Med / dcmtk


Commits:
492901d7 by Étienne Mollier at 2026-02-18T21:30:42+01:00
skip-bigendian-roundtrip-failure.patch: new: skip test failure on s390x.

The correction is work in progress upstream.

- - - - -
ff78adbb by Étienne Mollier at 2026-02-18T21:30:52+01:00
d/changelog: ready for experimental upload.

- - - - -


3 changed files:

- debian/changelog
- debian/patches/series
- + debian/patches/skip-bigendian-roundtrip-failure.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-dcmtk (3.7.0+really3.7.0-0+exp1) UNRELEASED; urgency=medium
+dcmtk (3.7.0+really3.7.0-0+exp1) experimental; urgency=medium
 
   * Team upload
   * d/rules: guard against accidental ABI breakages.
@@ -6,8 +6,10 @@ dcmtk (3.7.0+really3.7.0-0+exp1) UNRELEASED; urgency=medium
     (Closes: #1122926, #1123584, #1060677)
   * d/*: soname bump to libdcmtk20.
   * d/control: libdcmtk20 replaces libdcmtk19.
+  * skip-bigendian-roundtrip-failure.patch: new: skip test failure on s390x.
+    The correction is work in progress upstream.
 
- -- Étienne Mollier <emollier at debian.org>  Thu, 12 Feb 2026 22:07:42 +0100
+ -- Étienne Mollier <emollier at debian.org>  Wed, 18 Feb 2026 21:22:40 +0100
 
 dcmtk (3.7.0+really3.6.9-1) unstable; urgency=medium
 


=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
 #03_datadic_install.patch
 07_dont_export_all_executables.patch
 remove_version.patch
+skip-bigendian-roundtrip-failure.patch


=====================================
debian/patches/skip-bigendian-roundtrip-failure.patch
=====================================
@@ -0,0 +1,26 @@
+Description: skip test failure on big endian systems.
+ The issue is known upstream and supposed to be fixed in an upcoming
+ version.
+Author: Étienne Mollier <emollier at debian.org>
+Bug: https://lists.debian.org/debian-med/2026/02/msg00018.html
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1127756#25
+Forwarded: not-needed.
+Last-Update: 2026-02-17
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- dcmtk.orig/dcmect/tests/t_roundtrip.cc
++++ dcmtk/dcmect/tests/t_roundtrip.cc
+@@ -94,6 +94,13 @@
+         return;
+     }
+ 
++    /* Skip that particular test on big endian due to know issue in
++     * version 3.7.0.  This is going to be fixed in a future version.
++     */
++    if (gLocalByteOrder != EBO_LittleEndian) {
++        return;
++    }
++
+     // Creation
+     EctEnhancedCT* ct = create();
+     configureIOD(ct);



View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/9fa2764af5b2da650d00c8d913a710627c5d2226...ff78adbb6b0bcae9e190b19e82f8bcec645fcc2a

-- 
View it on GitLab: https://salsa.debian.org/med-team/dcmtk/-/compare/9fa2764af5b2da650d00c8d913a710627c5d2226...ff78adbb6b0bcae9e190b19e82f8bcec645fcc2a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260218/20ea6bd2/attachment-0001.htm>


More information about the debian-med-commit mailing list