control: tags -1 patch
control: tags -1 pending

Hi,

 Just adjust freetype header location fixes this FTBFS, please check
 attached patch. (and I'll upload it with 7-days delayed queue, if you
 would like to cancel it, please tell me).

 Thanks.

-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru musescore-1.2+dfsg/debian/changelog musescore-1.2+dfsg/debian/changelog
--- musescore-1.2+dfsg/debian/changelog	2012-03-22 22:45:34.000000000 +0900
+++ musescore-1.2+dfsg/debian/changelog	2014-02-05 21:19:05.000000000 +0900
@@ -1,3 +1,11 @@
+musescore (1.2+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/patches
+    - add adjust-newer-freetype-header-location.patch (Closes: #733363) 
+
+ -- Hideki Yamane <henr...@debian.org>  Wed, 05 Feb 2014 21:19:03 +0900
+
 musescore (1.2+dfsg-1) unstable; urgency=low
 
   * New upstream release
diff -Nru musescore-1.2+dfsg/debian/patches/adjust-newer-freetype-header-location.patch musescore-1.2+dfsg/debian/patches/adjust-newer-freetype-header-location.patch
--- musescore-1.2+dfsg/debian/patches/adjust-newer-freetype-header-location.patch	1970-01-01 09:00:00.000000000 +0900
+++ musescore-1.2+dfsg/debian/patches/adjust-newer-freetype-header-location.patch	2014-02-05 21:18:36.000000000 +0900
@@ -0,0 +1,18 @@
+Description: adjust freetype header location
+ newer freetype package put header files to /usr/include/freetype2
+Author: Hideki Yamane <henr...@debian.org>
+Bug-Debian: http://bugs.debian.org/733363
+Forwarded: no
+Last-Update: 2014-02-05
+
+--- musescore-1.2+dfsg.orig/mscore/mscore/genft.cpp
++++ musescore-1.2+dfsg/mscore/mscore/genft.cpp
+@@ -27,7 +27,7 @@
+ 
+ #include <ft2build.h>
+ #include FT_FREETYPE_H
+-#include <freetype/tttables.h>
++#include <freetype2/tttables.h>
+ #include "al/xml.h"
+ 
+ QMap<int, int> codemap;
diff -Nru musescore-1.2+dfsg/debian/patches/series musescore-1.2+dfsg/debian/patches/series
--- musescore-1.2+dfsg/debian/patches/series	2012-03-22 22:49:10.000000000 +0900
+++ musescore-1.2+dfsg/debian/patches/series	2014-02-05 21:17:08.000000000 +0900
@@ -20,3 +20,4 @@
 23-fix-bindings.patch
 24-build-multiarch.patch
 25-desktop-file-genericnames.patch
+adjust-newer-freetype-header-location.patch

Reply via email to