Pierre Gruet pushed to branch master at Debian Med / plastimatch


Commits:
68282b43 by Pierre Gruet at 2024-07-26T10:22:31+02:00
Raising Standards version to 4.7.0 (no change)

- - - - -
93ec89ec by Pierre Gruet at 2024-07-26T10:30:22+02:00
Removing obsolete RTSTRUCT DICOM tags to build against DCMTK/3.6.8

- - - - -
c45d4a55 by Pierre Gruet at 2024-07-26T10:31:33+02:00
Updating changelog

- - - - -
b215da13 by Pierre Gruet at 2024-07-26T10:31:41+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/obsolete_RTSTRUCT_DICOM_tags.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+plastimatch (1.9.4+dfsg.1-3) unstable; urgency=medium
+
+  * Team upload
+  * Removing obsolete RTSTRUCT DICOM tags to build against DCMTK/3.6.8
+    (Closes: #1075793)
+  * Raising Standards version to 4.7.0 (no change)
+  * Fixing d/watch file after change in Gitlab's layout
+
+ -- Pierre Gruet <[email protected]>  Fri, 26 Jul 2024 10:31:35 +0200
+
 plastimatch (1.9.4+dfsg.1-2) unstable; urgency=medium
 
   [ Steve Robbins ]


=====================================
debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends: debhelper-compat (= 13),
                uuid-dev,
                zlib1g-dev,
                debhelper
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
 Vcs-Browser: https://salsa.debian.org/med-team/plastimatch
 Vcs-Git: https://salsa.debian.org/med-team/plastimatch.git
 Homepage: https://plastimatch.org


=====================================
debian/patches/obsolete_RTSTRUCT_DICOM_tags.patch
=====================================
@@ -0,0 +1,25 @@
+Description: removing obsolete RTSTRUCT DICOM tags to build against DCMTK/3.6.8
+Origin: upstream, 
https://gitlab.com/plastimatch/plastimatch/-/commit/a1a6f4da5681735544db1239ddd3d01066ce10d8
+Bug-Debian: https://bugs.debian.org/1075793
+Forwarded: not-needed
+Last-Update: 2024-07-26
+
+--- a/src/plastimatch/base/dcmtk_rtss.cxx
++++ b/src/plastimatch/base/dcmtk_rtss.cxx
+@@ -470,16 +470,6 @@
+       rtroio_item->putAndInsertString (DCM_ObservationNumber, tmp.c_str());
+       /* ReferencedROINumber */
+       rtroio_item->putAndInsertString (DCM_ReferencedROINumber, tmp.c_str());
+-      /* ROIObservationLabel */
+-        if (curr_structure->name.length() <= 16) {
+-            rtroio_item->putAndInsertString (DCM_ROIObservationLabel, 
+-                curr_structure->name.c_str());
+-        } else {
+-            /* VR is SH, max length 16 */
+-            std::string tmp_name = curr_structure->name.substr (0, 16);
+-            rtroio_item->putAndInsertString (DCM_ROIObservationLabel, 
+-                tmp_name.c_str());
+-        }
+       /* RTROIInterpretedType */
+       rtroio_item->putAndInsertString (DCM_RTROIInterpretedType, "");
+       /* ROIInterpreter */


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+obsolete_RTSTRUCT_DICOM_tags.patch



View it on GitLab: 
https://salsa.debian.org/med-team/plastimatch/-/compare/78310efdefc0625241b739f6da46c5d3dc2c505a...b215da138b94e74b6c251007cfceb36af0c4cd67

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://salsa.debian.org/med-team/plastimatch/-/compare/78310efdefc0625241b739f6da46c5d3dc2c505a...b215da138b94e74b6c251007cfceb36af0c4cd67
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

Reply via email to