[med-svn] [Git][med-team/insighttoolkit][master] 3 commits: d/control: remove dep on dh-python, it is part of python2
Gert Wollny
gitlab at salsa.debian.org
Sun Dec 23 08:47:55 GMT 2018
Gert Wollny pushed to branch master at Debian Med / insighttoolkit
Commits:
d961874a by Gert Wollny at 2018-12-23T08:45:15Z
d/control: remove dep on dh-python, it is part of python2
- - - - -
5fd81ce7 by Gert Wollny at 2018-12-23T08:45:21Z
d/p/fix_dyn..: Add patch to fix compilation error
- - - - -
e58c0c14 by Gert Wollny at 2018-12-23T08:45:21Z
d/p: remove gcc version patch, the checks are now done upstream
Also this patch seems to make some test fail
- - - - -
3 changed files:
- debian/control
- + debian/patches/fix_dynamic_cast.patch
- debian/patches/series
Changes:
=====================================
debian/control
=====================================
@@ -22,8 +22,7 @@ Build-Depends: debhelper (>= 9),
libminc-dev,
libnifti-dev,
libhdf5-dev,
- dh_python,
- python-all-dev
+ python-dev
# libvtk6-dev -- only needed if we enable one of the following modules:
# VtkGlue, LevelSetsv4Visualization
Standards-Version: 4.1.3
=====================================
debian/patches/fix_dynamic_cast.patch
=====================================
@@ -0,0 +1,13 @@
+Author: Gert Wollny <gewo at debian.org>
+Description: Fix an (old) upstream error for a type cast
+--- a/Modules/Registration/PDEDeformable/include/itkMultiResolutionPDEDeformableRegistration.h
++++ b/Modules/Registration/PDEDeformable/include/itkMultiResolutionPDEDeformableRegistration.h
+@@ -185,7 +185,7 @@
+ /** Get output deformation field. */
+ const DeformationFieldType * GetDeformationField(void)
+ {
+- return itkDynamicCastInDebugMode<DeformationFieldType *> (this->GetDisplacementField());
++ return itkDynamicCastInDebugMode<const DeformationFieldType *> (this->GetDisplacementField());
+ }
+ #endif
+
=====================================
debian/patches/series
=====================================
@@ -8,5 +8,6 @@ itk4.12.0-resource_cprobe.patch
disable-doxygen.patch
simplify-system-gtest.patch
fix-minc-includes.patch
-remove_gcc_version_test.patch
+#remove_gcc_version_test.patch
#fix_python_tests.diff
+fix_dynamic_cast.patch
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/ca46e3ed2424e8237a9d8794f53c558514d3590a...e58c0c149eca4df0de859fdfbe730f9b6b971ec2
--
View it on GitLab: https://salsa.debian.org/med-team/insighttoolkit/compare/ca46e3ed2424e8237a9d8794f53c558514d3590a...e58c0c149eca4df0de859fdfbe730f9b6b971ec2
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/20181223/1e01c5db/attachment-0001.html>
More information about the debian-med-commit
mailing list