diff -Nru mayavi2-4.4.3/debian/changelog mayavi2-4.4.3/debian/changelog --- mayavi2-4.4.3/debian/changelog 2015-10-17 00:39:38.000000000 +0200 +++ mayavi2-4.4.3/debian/changelog 2016-01-30 16:59:45.000000000 +0100 @@ -1,3 +1,10 @@ +mayavi2 (4.4.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Replace void_p by p_void in wxVTKRenderWindowInteractor. (Closes: #812641) + + -- Anton Gladky Sat, 30 Jan 2016 16:59:03 +0100 + mayavi2 (4.4.3-2) unstable; urgency=medium * Add the missing changes from Olly Betts NMU (4.3.1-3.1) diff -Nru mayavi2-4.4.3/debian/patches/wxpy3.0-compat.patch mayavi2-4.4.3/debian/patches/wxpy3.0-compat.patch --- mayavi2-4.4.3/debian/patches/wxpy3.0-compat.patch 2015-10-17 00:26:30.000000000 +0200 +++ mayavi2-4.4.3/debian/patches/wxpy3.0-compat.patch 2016-01-30 16:57:34.000000000 +0100 @@ -116,6 +116,15 @@ creating the window. Behaviour: +@@ -365,7 +365,7 @@ class wxVTKRenderWindowInteractor(baseCl + + # we now have 0xdeadbeef + # VTK wants it as: _deadbeef_void_p (pre-SWIG-1.3 style) +- d = '_%s_%s\0' % (d[2:], 'void_p') ++ d = '_%s_%s\0' % (d[2:], 'p_void') + + return d + @@ -695,7 +695,7 @@ def wxVTKRenderWindowInteractorConeExamp """Like it says, just a simple example """