[med-svn] [Git][med-team/insighttoolkit][master] 6 commits: d/p/remove..: Add major version increment
Gert Wollny
gitlab at salsa.debian.org
Mon Nov 18 16:37:14 GMT 2019
Gert Wollny pushed to branch master at Debian Med / insighttoolkit
Commits:
9ff7bbd4 by Gert Wollny at 2019-11-17T09:02:40Z
d/p/remove..: Add major version increment
- - - - -
433d808c by Gert Wollny at 2019-11-17T09:04:06Z
d/changelog: Prep for new upload
- - - - -
ca057182 by Gert Wollny at 2019-11-18T08:53:52Z
d/changelog: Update for new upload
- - - - -
9c4e13d0 by Gert Wollny at 2019-11-18T08:53:52Z
d/rules: Fix lintian file generation
- - - - -
bf657dc5 by Gert Wollny at 2019-11-18T08:53:52Z
d/control: Fix use of dh-python
- - - - -
cb2294b4 by Gert Wollny at 2019-11-18T08:54:57Z
d/changelog: fixup
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/patches/remove_gcc_version_test.patch
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,17 @@
-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 at 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 at debian.org> Mon, 11 Nov 2019 19:23:04 +0100
+ -- Gert Wollny <gewo at debian.org> Sun, 17 Nov 2019 10:03:19 +0100
insighttoolkit4 (4.13.2-dfsg1-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -7,6 +7,7 @@ Uploaders: Steve M. Robbins <smr at debian.org>,
Gert Wollny <gewo at 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
=====================================
@@ -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,11 @@
+@@ -64,6 +64,12 @@
++minor_count;
#endif
+#ifdef VCL_GCC_73
+ ++compiler_count;
++ ++major_count;
+ ++minor_count;
+#endif
+
=====================================
debian/rules
=====================================
@@ -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:
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/fbf966441c1dc3bc08765a98bd4a1319921524f5...cb2294b495adf4fff90bc44a6fa67a74b9dbcd23
--
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/fbf966441c1dc3bc08765a98bd4a1319921524f5...cb2294b495adf4fff90bc44a6fa67a74b9dbcd23
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191118/5fa03f98/attachment-0001.html>
More information about the debian-med-commit
mailing list