Sebastien Jodogne pushed to branch master at Debian Med / orthanc-wsi
Commits: 3695b547 by jodogne-guest at 2024-07-18T14:33:31+02:00 added dependency on dcmtk-data - - - - - 78a9dd59 by jodogne-guest at 2024-07-18T14:42:10+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,5 +1,6 @@ -orthanc-wsi (2.0+dfsg-4) UNRELEASED; urgency=medium +orthanc-wsi (2.0+dfsg-4) unstable; urgency=medium + * Added dependency on dcmtk-data. Closes: #1076541 * Fixed license of Resources/sRGB.icc -- Sebastien Jodogne <[email protected]> Thu, 18 Jul 2024 13:53:25 +0200 ===================================== debian/control ===================================== @@ -17,7 +17,7 @@ Build-Depends: cmake, uuid-dev, yui-compressor, zlib1g-dev -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Browser: https://salsa.debian.org/med-team/orthanc-wsi Vcs-Git: https://salsa.debian.org/med-team/orthanc-wsi.git Homepage: https://orthanc.uclouvain.be/book/plugins/wsi.html @@ -26,7 +26,8 @@ Rules-Requires-Root: no Package: orthanc-wsi Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends} + ${shlibs:Depends}, + ${dcmtk-data:Depends} Recommends: orthanc (>= 1.9.7+dfsg-6), libopenslide0 Built-Using: ${orthancframework:Built-Using} ===================================== debian/rules ===================================== @@ -37,8 +37,14 @@ CMAKE_VIEWER_EXTRA_FLAGS += \ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989126 # Adapted from: # https://wiki.debian.org/SIMDEverywhere#Approach (Point 6) +# +# In addition, automated generation of the "Depends" on "dcmtk-data" +# to access the DICOM dictionaries during runtime: +# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076541 override_dh_gencontrol: - dh_gencontrol -- -Vorthancframework:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W liborthancframework-dev)" + dh_gencontrol -- \ + -Vorthancframework:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W liborthancframework-dev)" \ + -Vdcmtk-data:Depends="$(shell dpkg-query -f '$${binary:Package} (>= $${source:Upstream-Version}), ' -W dcmtk-data)" override_dh_auto_configure: # Configure the command-line tools View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/a8801daab27bcebd2b53eb9e61c90b751e4a24f8...78a9dd59b0fea9220aef95b2775e3d2e91f36588 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/a8801daab27bcebd2b53eb9e61c90b751e4a24f8...78a9dd59b0fea9220aef95b2775e3d2e91f36588 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
