[med-svn] [Git][med-team/orthanc-webviewer][master] 2 commits: building 2.7-4
Sebastien Jodogne (@jodogne-guest)
gitlab at salsa.debian.org
Mon Jun 7 13:32:25 BST 2021
Sebastien Jodogne pushed to branch master at Debian Med / orthanc-webviewer
Commits:
862cc9b2 by jodogne-guest at 2021-06-07T14:24:38+02:00
building 2.7-4
- - - - -
560117d6 by jodogne-guest at 2021-06-07T14:31:48+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+orthanc-webviewer (2.7-4) unstable; urgency=medium
+
+ * Added missing "Built-Using" attribute. Closes: #989127
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Mon, 07 Jun 2021 14:21:25 +0200
+
orthanc-webviewer (2.7-3) unstable; urgency=medium
* Statically link against the Orthanc framework
=====================================
debian/control
=====================================
@@ -29,6 +29,7 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
orthanc (>= 1.7.1)
+Built-Using: ${orthancframework:Built-Using}
Description: Web viewer of medical images for Orthanc
Orthanc Web Viewer is a plugin to Orthanc, a lightweight, RESTful Vendor
Neutral Archive for medical imaging. It extends Orthanc with an integrated
=====================================
debian/rules
=====================================
@@ -26,6 +26,13 @@ CMAKE_EXTRA_FLAGS += \
"-DORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIES=boost_filesystem boost_iostreams boost_locale boost_regex boost_thread jsoncpp pugixml uuid sqlite3" \
-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=989127
+# 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 the third-party JavaScript libraries at the location
# expected by CMake
View it on GitLab: https://salsa.debian.org/med-team/orthanc-webviewer/-/compare/c83fe0ad5051ed5f7ece46bdb9346bc40fa47dda...560117d61353a76e441f807cb7c8b4e334735e19
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-webviewer/-/compare/c83fe0ad5051ed5f7ece46bdb9346bc40fa47dda...560117d61353a76e441f807cb7c8b4e334735e19
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210607/7ab24e18/attachment-0001.htm>
More information about the debian-med-commit
mailing list