Skip to content
Commits on Source (6)
vtk-dicom (0.8.7-1~exp2) experimental; urgency=medium
* d/*.install: move cmake files into -dev package, Closes: #901214
* d/control: Update standards to 4.2.1, no changes
* d/p: SQL lib patches
* d/source/control: remove custom compression options
-- Gert Wollny <gewo@debian.org> Tue, 30 Oct 2018 16:46:09 +0100
vtk-dicom (0.8.7-1~exp1) experimental; urgency=medium
[ Mathieu Malaterre ]
......
......@@ -17,7 +17,7 @@ Build-Depends: cmake,
Homepage: http://github.com/dgobbi/vtk-dicom/
Vcs-Browser: https://salsa.debian.org/med-team/vtk-dicom.git
Vcs-Git: https://salsa.debian.org/med-team/vtk-dicom.git
Standards-Version: 4.1.4
Standards-Version: 4.2.1
X-Python3-Version: >= 3.6
Package: libvtk-dicom-dev
......
usr/include/*
usr/lib/*/libvtkDICOM.so
usr/lib/*/cmake/*
usr/lib/*/libvtkDICOM.so.*
usr/lib/*/cmake/*
Description: Separate libs for different SQL servers
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -265,7 +265,7 @@
# The library dependencies
if("${VTK_MAJOR_VERSION}" GREATER 5)
set(VTK_LIBS vtkCommonCore vtkCommonDataModel vtkImagingCore vtkIOCore
- vtkIOImage)
+ vtkIOImage vtkIOMySQL vtkIOPostgreSQL)
# If vtkIOMPIImage is present, it has factories for vtkIOImage
list(FIND VTK_LIBRARIES vtkIOMPIImage TMP_INDEX)
if(TMP_INDEX GREATER -1)
01_reproducable_build_datetime.patch
02_add_MySQL_and_PostgreSQL_to_VTK_LIBS.patch
03_test_python3.patch
compression = xz
compression-level = 9