[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-ivtvdev: Changes to 'debian-unstable'



 debian/changelog                        |    6 +++++-
 debian/patches/01_include_linux_types_h |   12 ++++++++++++
 debian/patches/series                   |    1 +
 3 files changed, 18 insertions(+), 1 deletion(-)

New commits:
commit b12324ef355c75d38e3e022f9cb2719db9349160
Author: Ian Campbell <ijc@hellion.org.uk>
Date:   Tue Feb 20 22:48:59 2007 +0000

    Fix #406032 by including linux/types.h for linux/ivtv.h

diff --git a/debian/changelog b/debian/changelog
index 3f36452..460abeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 xserver-xorg-video-ivtvdev (0.10.6-2) UNRELEASED; urgency=low
 
+  [ David Nusinow ]
   * Bump server version requirement to use newer server so that reportbug
     stuff is guaranteed to be installed
 
- -- David Nusinow <dnusinow@debian.org>  Sat, 18 Nov 2006 20:41:59 -0500
+  [ Ian Campbell ]
+  * Include linux/types.h in ivtvhw.h. (Closes: #406032)
+
+ -- Ian Campbell <ijc@hellion.org.uk>  Tue, 20 Feb 2007 22:09:22 +0000
 
 xserver-xorg-video-ivtvdev (0.10.6-1) unstable; urgency=low
 
diff --git a/debian/patches/01_include_linux_types_h b/debian/patches/01_include_linux_types_h
new file mode 100644
index 0000000..b896551
--- /dev/null
+++ b/debian/patches/01_include_linux_types_h
@@ -0,0 +1,12 @@
+Index: xserver-xorg-video-ivtvdev.git/src/ivtvhw.h
+===================================================================
+--- xserver-xorg-video-ivtvdev.git.orig/src/ivtvhw.h	2007-02-20 22:07:45.000000000 +0000
++++ xserver-xorg-video-ivtvdev.git/src/ivtvhw.h	2007-02-20 22:08:05.000000000 +0000
+@@ -7,6 +7,7 @@
+ #include <asm/ioctl.h>
+ #undef __STRICT_ANSI__
+ #include <inttypes.h>
++#include <linux/types.h>
+ #include <linux/ivtv.h>
+ 
+ #define FBDEVHW_PACKED_PIXELS		0	/* Packed Pixels        */
diff --git a/debian/patches/series b/debian/patches/series
index ae0a0a9..a078662 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 00_xorg_7_1
+01_include_linux_types_h



Reply to: