Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
d/rules: use ninja build system
· 643e29a3
Gert Wollny
authored
Oct 19, 2019
643e29a3
d/libgdcm3.0.docs: Fix file name
· 7bc7f7ef
Gert Wollny
authored
Oct 19, 2019
7bc7f7ef
d/gdcm-doc*: Fix version of PDF file
· 2f3be8bc
Gert Wollny
authored
Oct 19, 2019
2f3be8bc
Show whitespace changes
Inline
Side-by-side
debian/gdcm-doc.doc-base
View file @
2f3be8bc
...
...
@@ -9,4 +9,4 @@ Index: /usr/share/doc/gdcm-doc/html/index.xhtml
Files: /usr/share/doc/gdcm-doc/html/*
Format: PDF
Files: /usr/share/doc/gdcm-doc/gdcm-
2.8.8
.pdf
Files: /usr/share/doc/gdcm-doc/gdcm-
3.0.3
.pdf
debian/gdcm-doc.docs
View file @
2f3be8bc
usr/share/doc/gdcm-*/html/
usr/share/doc/gdcm-*/gdcm-
2
*.pdf
usr/share/doc/gdcm-*/gdcm-*.pdf
debian/gdcm-doc.install
View file @
2f3be8bc
usr
/
share
/
doc
/
gdcm
-*/
html
/
usr
/
share
/
doc
/
gdcm
-*/
gdcm
-
3.0
*.
pdf
usr
/
share
/
doc
/
gdcm
-
doc
/
usr
/
share
/
doc
/
gdcm
-*/
gdcm
-*.
pdf
usr
/
share
/
doc
/
gdcm
-
doc
/
debian/libgdcm3.0.docs
View file @
2f3be8bc
README.
txt
README.
md
debian/rules
View file @
2f3be8bc
...
...
@@ -46,7 +46,7 @@ else
endif
%:
dh $@ $(WITH_CLI) --with python3 --with javahelper --buildsystem=cmake
dh $@ $(WITH_CLI) --with python3 --with javahelper --buildsystem=cmake
+ninja
PYVER := $(shell py3versions -dv)
PYMODDIR := /usr/lib/$(shell py3versions -d)
...
...