[med-svn] [Git][med-team/orthanc-postgresql][master] 2 commits: building 4.0-2
Sebastien Jodogne (@jodogne-guest)
gitlab at salsa.debian.org
Thu Jul 8 16:07:11 BST 2021
Sebastien Jodogne pushed to branch master at Debian Med / orthanc-postgresql
Commits:
60269d29 by jodogne-guest at 2021-07-08T16:46:28+02:00
building 4.0-2
- - - - -
afd5e779 by jodogne-guest at 2021-07-08T17:06:03+02:00
Upload to experimental
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+orthanc-postgresql (4.0-2) experimental; urgency=medium
+
+ * Added missing "Built-Using" attribute
+
+ -- Sebastien Jodogne <s.jodogne at gmail.com> Thu, 08 Jul 2021 16:44:57 +0200
+
orthanc-postgresql (4.0-1) experimental; urgency=medium
* New upstream version
=====================================
debian/control
=====================================
@@ -22,6 +22,7 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
orthanc (>= 0.9.5)
+Built-Using: ${orthancframework:Built-Using}
Suggests: postgresql
Description: Plugins to use PostgreSQL as a database back-end to Orthanc
Orthanc PostgreSQL is a set of two plugins to Orthanc, a lightweight,
=====================================
debian/rules
=====================================
@@ -26,6 +26,14 @@ CMAKE_EXTRA_FLAGS += \
"-DORTHANC_FRAMEWORK_ADDITIONAL_LIBRARIES=boost_filesystem boost_iostreams boost_locale boost_regex boost_thread jsoncpp pugixml uuid" \
-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:
dh_auto_configure --sourcedirectory=PostgreSQL -- $(CMAKE_EXTRA_FLAGS)
View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/b7d4439d7860e92b0bb54bab1b0d8c8fb383b271...afd5e7792e83e00a19cbd80849c38e012a0a811d
--
View it on GitLab: https://salsa.debian.org/med-team/orthanc-postgresql/-/compare/b7d4439d7860e92b0bb54bab1b0d8c8fb383b271...afd5e7792e83e00a19cbd80849c38e012a0a811d
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/20210708/0a4fea8d/attachment-0001.htm>
More information about the debian-med-commit
mailing list