[med-svn] [Git][med-team/gdcm][debian/bullseye-backports] 8 commits: d/rules: Make sure to build vtk bindings
Mathieu Malaterre (@malat)
gitlab at salsa.debian.org
Mon Sep 5 15:54:40 BST 2022
Mathieu Malaterre pushed to branch debian/bullseye-backports at Debian Med / gdcm
Commits:
70cd8f9c by Mathieu Malaterre at 2022-09-05T09:16:11+02:00
d/rules: Make sure to build vtk bindings
- - - - -
e511bfe0 by Mathieu Malaterre at 2022-09-05T09:16:31+02:00
d/changelog: Upload 3.0.17-2 to unstable
- - - - -
907af133 by Mathieu Malaterre at 2022-09-05T12:05:16+02:00
d/rules: Really fix vtkgdcm wrapping
- - - - -
01ef578f by Mathieu Malaterre at 2022-09-05T12:05:36+02:00
d/changelog: Upload 3.0.17-3 to unstable
- - - - -
6ddcdad7 by Mathieu Malaterre at 2022-09-05T14:15:38+02:00
d/rules: Yet another C# wrapping fix
- - - - -
fc08a1ab by Mathieu Malaterre at 2022-09-05T14:15:58+02:00
d/changelog: Upload 3.0.17-4 to unstable
- - - - -
06096d74 by Mathieu Malaterre at 2022-09-05T16:53:26+02:00
Merge tag 'debian/3.0.17-4' into debian/bullseye-backports
- - - - -
30943570 by Mathieu Malaterre at 2022-09-05T16:53:31+02:00
d/changelog: Upload 3.0.17-4~bpo11+1 to bullseye-backports
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,30 @@
-gdcm (3.0.17-1~bpo11+1) bullseye-backports; urgency=medium
+gdcm (3.0.17-4~bpo11+1) bullseye-backports; urgency=medium
* Team upload.
* Rebuild for bullseye-backports.
- -- Mathieu Malaterre <malat at debian.org> Mon, 05 Sep 2022 08:22:49 +0200
+ -- Mathieu Malaterre <malat at debian.org> Mon, 05 Sep 2022 16:53:14 +0200
+
+gdcm (3.0.17-4) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: Yet another C# wrapping fix
+
+ -- Mathieu Malaterre <malat at debian.org> Mon, 05 Sep 2022 14:15:50 +0200
+
+gdcm (3.0.17-3) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: Really fix vtkgdcm wrapping
+
+ -- Mathieu Malaterre <malat at debian.org> Mon, 05 Sep 2022 12:05:25 +0200
+
+gdcm (3.0.17-2) unstable; urgency=medium
+
+ * Team upload.
+ * d/rules: Make sure to build vtk bindings
+
+ -- Mathieu Malaterre <malat at debian.org> Mon, 05 Sep 2022 09:16:23 +0200
gdcm (3.0.17-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -33,6 +33,7 @@ endif
ifneq ($(DEFAULT_JAVA_VERSION),)
CMAKE_EXTRA_FLAGS += -DGDCM_WRAP_JAVA:BOOL=ON \
+ -DVTKGDCM_WRAP_JAVA:BOOL=ON \
-DGDCM_DEFAULT_JAVA_VERSION:STRING=$(DEFAULT_JAVA_VERSION)
endif
@@ -69,6 +70,8 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_SKIP_RPATH=ON \
-DGDCM_PDF_DOCUMENTATION:BOOL=$(BUILDDOC) \
-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
-DGDCM_WRAP_PYTHON:BOOL=ON \
+ -DVTKGDCM_WRAP_PYTHON:BOOL=ON \
+ -DVTKGDCM_WRAP_CSHARP:BOOL=$(DEB_WRAP_CSHARP) \
-DGDCM_WRAP_CSHARP:BOOL=$(DEB_WRAP_CSHARP) \
-DGDCM_WRAP_PHP:BOOL=OFF \
-DGDCM_USE_PVRG:BOOL=ON \
View it on GitLab: https://salsa.debian.org/med-team/gdcm/-/compare/f3cff6830bbd7a0d5706c75be42fcb6c8c4b7b83...309435709ace0b8aa28724fd1073d4b0ebe7ce87
--
View it on GitLab: https://salsa.debian.org/med-team/gdcm/-/compare/f3cff6830bbd7a0d5706c75be42fcb6c8c4b7b83...309435709ace0b8aa28724fd1073d4b0ebe7ce87
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/20220905/e79f823e/attachment-0001.htm>
More information about the debian-med-commit
mailing list