Hi,

On Fri, 17 Jan 2014 10:25:33 -0500
Ari Pollak <a...@debian.org> wrote:
> I was hoping upstream would release a new stable version, since it would
> also fix a FTBFS. That still hasn't happened, so I might just end up
> releasing a git snapshot.

 Attached tiny patch fixes FTBFS, I can built it with git-buildpackage.
 Ari, could you check it, please? 


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff --git a/debian/changelog b/debian/changelog
index f9b0128..facae30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,10 @@ gimp (2.8.10-1) UNRELEASED; urgency=high
       (Closes: #731305)
   * Build-depend on libtiff-dev instead of libtiff4-dev (Closes: #736006)
 
+  [ Hideki Yamane ]
+  * debian/patches
+    - add adjust_freetype_header.patch to fix FTBFS
+
  -- Ari Pollak <a...@debian.org>  Wed, 04 Dec 2013 20:46:57 -0500
 
 gimp (2.8.6-1) unstable; urgency=low
diff --git a/debian/patches/adjust_freetype_header.patch b/debian/patches/adjust_freetype_header.patch
new file mode 100644
index 0000000..76feb49
--- /dev/null
+++ b/debian/patches/adjust_freetype_header.patch
@@ -0,0 +1,16 @@
+Description: adjust freetype header location
+
+Forwarded: no
+Last-Update: 2014-02-28
+
+--- gimp-2.8.10.orig/app/text/gimpfont.c
++++ gimp-2.8.10/app/text/gimpfont.c
+@@ -27,7 +27,7 @@
+ 
+ #define PANGO_ENABLE_ENGINE  1   /* Argh */
+ #include <pango/pango-ot.h>
+-#include <freetype/tttables.h>
++#include <freetype2/tttables.h>
+ 
+ #include "text-types.h"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 65e0b16..457b29d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_hurd_ftbfs.patch
+adjust_freetype_header.patch

Reply via email to