Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
d/rules: Correct python mod dir
· f1a67d09
Gert Wollny
authored
Jun 30, 2018
f1a67d09
d/rules: Correct python mod dir
· 8d577bbf
Gert Wollny
authored
Jun 30, 2018
8d577bbf
correct version number
· 383d9a64
Gert Wollny
authored
Jun 30, 2018
383d9a64
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
383d9a64
gdcm (2.8.7-
2
python3exp1) experimental; urgency=medium
gdcm (2.8.7-
1
python3exp1) experimental; urgency=medium
* Experimental upload with python3 support
...
...
debian/rules
View file @
383d9a64
...
...
@@ -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)
...
...