Package: vtk6
Version: 6.2.0+dfsg1-8
Tags: patch

vtk6 FTBFS on hppa (and some other architectures) which an error like this:

dpkg-shlibdeps: error: couldn't find library 
libvtkRenderingQtPython27D-6.2.so.6.2 needed by 
debian/python-vtk6/usr/lib/python2.7/dist-packages/vtk/vtkRenderingQtPython.mips64el-linux-gnuabi64.so
 (ELF format: 'elf64-tradlittlemips'; RPATH: '')

Attached patch fixes it for hppa.
I'm pretty sure it will fix the same issue for x32 and mips64el too.
In addition I think alpha, sparc64 and other "debian-ports" architectures need 
to be added as well.

Can you apply this patch (with hppa added) for the next upload ?

Thanks,
Helge  
diff -up ./debian/control.org ./debian/control
--- ./debian/control.org	2016-02-12 21:54:25.909604465 +0100
+++ ./debian/control	2016-02-12 21:54:38.033515050 +0100
@@ -141,7 +141,7 @@ Description: VTK header files
  C++ programs that use VTK to do 3D visualisation.
 
 Package: libvtk6-qt-dev
-Architecture: amd64 arm64 i386 powerpc ppc64el mips mipsel kfreebsd-amd64 kfreebsd-i386 s390x
+Architecture: amd64 arm64 i386 powerpc ppc64el mips mipsel kfreebsd-amd64 kfreebsd-i386 s390x hppa x32
 Section: libdevel
 Depends: libvtk6-dev (= ${binary:Version}),
          ${misc:Depends},
@@ -178,7 +178,7 @@ Description: VTK libraries
  that use VTK.
 
 Package: libvtk6.2-qt
-Architecture: amd64 arm64 i386 powerpc ppc64el mips mipsel kfreebsd-amd64 kfreebsd-i386 s390x
+Architecture: amd64 arm64 i386 powerpc ppc64el mips mipsel kfreebsd-amd64 kfreebsd-i386 s390x hppa x32
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends}

Reply via email to