Sebastien Jodogne pushed to branch master at Debian Med / orthanc
Commits: a37a6f76 by jodogne-guest at 2025-02-15T17:10:43+01:00 Fix ftbfs with dcmtk 3.6.9. Closes: #1096017 - - - - - e4472437 by jodogne-guest at 2025-02-15T17:22:12+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - + debian/patches/dcmtk-3.6.9 - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +orthanc (1.12.5+dfsg-2) unstable; urgency=medium + + * Fix ftbfs with dcmtk 3.6.9. Closes: #1096017 + + -- Sebastien Jodogne <[email protected]> Sat, 15 Feb 2025 17:08:21 +0100 + orthanc (1.12.5+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/patches/dcmtk-3.6.9 ===================================== @@ -0,0 +1,16 @@ +Description: Fix Debian Bug#1096017: orthanc: ftbfs with dcmtk 3.6.9 +Author: Sebastien Jodogne <[email protected]> +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: Orthanc-1.12.5/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake +=================================================================== +--- Orthanc-1.12.5.orig/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake ++++ Orthanc-1.12.5/OrthancFramework/Resources/CMake/DcmtkConfiguration.cmake +@@ -284,6 +284,7 @@ if (NOT DCMTK_USE_EMBEDDED_DICTIONARIES) + find_path(DCMTK_DICTIONARY_DIR_AUTO dicom.dic + /usr/share/dcmtk + /usr/share/dcmtk-3.6.8 ++ /usr/share/dcmtk-3.6.9 + /usr/share/libdcmtk1 + /usr/share/libdcmtk2 + /usr/share/libdcmtk3 ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +dcmtk-3.6.9 View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/cddd67885952cbf259acad1a369dc2f3d8489fa4...e4472437a46b53dfb4cd7a3152ebcedea8f35268 -- View it on GitLab: https://salsa.debian.org/med-team/orthanc/-/compare/cddd67885952cbf259acad1a369dc2f3d8489fa4...e4472437a46b53dfb4cd7a3152ebcedea8f35268 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
