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

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Mon Apr 28 18:30:09 UTC 2008


    Date: Monday, April 28, 2008 @ 18:30:07
  Author: morph-guest
Revision: 5180

closing #478237

Added:
  packages/matplotlib/trunk/debian/patches/bts-478237_ftbfs_gcc43.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-04-28 18:08:13 UTC (rev 5179)
+++ packages/matplotlib/trunk/debian/changelog	2008-04-28 18:30:07 UTC (rev 5180)
@@ -1,3 +1,10 @@
+matplotlib (0.91.2-2) UNRELEASED; urgency=low
+
+  * debian/patches/bts-478237_ftbfs_gcc43.patch
+    - added (Closes: #478237)
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 28 Apr 2008 20:16:31 +0200
+
 matplotlib (0.91.2-1) unstable; urgency=low
 
   [ Piotr Ożarowski ]

Added: packages/matplotlib/trunk/debian/patches/bts-478237_ftbfs_gcc43.patch
===================================================================
--- packages/matplotlib/trunk/debian/patches/bts-478237_ftbfs_gcc43.patch	                        (rev 0)
+++ packages/matplotlib/trunk/debian/patches/bts-478237_ftbfs_gcc43.patch	2008-04-28 18:30:07 UTC (rev 5180)
@@ -0,0 +1,15 @@
+Index: matplotlib-0.91.2/ttconv/truetype.h
+===================================================================
+--- matplotlib-0.91.2.orig/ttconv/truetype.h	2008-04-28 20:13:10.173119651 +0200
++++ matplotlib-0.91.2/ttconv/truetype.h	2008-04-28 20:14:38.434149359 +0200
+@@ -20,6 +20,10 @@
+ ** Last modified 19 April 1995.
+ */
+ 
++/* Debian BTS 478237: FTFS with gcc4.3
++ * Thanks to Soeren Sonnenburg <bugreports at nn7.de> */
++#include <stdio.h>
++
+ /* Types used in TrueType font files. */
+ #define BYTE unsigned char
+ #define USHORT unsigned short int

Modified: packages/matplotlib/trunk/debian/patches/series
===================================================================
--- packages/matplotlib/trunk/debian/patches/series	2008-04-28 18:08:13 UTC (rev 5179)
+++ packages/matplotlib/trunk/debian/patches/series	2008-04-28 18:30:07 UTC (rev 5180)
@@ -1,3 +1,4 @@
 build_fix.patch
 matplotlibrc_fix.patch
 bts-468977_memory_api_usage.patch
+bts-478237_ftbfs_gcc43.patch




More information about the Python-modules-commits mailing list