xserver-xorg-input-evdev: Changes to 'debian-experimental'
debian/changelog | 2
debian/patches/include-the-proper-header-for-XkbSetRulesDflts-and-X.patch | 26 ----------
debian/patches/series | 1
3 files changed, 29 deletions(-)
New commits:
commit 1e99025632815c565dd24ca3328ff304cb763e50
Author: Timo Aaltonen <tjaalton@pris.hut.fi>
Date: Tue Jul 1 20:11:31 2008 +0300
Remove the patch, not needed anymore.
diff --git a/debian/changelog b/debian/changelog
index 68d3c54..f5e3a07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,6 @@ xserver-xorg-input-evdev (1:2.0.1-1) UNRELEASED; urgency=low
* Drop the XS- prefix from Vcs-* control fields.
* New upstream release candidate.
* Drop evdev_no_flush_on_init.diff, obsolete.
- * New patch include-the-proper-header-for-XkbSetRulesDflts-and-X.patch, fix
- a 'missing declaration' compiler warning by including the right header.
* Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from
/usr/bin/Xorg and other modules, and that's not a bug, so we want
dpkg-shlibdeps to shut up about symbols it can't find. Build-depend on
diff --git a/debian/patches/include-the-proper-header-for-XkbSetRulesDflts-and-X.patch b/debian/patches/include-the-proper-header-for-XkbSetRulesDflts-and-X.patch
deleted file mode 100644
index 8c80497..0000000
--- a/debian/patches/include-the-proper-header-for-XkbSetRulesDflts-and-X.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 9007585c1fce21e786372c2f1ca1c7776f3eafdb Mon Sep 17 00:00:00 2001
-From: Julien Cristau <jcristau@debian.org>
-Date: Thu, 22 May 2008 20:54:02 +0200
-Subject: [PATCH] include the proper header for XkbSetRulesDflts and XkbInitKeyboardDeviceStruct
-
----
- src/evdev.c | 3 +--
- 1 files changed, 1 insertions(+), 2 deletions(-)
-
-diff --git a/src/evdev.c b/src/evdev.c
-index e212c14..18999f4 100644
---- a/src/evdev.c
-+++ b/src/evdev.c
-@@ -45,8 +45,7 @@
- #include <mipointer.h>
-
- #if defined(XKB)
--/* XXX VERY WRONG. this is a client side header. */
--#include <X11/extensions/XKBstr.h>
-+#include <xkbsrv.h>
- #endif
-
- #include <xf86Module.h>
---
-1.5.5.1
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0bc726b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-include-the-proper-header-for-XkbSetRulesDflts-and-X.patch
Reply to: