Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package orthanc-wsi [ Reason ] This version fixes issue #989126 (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-wsi/1.0-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-wsi/1.0-3
diff -Nru orthanc-wsi-1.0/debian/changelog orthanc-wsi-1.0/debian/changelog --- orthanc-wsi-1.0/debian/changelog 2021-02-26 16:01:23.000000000 +0100 +++ orthanc-wsi-1.0/debian/changelog 2021-06-07 14:34:06.000000000 +0200 @@ -1,3 +1,9 @@ +orthanc-wsi (1.0-3) unstable; urgency=medium + + * Added missing "Built-Using" attribute. Closes: #989126 + + -- Sebastien Jodogne <[email protected]> Mon, 07 Jun 2021 14:34:06 +0200 + orthanc-wsi (1.0-2) unstable; urgency=medium * Statically link against the Orthanc framework diff -Nru orthanc-wsi-1.0/debian/control orthanc-wsi-1.0/debian/control --- orthanc-wsi-1.0/debian/control 2021-02-26 16:01:23.000000000 +0100 +++ orthanc-wsi-1.0/debian/control 2021-06-07 14:34:06.000000000 +0200 @@ -24,6 +24,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Built-Using: ${orthancframework:Built-Using} Recommends: orthanc (>= 1.1.0), libopenslide0 Description: Whole-slide imaging support for Orthanc (digital pathology) diff -Nru orthanc-wsi-1.0/debian/rules orthanc-wsi-1.0/debian/rules --- orthanc-wsi-1.0/debian/rules 2021-02-26 16:01:23.000000000 +0100 +++ orthanc-wsi-1.0/debian/rules 2021-06-07 14:34:06.000000000 +0200 @@ -33,6 +33,13 @@ -DOPENLAYERS_JS=$(CURDIR)/BuildViewer/ol.min.js \ -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=989126 +# 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: # Configure the command-line tools mkdir BuildApplications

