debian/changelog | 4 ++-- debian/patches/05-Fix-crash-on-kernels-with-extended-keymap-space.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit 8fc3c4fe67e0881943f853cc260cc1a26a8d38a9 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Aug 18 01:41:57 2008 +0200 Prepare changelog for upload, fix patch to actually apply diff --git a/debian/changelog b/debian/changelog index 5498824..c665586 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xfree86-driver-synaptics (0.14.7~git20070706-2.1.lenny1) UNRELEASED; urgency=low +xfree86-driver-synaptics (0.14.7~git20070706-2.1.lenny1) unstable; urgency=low * Add 10-synaptics.fdi, installed in /usr/share/hal/fdi/policy/20thirdparty, to get the driver loaded automatically if a touchpad is detected @@ -6,7 +6,7 @@ xfree86-driver-synaptics (0.14.7~git20070706-2.1.lenny1) UNRELEASED; urgency=low * Add patch from xorg git to fix usage of the EVIOCGBIT ioctl() (closes: #493101). - -- Julien Cristau <[EMAIL PROTECTED]> Sat, 16 Aug 2008 03:14:21 +0200 + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 18 Aug 2008 01:41:39 +0200 xfree86-driver-synaptics (0.14.7~git20070706-2.1) unstable; urgency=low diff --git a/debian/patches/05-Fix-crash-on-kernels-with-extended-keymap-space.patch b/debian/patches/05-Fix-crash-on-kernels-with-extended-keymap-space.patch index dc85d12..6f407cc 100644 --- a/debian/patches/05-Fix-crash-on-kernels-with-extended-keymap-space.patch +++ b/debian/patches/05-Fix-crash-on-kernels-with-extended-keymap-space.patch @@ -14,8 +14,8 @@ Signed-off-by: Julien Cristau <[EMAIL PROTECTED]> diff --git a/src/eventcomm.c b/src/eventcomm.c index 36c4c9e..e654102 100644 ---- a/src/eventcomm.c -+++ b/src/eventcomm.c +--- a/eventcomm.c ++++ b/eventcomm.c @@ -79,7 +79,7 @@ event_query_is_touchpad(int fd) /* Check for ABS_X, ABS_Y, ABS_PRESSURE and BTN_TOOL_FINGER */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]