diff -Nru directfb-1.2.10.0/debian/changelog directfb-1.2.10.0/debian/changelog --- directfb-1.2.10.0/debian/changelog 2010-07-06 03:23:33.000000000 -0400 +++ directfb-1.2.10.0/debian/changelog 2010-07-08 16:43:44.000000000 -0400 @@ -1,3 +1,9 @@ +directfb (1.2.10.0-4ubuntu2) maverick; urgency=low + + * patch needed for mknod() in davinci_c64x. (LP: #603332) + + -- David Sugar Thu, 08 Jul 2010 15:58:16 -0400 + directfb (1.2.10.0-4ubuntu1) maverick; urgency=low * Merge from debian unstable.(LP: #601300) Remaining changes: diff -Nru directfb-1.2.10.0/debian/patches/95_fix_mknod.patch directfb-1.2.10.0/debian/patches/95_fix_mknod.patch --- directfb-1.2.10.0/debian/patches/95_fix_mknod.patch 1969-12-31 19:00:00.000000000 -0500 +++ directfb-1.2.10.0/debian/patches/95_fix_mknod.patch 2010-07-08 15:57:41.000000000 -0400 @@ -0,0 +1,15 @@ +Description: sys/stat.h is needed to use mknod() function in newer glibc. +Author: David Sugar + +Index: directfb-1.2.10.0/gfxdrivers/davinci/davinci_c64x.c +=================================================================== +--- directfb-1.2.10.0.orig/gfxdrivers/davinci/davinci_c64x.c 2010-07-08 15:53:56.370395508 -0400 ++++ directfb-1.2.10.0/gfxdrivers/davinci/davinci_c64x.c 2010-07-08 15:54:55.030396371 -0400 +@@ -37,6 +37,7 @@ + #include + #include + #include ++#include + #include + + #include diff -Nru directfb-1.2.10.0/debian/patches/series directfb-1.2.10.0/debian/patches/series --- directfb-1.2.10.0/debian/patches/series 2009-10-20 04:00:11.000000000 -0400 +++ directfb-1.2.10.0/debian/patches/series 2010-07-08 15:53:15.000000000 -0400 @@ -4,3 +4,4 @@ 70_linux_fusion.patch 90_linux_config.h.patch 93_fix_unicode_key_handling.patch +95_fix_mknod.patch