NMU uploaded to unstable with the following patch: diff -u xorg-server-1.0.2/debian/patches/series xorg-server-1.0.2/debian/patches/series --- xorg-server-1.0.2/debian/patches/series +++ xorg-server-1.0.2/debian/patches/series @@ -15,0 +16 @@ +16_implicit_pointer_conversion.diff diff -u xorg-server-1.0.2/debian/changelog xorg-server-1.0.2/debian/changelog --- xorg-server-1.0.2/debian/changelog +++ xorg-server-1.0.2/debian/changelog @@ -1,3 +1,11 @@ +xorg-server (1:1.0.2-8.1) unstable; urgency=low + + * Non-maintainer upload. + * Add 16_implicit_pointer_conversion.diff. This adds a missing include + directive, fixing an implicit pointer conversion bug. (closes: #363218) + + -- dann frazier <[EMAIL PROTECTED]> Sat, 17 Jun 2006 15:19:43 -0600 + xorg-server (1:1.0.2-8) unstable; urgency=low * Move xserverrc back to xbase-clients. Thanks Benjamin Mesing. only in patch2: unchanged: --- xorg-server-1.0.2.orig/debian/patches/16_implicit_pointer_conversion.diff +++ xorg-server-1.0.2/debian/patches/16_implicit_pointer_conversion.diff @@ -0,0 +1,11 @@ +diff -urN xorg-server-1.0.2.orig/hw/xfree86/common/xf86Events.c xorg-server-1.0.2/hw/xfree86/common/xf86Events.c +--- xorg-server-1.0.2.orig/hw/xfree86/common/xf86Events.c 2005-11-07 23:33:28.000000000 -0700 ++++ xorg-server-1.0.2/hw/xfree86/common/xf86Events.c 2006-06-17 15:16:00.000000000 -0600 +@@ -64,6 +64,7 @@ + #include <X11/X.h> + #include <X11/Xpoll.h> + #include <X11/Xproto.h> ++#include <execinfo.h> + #include "misc.h" + + #include "compiler.h"
-- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

