diff -u xft-2.3.1/debian/changelog xft-2.3.1/debian/changelog --- xft-2.3.1/debian/changelog +++ xft-2.3.1/debian/changelog @@ -1,3 +1,10 @@ +xft (2.3.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add fix-freetype-includes.patch to fix FTBFS (Closes: #733385). + + -- Juhani Numminen Sun, 05 Jan 2014 09:47:46 +0200 + xft (2.3.1-1) unstable; urgency=low * New upstream release: only in patch2: unchanged: --- xft-2.3.1.orig/debian/patches/fix-freetype-includes.patch +++ xft-2.3.1/debian/patches/fix-freetype-includes.patch @@ -0,0 +1,21 @@ +Dscription: Fix build failure with freetype 2.5.1 +Author: Juhani Numminen +Bug-Debian: http://bugs.debian.org/733385 + +--- a/src/xftglyphs.c ++++ b/src/xftglyphs.c +@@ -21,10 +21,11 @@ + */ + + #include "xftint.h" +-#include +-#include ++#include ++#include FT_OUTLINE_H ++#include FT_LCD_FILTER_H + +-#include ++#include FT_SYNTHESIS_H + + /* + * Validate the memory info for a font only in patch2: unchanged: --- xft-2.3.1.orig/debian/patches/series +++ xft-2.3.1/debian/patches/series @@ -0,0 +1 @@ +fix-freetype-includes.patch