attached

Cheers,
-- 
Steve McIntyre                                steve.mcint...@linaro.org
<http://www.linaro.org/> Linaro.org | Open source software for ARM SoCs
diff -Nru ytree-1.94/debian/changelog ytree-1.94/debian/changelog
--- ytree-1.94/debian/changelog 2010-06-20 18:02:01.000000000 +0000
+++ ytree-1.94/debian/changelog 2011-12-15 16:34:52.000000000 +0000
@@ -1,3 +1,10 @@
+ytree (1.94-1.1) unstable; urgency=low
+
+  * NMU
+  * Specify a path to curses.h to fix FTBFS. Closes: #650600
+
+ -- Steve McIntyre <steve.mcint...@linaro.org>  Thu, 15 Dec 2011 16:34:49 +0000
+
 ytree (1.94-1) unstable; urgency=low
 
   * New upstream release. 
diff -Nru ytree-1.94/debian/patches/04_curses_path 
ytree-1.94/debian/patches/04_curses_path
--- ytree-1.94/debian/patches/04_curses_path    1970-01-01 00:00:00.000000000 
+0000
+++ ytree-1.94/debian/patches/04_curses_path    2011-12-15 16:33:09.000000000 
+0000
@@ -0,0 +1,13 @@
+Index: ytree-1.94/ytree.h
+===================================================================
+--- ytree-1.94.orig/ytree.h    2010-02-28 13:15:46.000000000 +0000
++++ ytree-1.94/ytree.h 2011-12-15 16:30:34.795251094 +0000
+@@ -39,7 +39,7 @@
+ #endif
+ #else
+ #ifndef HAVE_CURSES
+-#include <curses.h>
++#include <ncursesw/curses.h>
+ #endif
+ #endif /* __FreeBSD__ */
+ #endif /* ultrix */
diff -Nru ytree-1.94/debian/patches/series ytree-1.94/debian/patches/series
--- ytree-1.94/debian/patches/series    2010-06-20 15:33:12.000000000 +0000
+++ ytree-1.94/debian/patches/series    2011-12-15 16:30:15.000000000 +0000
@@ -1,3 +1,4 @@
 01_makefile.diff
 02_profile.diff
 03_manpages.diff
+04_curses_path

Reply via email to