Skip to content
Commits on Source (3)
gdcm (2.8.7-2python3exp1) experimental; urgency=medium
gdcm (2.8.7-1python3exp1) experimental; urgency=medium
* Experimental upload with python3 support
......
......@@ -49,7 +49,7 @@ endif
dh $@ $(WITH_CLI) --with python3 --with javahelper --buildsystem=cmake+ninja
PYVER := $(shell py3versions -dv)
PYMODDIR := /usr/lib/$(shell py3versions -r)
PYMODDIR := /usr/lib/$(shell py3versions -d)
VTKVERS=$(shell apt-cache policy libvtk7-dev | grep "Installed:" | cut -d: -f2 | cut -d' ' -f2 | cut -d- -f1 | cut -d. -f1-2)
# GDCM_DOCUMENTATION:BOOL=ON is required to build man page (build target)
......