Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package orthanc-dicomweb [ Reason ] This version fixes issue #989128 (package statically links without using a Built-Using attribute), that has the "serious" severity. [ Impact ] None, as no other package depends on this package. [ Tests ] I have run the upstream unit tests, as well as the upstream integration tests. [ Risks ] As can be seen in the debdiff, the only modification wrt. the version currently in testing (orthanc-dicomweb/1.5+dfsg-2) is the addition of the "Built-Using" attribute on the binary package. So, I see no potential risk. Many thanks in advance, Sébastien- unblock orthanc-dicomweb/1.5+dfsg-3
diff -Nru orthanc-dicomweb-1.5+dfsg/debian/changelog orthanc-dicomweb-1.5+dfsg/debian/changelog --- orthanc-dicomweb-1.5+dfsg/debian/changelog 2021-02-26 15:25:00.000000000 +0100 +++ orthanc-dicomweb-1.5+dfsg/debian/changelog 2021-06-07 11:17:44.000000000 +0200 @@ -1,3 +1,10 @@ +orthanc-dicomweb (1.5+dfsg-3) unstable; urgency=medium + + * Added missing "Built-Using" attribute (backport from experimental). + Closes: #989128 + + -- Sebastien Jodogne <s.jodo...@gmail.com> Mon, 07 Jun 2021 11:17:44 +0200 + orthanc-dicomweb (1.5+dfsg-2) unstable; urgency=medium * Statically link against the Orthanc framework diff -Nru orthanc-dicomweb-1.5+dfsg/debian/control orthanc-dicomweb-1.5+dfsg/debian/control --- orthanc-dicomweb-1.5+dfsg/debian/control 2021-02-26 15:25:00.000000000 +0100 +++ orthanc-dicomweb-1.5+dfsg/debian/control 2021-06-07 11:17:44.000000000 +0200 @@ -26,6 +26,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, orthanc (>= 1.7.0) +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 diff -Nru orthanc-dicomweb-1.5+dfsg/debian/rules orthanc-dicomweb-1.5+dfsg/debian/rules --- orthanc-dicomweb-1.5+dfsg/debian/rules 2021-02-26 15:25:00.000000000 +0100 +++ orthanc-dicomweb-1.5+dfsg/debian/rules 2021-06-07 11:17:44.000000000 +0200 @@ -24,6 +24,13 @@ "-DORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIES=boost_filesystem boost_iostreams boost_locale boost_regex boost_thread jsoncpp pugixml uuid sqlite3 dcmdata dcmjpeg dcmjpls ofstd dcmimage" \ -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