diff -Nru gfxboot-4.5.1/debian/changelog gfxboot-4.5.1/debian/changelog --- gfxboot-4.5.1/debian/changelog 2013-03-10 19:32:15.000000000 +0000 +++ gfxboot-4.5.1/debian/changelog 2014-01-28 16:00:58.000000000 +0000 @@ -1,3 +1,9 @@ +gfxboot (4.5.1-3ubuntu1) trusty; urgency=medium + + * Fix build with changed freetype header layout. + + -- Matthias Klose Tue, 28 Jan 2014 16:00:33 +0000 + gfxboot (4.5.1-3) unstable; urgency=low * Removing all references to my old email address. diff -Nru gfxboot-4.5.1/debian/patches/07-freetype-headers.diff gfxboot-4.5.1/debian/patches/07-freetype-headers.diff --- gfxboot-4.5.1/debian/patches/07-freetype-headers.diff 1970-01-01 00:00:00.000000000 +0000 +++ gfxboot-4.5.1/debian/patches/07-freetype-headers.diff 2014-01-28 16:04:39.000000000 +0000 @@ -0,0 +1,11 @@ +--- gfxboot-4.5.1.orig/gfxboot-font.c ++++ gfxboot-4.5.1/gfxboot-font.c +@@ -13,7 +13,7 @@ + + #include + #include FT_FREETYPE_H +-#include ++#include FT_SYNTHESIS_H + + + #define MAGIC 0xd2828e06 diff -Nru gfxboot-4.5.1/debian/patches/series gfxboot-4.5.1/debian/patches/series --- gfxboot-4.5.1/debian/patches/series 2013-03-10 18:46:45.000000000 +0000 +++ gfxboot-4.5.1/debian/patches/series 2014-01-28 16:01:31.000000000 +0000 @@ -4,3 +4,4 @@ 04-link-order.patch 05-buildflags.patch 06-syslinux-path.patch +07-freetype-headers.diff