Étienne Mollier pushed to branch master at Debian Med / insighttoolkit
Commits: 351cf36f by Étienne Mollier at 2020-08-07T08:23:34+02:00 d/rules: removed now unnecessary --parallel option - - - - - 68c5b5e5 by Étienne Mollier at 2020-08-07T08:26:21+02:00 renamed: NEWS.Debian -> NEWS per lintian warning - - - - - 7bf71dca by Étienne Mollier at 2020-08-07T08:29:00+02:00 fixed spell in d/p/itk4.12.0-resource_cprobe.patch - - - - - 18a91242 by Étienne Mollier at 2020-08-07T13:22:33+02:00 d/patches/series: mention unused patch as comment This is to silence a corresponding lintian warning. - - - - - a208ed33 by Étienne Mollier at 2020-08-07T13:24:43+02:00 routine-update: debhelper-compat 13 - - - - - c1b6fa94 by Étienne Mollier at 2020-08-07T19:09:23+02:00 d/changelog: ready for upload - - - - - 7 changed files: - debian/NEWS.Debian → debian/NEWS - debian/changelog - − debian/compat - debian/control - debian/patches/itk4.12.0-resource_cprobe.patch - debian/patches/series - debian/rules Changes: ===================================== debian/NEWS.Debian → debian/NEWS ===================================== ===================================== debian/changelog ===================================== @@ -1,13 +1,14 @@ -insighttoolkit4 (4.13.3-dfsg1-1) UNRELEASED; urgency=medium +insighttoolkit4 (4.13.3-dfsg1-1) unstable; urgency=medium * Team upload. * d/watch, d/data/watch: update to version 4 & scan https://itk.org/download/ * New upstream version 4.13.3-dfsg1. - * d/control*: bump castxml to version 0.3.4-2 Closes: #957360 - * d/control*: bump debhelper to compat 13 + * d/control*: bump castxml build dependency to version 0.3.4-2 + Closes: #957360 * d/control*: bump standard version to 4.5.0 + * debhelper-compat 13 (routine-update) - -- Étienne Mollier <[email protected]> Tue, 04 Aug 2020 21:59:39 +0200 + -- Étienne Mollier <[email protected]> Fri, 07 Aug 2020 19:07:24 +0200 insighttoolkit4 (4.13.2-dfsg1-9) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -13 ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Steve M. Robbins <[email protected]>, Gert Wollny <[email protected]> -Build-Depends: debhelper (>= 13), +Build-Depends: debhelper-compat (= 13), cmake (>= 2.8.9), dh-python, swig, ===================================== debian/patches/itk4.12.0-resource_cprobe.patch ===================================== @@ -1,6 +1,6 @@ Description: Inline call to UpdateMinimumMaximumMeasuredValue For some reason on i386 UpdateMinimumMaximumMeasuredValue is not - properly instanciated, resulting in a linker error. Work around + properly instantiated, resulting in a linker error. Work around this by inlining the call. Author: Gert Wollny <[email protected]> --- a/Modules/Core/Common/include/itkResourceProbe.hxx ===================================== debian/patches/series ===================================== @@ -10,3 +10,5 @@ simplify-system-gtest.patch fix-minc-includes.patch remove_gcc_version_test.patch python3.8.diff + +#fix_python_tests.diff ===================================== debian/rules ===================================== @@ -81,7 +81,7 @@ pkg_python = insighttoolkit$(VER_MAJOR)-python3 %: - dh $@ --builddir=BUILD --parallel --with python3 + dh $@ --builddir=BUILD --with python3 override_dh_auto_configure-indep: View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/377a2c17b96c30679c332e048ae0dc5f4638bfaf...c1b6fa94c2414570ccd29f82c4e4331b053cda0a -- View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/-/compare/377a2c17b96c30679c332e048ae0dc5f4638bfaf...c1b6fa94c2414570ccd29f82c4e4331b053cda0a You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
