Sebastien Jodogne pushed to branch master at Debian Med / orthanc-dicomweb
Commits: d79763ad by jodogne-guest at 2021-06-07T10:57:22+02:00 Added missing "Built-Using" attribute - - - - - 99a74154 by jodogne-guest at 2021-06-07T10:59:11+02:00 Built-Using is an attribute of the binary package - - - - - f97fd4c2 by jodogne-guest at 2021-06-07T11:08:01+02:00 Upload to experimental - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +orthanc-dicomweb (1.6+dfsg-2) experimental; urgency=medium + + * Added missing "Built-Using" attribute. Closes: #989128 + + -- Sebastien Jodogne <[email protected]> Mon, 07 Jun 2021 10:54:22 +0200 + orthanc-dicomweb (1.6+dfsg-1) experimental; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -26,6 +26,7 @@ Architecture: any 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 ===================================== debian/rules ===================================== @@ -24,6 +24,13 @@ CMAKE_EXTRA_FLAGS += \ "-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 View it on GitLab: https://salsa.debian.org/med-team/orthanc-dicomweb/-/compare/4bb12906fd6fee010852f325144cecc80c8a3844...f97fd4c2005d0dfd01d2a7c832b5e6c7900e097e -- View it on GitLab: https://salsa.debian.org/med-team/orthanc-dicomweb/-/compare/4bb12906fd6fee010852f325144cecc80c8a3844...f97fd4c2005d0dfd01d2a7c832b5e6c7900e097e 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
