Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
d/*.install: move cmake files into -dev package, Closes: #901214
· 9ae5b2c2
Gert Wollny
authored
Oct 30, 2018
9ae5b2c2
d/control: Update standards to 4.2.1, no changes
· a6c61ad7
Gert Wollny
authored
Oct 30, 2018
a6c61ad7
Update changelog
· 656b04c3
Gert Wollny
authored
Oct 30, 2018
656b04c3
disable SQL lib patches
· 586efae9
Gert Wollny
authored
Oct 30, 2018
586efae9
remove custom compression options
· 7b799abd
Gert Wollny
authored
Oct 30, 2018
7b799abd
Prep for upload
· 566b8600
Gert Wollny
authored
Oct 30, 2018
566b8600
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
566b8600
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 ]
...
...
debian/control
View file @
566b8600
...
...
@@ -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
...
...
debian/libvtk-dicom-dev.install
View file @
566b8600
usr
/
include
/*
usr/lib/*/
libvtkDICOM
.
so
usr
/
lib
/*/
cmake
/*
debian/libvtkdicom0.8.install
View file @
566b8600
usr
/
lib
/*/
libvtkDICOM
.
so
.
*
usr/lib/*/
cmake
/*
debian/patches/02_add_MySQL_and_PostgreSQL_to_VTK_LIBS.patch
deleted
100644 → 0
View file @
43cef9e5
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)
debian/patches/series
View file @
566b8600
01_reproducable_build_datetime.patch
02_add_MySQL_and_PostgreSQL_to_VTK_LIBS.patch
03_test_python3.patch
debian/source/options
deleted
100644 → 0
View file @
43cef9e5
compression = xz
compression-level = 9