[SCM] Paraview packaging branch, master, updated. upstream/3.10.1-100-g97bf92f

Anton Gladky gladky.anton at gmail.com
Thu Oct 13 22:50:14 UTC 2011


The following commit has been merged in the master branch:
commit c9b74a2543cf87d50645f050149a0346384fd11f
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Fri Oct 14 00:48:22 2011 +0200

    Fix FTBFS "format not a string literal and no format arg"

diff --git a/debian/patches/fix_format_not_a_string_FTBFS.patch b/debian/patches/fix_format_not_a_string_FTBFS.patch
new file mode 100644
index 0000000..4c84b2f
--- /dev/null
+++ b/debian/patches/fix_format_not_a_string_FTBFS.patch
@@ -0,0 +1,24 @@
+Description: Fix FTBFS "format not a string literal and no format arg"
+Author: Anton Gladky <gladky.anton at gmail.com>
+Last-Update: 2011-10-14
+
+--- a/Utilities/mpi4py/Library/mpi4py_MPI.c
++++ b/Utilities/mpi4py/Library/mpi4py_MPI.c
+@@ -3619,7 +3619,7 @@
+  *                                   "cleanup with Py_AtExit()")
+  *         return 0
+  */
+-        PySys_WriteStderr(__pyx_k_109);
++        PySys_WriteStderr("%s",__pyx_k_109);
+         goto __pyx_L5;
+       }
+       __pyx_L5:;
+@@ -3874,7 +3874,7 @@
+  *                           "cleanup with Py_AtExit()")
+  *     return 0
+  */
+-    PySys_WriteStderr(__pyx_k_112);
++    PySys_WriteStderr("%s",__pyx_k_112);
+     goto __pyx_L11;
+   }
+   __pyx_L11:;
diff --git a/debian/patches/series b/debian/patches/series
index 6b74403..24de8e0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ fix_vtkxdmf_xt.patch
 removesqlite.patch
 install_htmldoc.patch
 kwprocessxml_rpath.patch
+fix_format_not_a_string_FTBFS.patch

-- 
Paraview packaging



More information about the debian-science-commits mailing list