diff -u libgdiplus-1.2.4/debian/changelog libgdiplus-1.2.4/debian/changelog --- libgdiplus-1.2.4/debian/changelog +++ libgdiplus-1.2.4/debian/changelog @@ -1,3 +1,10 @@ +libgdiplus (1.2.4-1ubuntu3) gutsy; urgency=low + + * debian/patches/01_missing-include.dpatch: + - Patch from Debian to fix FTBFS (LP: #126536) + + -- Aron Sisak Mon, 03 Sep 2007 11:06:02 +0200 + libgdiplus (1.2.4-1ubuntu2) gutsy; urgency=low * Build packages for lpia too, we have mono there now. only in patch2: unchanged: --- libgdiplus-1.2.4.orig/debian/patches/00list +++ libgdiplus-1.2.4/debian/patches/00list @@ -0,0 +1 @@ +01_missing-include.dpatch only in patch2: unchanged: --- libgdiplus-1.2.4.orig/debian/patches/01_missing-include.dpatch +++ libgdiplus-1.2.4/debian/patches/01_missing-include.dpatch @@ -0,0 +1,15 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run + +@DPATCH@ + +--- libgdiplus-1.2.4~/cairo/src/cairo-type1-subset.c 2007-05-03 20:40:26.000000000 +0000 ++++ libgdiplus-1.2.4/cairo/src/cairo-type1-subset.c 2007-07-23 09:30:11.000000000 +0000 +@@ -46,6 +46,8 @@ + #include FT_OUTLINE_H + #include FT_TYPE1_TABLES_H + ++#include ++ + typedef struct _cairo_type1_font_subset { + + cairo_scaled_font_subset_t *scaled_font_subset;