Package: linuxtv-dvb-apps Version: 1.1.1+rev1355-1 Followup-For: Bug #621964 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Update preprocessor directive in test/video.c with new filename to resolve FTBFS. (Closes: #621964) (LP: #756224) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric-proposed'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-9-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u linuxtv-dvb-apps-1.1.1+rev1355/debian/patches/00list linuxtv-dvb-apps-1.1.1+rev1355/debian/patches/00list --- linuxtv-dvb-apps-1.1.1+rev1355/debian/patches/00list +++ linuxtv-dvb-apps-1.1.1+rev1355/debian/patches/00list @@ -3,0 +4 @@ +17_ftbfs_gcc4.6 only in patch2: unchanged: --- linuxtv-dvb-apps-1.1.1+rev1355.orig/debian/patches/17_ftbfs_gcc4.6 +++ linuxtv-dvb-apps-1.1.1+rev1355/debian/patches/17_ftbfs_gcc4.6 @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' linuxtv-dvb-apps-1.1.1+rev1355//test/video.c linuxtv-dvb-apps-1.1.1+rev1355.new//test/video.c +--- linuxtv-dvb-apps-1.1.1+rev1355//test/video.c 2010-02-14 07:21:19.000000000 -0500 ++++ linuxtv-dvb-apps-1.1.1+rev1355.new//test/video.c 2011-08-29 07:18:06.000000000 -0400 +@@ -22,7 +22,7 @@ + #include <string.h> + + #include <linux/fb.h> +-#include <linux/videodev.h> ++#include <linux/videodev2.h> + + #define VIDEO_DEV "/dev/video0" + #define FB_DEV "/dev/fb0"