tags 621953 + patch
thanks

Dear maintainer,

I've prepared an NMU for camorama (versioned as 0.19-2.2). The diff
is attached to this message.

Regards.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
diff -u camorama-0.19/debian/changelog camorama-0.19/debian/changelog
--- camorama-0.19/debian/changelog
+++ camorama-0.19/debian/changelog
@@ -1,3 +1,12 @@
+camorama (0.19-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * V4L1 was removed from recent kernels, rely on libv4l-dev and replace
+    #include statements to fix FTBFS (Closes: #621953).
+    Thanks to Daniel Polehn for the patch (LP: #749079).
+
+ -- Alessio Treglia <ales...@debian.org>  Wed, 10 Aug 2011 10:50:25 +0200
+
 camorama (0.19-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- camorama-0.19.orig/debian/patches/S50_0.19_deprecated_v4l1.patch
+++ camorama-0.19/debian/patches/S50_0.19_deprecated_v4l1.patch
@@ -0,0 +1,17 @@
+Description: V4L1 support was removed in the most recent kernels.
+ Update #include statements to rely on v4l-utils's headers.
+Origin: Ubuntu
+Bug-Ubuntu: https://launchpad.net/bugs/749079
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621953 
+diff -Nur -x '*.orig' -x '*~' camorama-0.19//src/v4l.h camorama-0.19.new//src/v4l.h
+--- camorama-0.19//src/v4l.h	2007-09-16 15:36:55.000000000 +0200
++++ camorama-0.19.new//src/v4l.h	2011-08-10 10:48:11.127104703 +0200
+@@ -13,7 +13,7 @@
+ #include <fcntl.h>
+ #include <gtk/gtk.h>
+ #include <linux/types.h>
+-#include <linux/videodev.h>
++#include <libv4l1-videodev.h>
+ #include <signal.h>
+ #include <png.h>
+ #include <glade/glade.h>

Reply via email to