r44196 - in /packages/vmtk/trunk/debian: changelog patches/ patches/series patches/vtk-python-include-path.patch

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Mon Dec 19 10:40:33 UTC 2011


Author: johannr-guest
Date: Mon Dec 19 10:40:32 2011
New Revision: 44196

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44196
Log:
Fix FTBFS (Python.h not found).

Added:
    packages/vmtk/trunk/debian/patches/
    packages/vmtk/trunk/debian/patches/series
    packages/vmtk/trunk/debian/patches/vtk-python-include-path.patch
Modified:
    packages/vmtk/trunk/debian/changelog

Modified: packages/vmtk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/changelog?rev=44196&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/changelog (original)
+++ packages/vmtk/trunk/debian/changelog Mon Dec 19 10:40:32 2011
@@ -1,3 +1,9 @@
+vmtk (0.9.0-6) unstable; urgency=low
+
+  * Add patch to fix problem with Python.h not found (closes: 650586).
+
+ -- Johannes Ring <johannr at simula.no>  Mon, 19 Dec 2011 11:18:55 +0100
+
 vmtk (0.9.0-5) unstable; urgency=low
 
   * debian/rules: Enable contrib scripts.

Added: packages/vmtk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/patches/series?rev=44196&op=file
==============================================================================
--- packages/vmtk/trunk/debian/patches/series (added)
+++ packages/vmtk/trunk/debian/patches/series Mon Dec 19 10:40:32 2011
@@ -1,0 +1,1 @@
+vtk-python-include-path.patch

Added: packages/vmtk/trunk/debian/patches/vtk-python-include-path.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/patches/vtk-python-include-path.patch?rev=44196&op=file
==============================================================================
--- packages/vmtk/trunk/debian/patches/vtk-python-include-path.patch (added)
+++ packages/vmtk/trunk/debian/patches/vtk-python-include-path.patch Mon Dec 19 10:40:32 2011
@@ -1,0 +1,12 @@
+Fix problem with Python.h not found when building against newer VTK.
+
+--- vmtk-0.9.0.orig/vtkVmtk/CMakeLists.txt
++++ vmtk-0.9.0/vtkVmtk/CMakeLists.txt
+@@ -76,6 +76,7 @@ INSTALL(FILES ${files}
+   COMPONENT Development)
+ 
+ IF (VTK_WRAP_PYTHON AND VTK_VMTK_WRAP_PYTHON)
++  INCLUDE_DIRECTORIES(${VTK_PYTHON_INCLUDE_DIR})
+   CONFIGURE_FILE(${VTK_VMTK_SOURCE_DIR}/vtkvmtk.py ${VTK_VMTK_BINARY_DIR}/vtkvmtk.py COPYONLY)
+   #INSTALL_FILES(${VTK_VMTK_MODULE_INSTALL_LIB_DIR} FILES ${VTK_VMTK_BINARY_DIR}/vtkvmtk.py)
+   INSTALL(FILES ${VTK_VMTK_BINARY_DIR}/vtkvmtk.py




More information about the debian-science-commits mailing list