[Python-modules-commits] r6884 - in packages/matplotlib/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Nov 13 22:42:52 UTC 2008


    Date: Thursday, November 13, 2008 @ 22:42:51
  Author: morph
Revision: 6884

* debian/patches/bts-505618_gcc4.4.patch
  - added to fix a FTBFS if built with GCC 4.4; thanks to Martin Michlmayr for
    the report and the patch; Closes: #505618

Added:
  packages/matplotlib/trunk/debian/patches/bts-505618_gcc4.4.patch
Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/patches/series

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-11-13 18:47:22 UTC (rev 6883)
+++ packages/matplotlib/trunk/debian/changelog	2008-11-13 22:42:51 UTC (rev 6884)
@@ -23,6 +23,9 @@
     - added information about changing backend
   * debian/rules
     - merging all "rm" calls into "dh_clean" call
+  * debian/patches/bts-505618_gcc4.4.patch
+    - added to fix a FTBFS if built with GCC 4.4; thanks to Martin Michlmayr for
+      the report and the patch; Closes: #505618
 
  -- Benjamin Drung <benjamin.drung at gmail.com>  Sat, 08 Nov 2008 00:33:36 +0100
 

Added: packages/matplotlib/trunk/debian/patches/bts-505618_gcc4.4.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/bts-505618_gcc4.4.patch	                        (rev 0)
+++ packages/matplotlib/trunk/debian/patches/bts-505618_gcc4.4.patch	2008-11-13 22:42:51 UTC (rev 6884)
@@ -0,0 +1,11 @@
+Index: matplotlib-0.98.3/src/mplutils.cpp
+===================================================================
+--- matplotlib-0.98.3.orig/src/mplutils.cpp	2008-11-13 23:32:49.541833541 +0100
++++ matplotlib-0.98.3/src/mplutils.cpp	2008-11-13 23:32:59.197836373 +0100
+@@ -1,5 +1,6 @@
+ #include <iostream>
+ #include <cstdarg>
++#include <cstdio>
+ #include "mplutils.h"
+ 
+ void _VERBOSE(const std::string& s) {

Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series	2008-11-13 18:47:22 UTC (rev 6883)
+++ packages/matplotlib/trunk/debian/patches/series	2008-11-13 22:42:51 UTC (rev 6884)
@@ -3,3 +3,4 @@
 matplotlibrc.template-typo.patch
 doc_graphviz_errors_fix.patch
 bts-498229_axes3d_typo.patch
+bts-505618_gcc4.4.patch




More information about the Python-modules-commits mailing list