[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#989611: marked as done (unblock: orthanc-wsi/1.0-3)



Your message dated Tue, 08 Jun 2021 22:03:19 +0000
with message-id <E1lqjod-0003BS-9c@respighi.debian.org>
and subject line unblock orthanc-wsi
has caused the Debian Bug report #989611,
regarding unblock: orthanc-wsi/1.0-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
989611: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989611
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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 <s.jodogne@gmail.com>  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

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: