Gert Wollny pushed to branch master at Debian Med / vtk-dicom
Commits: 533121b6 by Gert Wollny at 2019-11-01T16:24:40Z d/changelog: Upload to unstable - - - - - cc1ebf34 by Gert Wollny at 2019-11-01T16:28:55Z d/python3-vtk-dicom.install: Fix python lib install - - - - - 7c0c6b4b by Gert Wollny at 2019-11-01T16:30:31Z d/ruled: Don't build TCL wrappers - - - - - eb582de9 by Gert Wollny at 2019-11-01T16:34:15Z d/python3-vtk-dicom: Fix install - - - - - cf7c9406 by Gert Wollny at 2019-11-01T16:38:25Z d/changelog: Update changelog for upload - - - - - 3 changed files: - debian/changelog - debian/python3-vtk-dicom.install - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ -vtk-dicom (0.8.11-1) UNRELEASED; urgency=medium +vtk-dicom (0.8.11-1) unstable; urgency=medium * New upstream version 0.8.11 + * d/rules: Explicitely don't build TCL bindings + * d/python3..: Fix library installs -- Gert Wollny <[email protected]> Fri, 01 Nov 2019 17:20:13 +0100 ===================================== debian/python3-vtk-dicom.install ===================================== @@ -1,4 +1,5 @@ #!/usr/bin/dh-exec usr/lib/*/libvtkDICOMPython*.so.* -usr/lib/*/vtkDICOMPython.so usr/lib/python${PYVER}/dist-packages +usr/lib/*/libvtkDICOMPython*.so usr/lib/python${PYVER}/dist-packages +usr/lib/*/vtkDICOMPython*.so usr/lib/python${PYVER}/dist-packages ===================================== debian/rules ===================================== @@ -26,6 +26,7 @@ CMAKE_EXTRA_FLAGS += \ -DCMAKE_BUILD_TYPE:STRING=None \ -DBUILD_PYTHON_WRAPPERS:BOOL=ON \ -DBUILD_JAVA_WRAPPERS:BOOL=OFF \ + -DBUILD_TCL_WRAPPERS:BOOL=OFF \ -DUSE_DCMTK:BOOL=OFF \ -DUSE_GDCM:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=ON \ View it on GitLab: https://salsa.debian.org/med-team/vtk-dicom/compare/f62c389a36fcf981c77f27f1bb24c9a04bcfeb74...cf7c94064c6f91a6142fe40fbefacc0843572379 -- View it on GitLab: https://salsa.debian.org/med-team/vtk-dicom/compare/f62c389a36fcf981c77f27f1bb24c9a04bcfeb74...cf7c94064c6f91a6142fe40fbefacc0843572379 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
