Hey, I just uploaded vtk to DELAYED/0. Please see the attached nmudiff.
Cheers, -- Michael Schutte | michi@{uiae.at,debian.org} Innsbruck, Austria | happily accepting encrypted mail OpenPGP: 0x16fb 517b a866 c3f6 8f11 1485 f3e4 122f 1D8C 261A
diff -Nru vtk-5.6.1/debian/changelog vtk-5.6.1/debian/changelog --- vtk-5.6.1/debian/changelog 2011-06-03 07:02:31.000000000 +0200 +++ vtk-5.6.1/debian/changelog 2011-08-22 07:07:12.000000000 +0200 @@ -1,3 +1,14 @@ +vtk (5.6.1-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove absolute paths to required libraries from + /usr/lib/vtk-5.6/VTKLibraryDepends.cmake after building, closes: + #506992. Due to the multiarch transition, the original behavior + frequently causes reverse build-deps to FTBFS. This change should + probably be reverted once all required libraries are multiarched. + + -- Michael Schutte <mi...@debian.org> Mon, 22 Aug 2011 07:04:37 +0200 + vtk (5.6.1-6) unstable; urgency=low * VolumeRendering/vtkOpenGLGPUVolumeRayCastMapper.cxx: diff -Nru vtk-5.6.1/debian/rules vtk-5.6.1/debian/rules --- vtk-5.6.1/debian/rules 2011-02-22 03:54:32.000000000 +0100 +++ vtk-5.6.1/debian/rules 2011-08-22 07:04:18.000000000 +0200 @@ -121,6 +121,7 @@ if [ "X$(DARTP)" = XUSE_DART ]; then cd Build && xvfb-run -s "-screen 0 1024x768x24" $(MAKE) $(JOBS) Experimental; else cd Build && $(MAKE) $(JOBS);fi if [ "X$(DARTP)" = XUSE_DART ]; then cd Build && $(MAKE) $(JOBS) ExperimentalSubmit; fi + sed -i -e "s#/usr/lib/\(`dpkg-architecture -qDEB_HOST_MULTIARCH`/\)\?lib\([^;]*\)\.so#\2#g" Build/VTKLibraryDepends.cmake touch build-stamp