Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
d/changelog: Upload to unstable
· 533121b6
Gert Wollny
authored
Nov 01, 2019
533121b6
d/python3-vtk-dicom.install: Fix python lib install
· cc1ebf34
Gert Wollny
authored
Nov 01, 2019
cc1ebf34
d/ruled: Don't build TCL wrappers
· 7c0c6b4b
Gert Wollny
authored
Nov 01, 2019
7c0c6b4b
d/python3-vtk-dicom: Fix install
· eb582de9
Gert Wollny
authored
Nov 01, 2019
eb582de9
d/changelog: Update changelog for upload
· cf7c9406
Gert Wollny
authored
Nov 01, 2019
cf7c9406
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cf7c9406
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 <gewo@debian.org> Fri, 01 Nov 2019 17:20:13 +0100
...
...
debian/python3-vtk-dicom.install
View file @
cf7c9406
#!/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
View file @
cf7c9406
...
...
@@ -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 \
...
...