Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
d/p/remove..: Add major version increment
· 9ff7bbd4
Gert Wollny
authored
Nov 17, 2019
9ff7bbd4
d/changelog: Prep for new upload
· 433d808c
Gert Wollny
authored
Nov 17, 2019
433d808c
d/changelog: Update for new upload
· ca057182
Gert Wollny
authored
Nov 18, 2019
ca057182
d/rules: Fix lintian file generation
· 9c4e13d0
Gert Wollny
authored
Nov 18, 2019
9c4e13d0
d/control: Fix use of dh-python
· bf657dc5
Gert Wollny
authored
Nov 18, 2019
bf657dc5
d/changelog: fixup
· cb2294b4
Gert Wollny
authored
Nov 18, 2019
cb2294b4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cb2294b4
insighttoolkit4 (4.13.2-dfsg1-2) UNRELEASED; urgency=medium
insighttoolkit4 (4.13.2-dfsg1-3) unstable; urgency=medium
* d/rules: Fix lintian file generation
* d/control: add dh-python to build-deps
-- Gert Wollny <gewo@debian.org> Mon, 18 Nov 2019 09:25:17 +0100
insighttoolkit4 (4.13.2-dfsg1-2) unstable; urgency=medium
* d/control: Switch python package name to python3
* d/*: Make it compile with gcc-9, Closes: #944179
* d/p/remove..: Add patch to pass all gcc version tests
-- Gert Wollny <gewo@debian.org>
Mo
n, 1
1
Nov 2019 1
9:23:04
+0100
-- Gert Wollny <gewo@debian.org>
Su
n, 1
7
Nov 2019 1
0:03:19
+0100
insighttoolkit4 (4.13.2-dfsg1-1) unstable; urgency=medium
...
...
debian/control
View file @
cb2294b4
...
...
@@ -7,6 +7,7 @@ Uploaders: Steve M. Robbins <smr@debian.org>,
Gert Wollny <gewo@debian.org>
Build-Depends: debhelper (>= 9),
cmake (>= 2.8.9),
dh-python,
swig3.0,
castxml (>= 0.2-3),
zlib1g-dev (>= 1.2.2),
...
...
debian/patches/remove_gcc_version_test.patch
View file @
cb2294b4
...
...
@@ -67,12 +67,13 @@
#if defined(_WIN32) || defined(WIN32)
--- a/Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx
+++ b/Modules/ThirdParty/VNL/src/vxl/vcl/tests/test_preprocessor.cxx
@@ -64,6 +64,1
1
@@
@@ -64,6 +64,1
2
@@
++minor_count;
#endif
+#ifdef VCL_GCC_73
+ ++compiler_count;
+ ++major_count;
+ ++minor_count;
+#endif
+
...
...
debian/rules
View file @
cb2294b4
...
...
@@ -107,7 +107,7 @@ override_dh_auto_test:
override_dh_lintian:
echo "#ITK embeds various patched libraries" > debian/$(pkg_lib).lintian-overrides
echo "$(pkg_lib): embedded-library" > debian/$(pkg_lib).lintian-overrides
echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides
echo "$(pkg_lib): package-name-doesnt-match-sonames" >
>
debian/$(pkg_lib).lintian-overrides
dh_lintian
override_dh_install-indep:
...
...