[SCM] Paraview packaging branch, master, updated. debian/3.14.1-2-1-gcfe1177

Anton Gladky gladky.anton at gmail.com
Tue May 8 16:51:40 UTC 2012


The following commit has been merged in the master branch:
commit cfe1177ccca1c34af45a8a12e44d01a1773a23b0
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue May 8 18:50:01 2012 +0200

    Fix FTBFS against gcc-4.7. (Closes: #672037)

diff --git a/debian/patches/fix_FTBFS_gcc-4.7.patch b/debian/patches/fix_FTBFS_gcc-4.7.patch
new file mode 100644
index 0000000..0da9aab
--- /dev/null
+++ b/debian/patches/fix_FTBFS_gcc-4.7.patch
@@ -0,0 +1,28 @@
+Description: fix FTBFS with gcc-4.7
+Author: Mathieu Malaterre <malat at debian.org>
+Origin: http://anonscm.debian.org/gitweb/?p=collab-maint/vtk.git;a=commitdiff;h=428e763c995bb303805e07da70c1a34fc103d208
+Reviewed-by: Anton Gladky <gladky.anton at gmail.com>
+Last-Update: 2012-05-08
+
+--- a/VTK/Rendering/vtkFreeTypeTools.cxx
++++ b/VTK/Rendering/vtkFreeTypeTools.cxx
+@@ -35,6 +35,8 @@
+ using namespace ftgl;
+ #endif
+ 
++#include <stdint.h>
++
+ // Print debug info
+ #define VTK_FTFC_DEBUG 0
+ #define VTK_FTFC_DEBUG_CD 0
+--- a/VTK/Rendering/vtkFreeTypeUtilities.cxx
++++ b/VTK/Rendering/vtkFreeTypeUtilities.cxx
+@@ -36,6 +36,8 @@
+ using namespace ftgl;
+ #endif
+ 
++#include <stdint.h>
++
+ // Print debug info
+ 
+ #define VTK_FTFC_DEBUG 0
diff --git a/debian/patches/series b/debian/patches/series
index 16ca47b..55595b6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ kwprocessxml_rpath.patch
 fix_format_not_a_string_FTBFS.patch
 workaround_strict-aliasing_in_mpi4py_MPI.patch
 fix_FTBFS_boost149.patch
+fix_FTBFS_gcc-4.7.patch

-- 
Paraview packaging



More information about the debian-science-commits mailing list