Sebastien Jodogne pushed to branch master at Debian Med / orthanc-dicomweb
Commits: 38ace7e5 by jodogne-guest at 2026-04-25T10:17:25+02:00 use the shared liborthancframework instead of the static one - - - - - 3bde054d by jodogne-guest at 2026-04-28T14:33:35+02:00 add minimum version for liborthancframework-dev - - - - - eca82853 by jodogne-guest at 2026-04-28T14:56:18+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +orthanc-dicomweb (1.23+dfsg-2) unstable; urgency=medium + + * Use the shared Orthanc Framework library instead of the static one, + which necessitates using liborthancframework-dev >= 1.12.11+dfsg-5 + for proper versioning of the shared library + + -- Sebastien Jodogne <[email protected]> Sat, 25 Apr 2026 10:13:06 +0200 + orthanc-dicomweb (1.23+dfsg-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -12,7 +12,7 @@ Build-Depends: cmake, libjs-jquery, libjs-vue, libgtest-dev, - liborthancframework-dev, + liborthancframework-dev (>= 1.12.11+dfsg-5), node-axios, orthanc-dev, unzip, @@ -30,7 +30,6 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, orthanc (>= 1.12.5) -Built-Using: ${orthancframework:Built-Using} Description: Plugin to extend Orthanc with support of WADO and DICOMweb Orthanc DICOMweb is a plugin to Orthanc, the lightweight, RESTful Vendor Neutral Archive for medical imaging. It extends the Orthanc core with ===================================== debian/rules ===================================== @@ -20,17 +20,9 @@ CMAKE_EXTRA_FLAGS += \ -DSTATIC_BUILD:BOOL=OFF \ -DORTHANC_FRAMEWORK_SOURCE:STRING=system \ -DUSE_GOOGLE_TEST_DEBIAN_PACKAGE:BOOL=ON \ - -DORTHANC_FRAMEWORK_USE_SHARED:BOOL=OFF \ - "-DORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIES=boost_filesystem boost_iostreams boost_locale boost_regex boost_thread jsoncpp pugixml uuid sqlite3 dcmdata dcmjpeg dcmjpls ofstd dcmimage z" \ + -DORTHANC_FRAMEWORK_USE_SHARED:BOOL=ON \ -DCMAKE_BUILD_TYPE=None # The build type must be set to None, see #711515 -# Automated generation of the "Built-Using" attribute in "d/control" -# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989128 -# Adapted from: -# https://wiki.debian.org/SIMDEverywhere#Approach (Point 6) -override_dh_gencontrol: - dh_gencontrol -- -Vorthancframework:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W liborthancframework-dev)" - override_dh_auto_configure: # Place back the jquery library from Debian cp /usr/share/javascript/jquery/jquery.min.js Resources/Samples/JavaScript/jquery.min.js View it on GitLab: https://salsa.debian.org/med-team/orthanc-dicomweb/-/compare/d3b85ff26330802ee8313c06d68367b8065ce1fd...eca82853d03a345afefa0a9b763722f6828523a6 -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-dicomweb/-/compare/d3b85ff26330802ee8313c06d68367b8065ce1fd...eca82853d03a345afefa0a9b763722f6828523a6 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
