tags 644782 + patch
tags 644782 + pending
thanks

Dear maintainer,

I've prepared an NMU for directfb (versioned as 1.2.10.0-4.3) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Please consider to apply this fix to experimental package too.

I have opened a ticket upstream regarding this bug:
 <http://directfb.org/mantis/view.php?id=16>

Regards.

-- 
 Héctor Orón

"Our Sun unleashes tremendous flares expelling hot gas into the Solar System, 
which one day will disconnect us."

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html
diff -Nru directfb-1.2.10.0/debian/changelog directfb-1.2.10.0/debian/changelog
--- directfb-1.2.10.0/debian/changelog	2011-08-10 00:10:13.000000000 +0100
+++ directfb-1.2.10.0/debian/changelog	2011-10-17 12:53:36.000000000 +0100
@@ -1,3 +1,12 @@
+directfb (1.2.10.0-4.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "directfb ftbfs on armel. Implicit declaration error"
+    - Thanks Peter Green for bug report and patch (Closes: #644782)
+  * Remove m4 macros when calling clean target 
+
+ -- Hector Oron <zu...@debian.org>  Mon, 17 Oct 2011 12:53:01 +0100
+
 directfb (1.2.10.0-4.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru directfb-1.2.10.0/debian/patches/94_fix_mknod.patch directfb-1.2.10.0/debian/patches/94_fix_mknod.patch
--- directfb-1.2.10.0/debian/patches/94_fix_mknod.patch	1970-01-01 01:00:00.000000000 +0100
+++ directfb-1.2.10.0/debian/patches/94_fix_mknod.patch	2011-10-17 13:03:43.000000000 +0100
@@ -0,0 +1,39 @@
+Description: directfb ftbfs on armel. Implicit declaration error
+ Fix for ARM builds failing on:
+  ../../../gfxdrivers/davinci/davinci_c64x.c: In function 'davinci_c64x_open':
+  ../../../gfxdrivers/davinci/davinci_c64x.c:1900:6: error: implicit declaration of function 'mknod' [-Werror=implicit-function-declaration]
+  cc1: some warnings being treated as errors
+ .
+ directfb (1.2.10.0-4.3) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * Fix "directfb ftbfs on armel. Implicit declaration error"
+     - Thanks Peter Green for bug report and patch (Closes: #644782)
+   * Remove m4 macros when calling clean target
+Author: Hector Oron <zu...@debian.org>
+Bug-Debian: http://bugs.debian.org/644782
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/644782
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: http://directfb.org/mantis/view.php?id=16
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- directfb-1.2.10.0.orig/gfxdrivers/davinci/davinci_c64x.c
++++ directfb-1.2.10.0/gfxdrivers/davinci/davinci_c64x.c
+@@ -37,6 +37,8 @@
+ #include <sys/ioctl.h>
+ #include <sys/mman.h>
+ #include <sys/types.h>
++#include <sys/stat.h>
++
+ #include <unistd.h>
+ 
+ #include <directfb_util.h>
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 09:00:11.000000000 +0100
+++ directfb-1.2.10.0/debian/patches/series	2011-10-17 12:54:46.000000000 +0100
@@ -4,3 +4,4 @@
 70_linux_fusion.patch
 90_linux_config.h.patch
 93_fix_unicode_key_handling.patch
+94_fix_mknod.patch
diff -Nru directfb-1.2.10.0/debian/rules directfb-1.2.10.0/debian/rules
--- directfb-1.2.10.0/debian/rules	2011-07-24 18:20:04.000000000 +0100
+++ directfb-1.2.10.0/debian/rules	2011-10-17 12:52:22.000000000 +0100
@@ -103,7 +103,12 @@
 		missing mkinstalldirs depcomp install-sh compile
 
 	rm -rf $(DESTDIR_UDEB)
-
+	
+	rm -f m4/libtool.m4
+	rm -f m4/ltoptions.m4
+	rm -f m4/ltsugar.m4
+	rm -f m4/ltversion.m4
+	rm -f m4/lt~obsolete.m4
 	dh_clean
 
 override_dh_auto_install:

Attachment: signature.asc
Description: Digital signature

Reply via email to