Sebastien Jodogne pushed to branch master at Debian Med / orthanc-wsi
Commits: bef57b94 by jodogne-guest at 2021-06-07T14:36:20+02:00 Added missing "Built-Using" attribute - - - - - 392f1b12 by jodogne-guest at 2021-06-07T14:52:28+02:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -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 ===================================== debian/control ===================================== @@ -24,6 +24,7 @@ Package: orthanc-wsi 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) ===================================== debian/rules ===================================== @@ -33,6 +33,13 @@ CMAKE_VIEWER_EXTRA_FLAGS += \ -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 View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/cb1fc4d2cf1aed4ae372dc7dfbfa0d3ea8b25c10...392f1b12ffc1f0e909b9e5425abe18547ac359e0 -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-wsi/-/compare/cb1fc4d2cf1aed4ae372dc7dfbfa0d3ea8b25c10...392f1b12ffc1f0e909b9e5425abe18547ac359e0 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
