Package: vtk
Version: 4.4.2-7
Severity: serious
Justification: FTBFS
Tags: patch

vtk-4.4.2-7 fails to build from source in an unstable pbuilder instance
and on most buildds (http://buildd.debian.org/build.php?&pkg=vtk) due to
a bad Build-Dep.  The attached patch fixes this and a bug with the
maintainer i386 binary upload of libvtk4-dev which depends of
libgl1-mesa-dev | libgl-dev instead of xlibmesa-gl-dev | libgl-dev.  The
two things are basically the same problem.

Cheers,

Mark

-- 
Mark Hymers <[EMAIL PROTECTED]>

"That's why the good die young; it's because Death can't be bothered to check
 the paperwork."
     Andy Hamilton, Old Harry's Game
diff -Naur vtk-4.4.2/debian/control vtk-4.4.2-mod/debian/control
--- vtk-4.4.2/debian/control    2005-09-18 14:59:05.000000000 +0100
+++ vtk-4.4.2-mod/debian/control        2005-09-18 13:24:23.000000000 +0100
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: A. Maitland Bottoms <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), libgl1-mesa-dev | libgl-dev, 
libglu1-mesa-dev | libglu-dev, xlibs-dev, tcl8.4-dev, tk8.4-dev, python-dev, 
cmake (>> 2.0.4), libexpat1-dev, libjpeg62-dev, libpng12-0-dev, libtiff4-dev | 
libtiff-dev, zlib1g-dev, libfreetype6-dev, ftgl-dev
+Build-Depends: debhelper (>> 3.0.0), xlibmesa-gl-dev | libgl-dev, 
libglu1-mesa-dev | libglu-dev, xlibs-dev, tcl8.4-dev, tk8.4-dev, python-dev, 
cmake (>> 2.0.4), libexpat1-dev, libjpeg62-dev, libpng12-0-dev, libtiff4-dev | 
libtiff-dev, zlib1g-dev, libfreetype6-dev, ftgl-dev
 Build-Depends-Indep: libdigest-md5-perl, doxygen
 Standards-Version: 3.6.1.0
 
@@ -54,7 +54,7 @@
 Architecture: all
 Conflicts: libvtk-dev, libvtk32-dev
 Replaces: libvtk-dev, libvtk32-dev
-Depends: libvtk4c2, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | 
libglu-dev, xlibs-dev, libc6-dev
+Depends: libvtk4c2, xlibmesa-gl-dev | libgl-dev, libglu1-mesa-dev | 
libglu-dev, xlibs-dev, libc6-dev
 Suggests: vtk-examples, vtk-doc
 Section: libdevel
 Description: VTK header files for building C++ code

Reply via email to