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

X Strike Force X.Org X11 SVN commit: r691 - in branches/6.9/debian: . patches patches/general



Author: dnusinow
Date: 2005-10-19 21:15:42 -0500 (Wed, 19 Oct 2005)
New Revision: 691

Removed:
   branches/6.9/debian/patches/general/020_add_sigusr2_signal_handler.diff
Modified:
   branches/6.9/debian/changelog
   branches/6.9/debian/patches/series
Log:
* Remove general/020_add_sigusr2_signal_handler.diff. This causes FTBFS and
  is now obsolete and redundant. Thanks Ari Pollak.


Modified: branches/6.9/debian/changelog
===================================================================
--- branches/6.9/debian/changelog	2005-10-19 23:08:04 UTC (rev 690)
+++ branches/6.9/debian/changelog	2005-10-20 02:15:42 UTC (rev 691)
@@ -34,6 +34,7 @@
       - general/018_fix_mesa_build_issues.diff
       - general/002a_xterm_no_overstrike_bold_fonts.diff
       - general/021_riscpc_ioport_fix.diff
+      - general/020_add_sigusr2_signal_handler.diff
 
   * MANIFEST updates for the following
     + amd64 (Thanks Ari Pollak)
@@ -64,7 +65,7 @@
   * Fix chooser path in xdm-config. This will fix querying xdm with -indirect.
     Thanks Eugene Konev.
 
- -- David Nusinow <dnusinow@debian.org>  Wed, 19 Oct 2005 00:08:36 -0400
+ -- David Nusinow <dnusinow@debian.org>  Wed, 19 Oct 2005 22:09:36 -0400
 
 xorg-x11 (6.8.99.900.dfsg.1-0pre1) experimental; urgency=low
 

Deleted: branches/6.9/debian/patches/general/020_add_sigusr2_signal_handler.diff
===================================================================
--- branches/6.9/debian/patches/general/020_add_sigusr2_signal_handler.diff	2005-10-19 23:08:04 UTC (rev 690)
+++ branches/6.9/debian/patches/general/020_add_sigusr2_signal_handler.diff	2005-10-20 02:15:42 UTC (rev 691)
@@ -1,33 +0,0 @@
-$Id$
-
-Index: xc/programs/Xserver/hw/xfree86/common/xf86Events.c
-===================================================================
---- xc/programs/Xserver/hw/xfree86/common/xf86Events.c.orig	2005-10-18 19:44:25.000000000 -0400
-+++ xc/programs/Xserver/hw/xfree86/common/xf86Events.c	2005-10-18 20:58:56.000000000 -0400
-@@ -1753,6 +1753,26 @@
-   return;
- }
- 
-+void
-+xf86ReloadInputDevs(int sig)
-+{
-+  InputInfoPtr pInfo;
-+  
-+  signal(sig, (void(*)(int))xf86ReloadInputDevs);
-+
-+  DisableDevice((DeviceIntPtr)xf86Info.pKeyboard);
-+  EnableDevice((DeviceIntPtr)xf86Info.pKeyboard);
-+
-+  pInfo = xf86InputDevs;
-+  while (pInfo) {
-+    DisableDevice(pInfo->dev);
-+    EnableDevice(pInfo->dev);
-+    pInfo = pInfo->next;
-+  }
-+  
-+  return;
-+}
-+
- #ifdef WSCONS_SUPPORT
- 
- /* XXX Currently XKB is mandatory. */

Modified: branches/6.9/debian/patches/series
===================================================================
--- branches/6.9/debian/patches/series	2005-10-19 23:08:04 UTC (rev 690)
+++ branches/6.9/debian/patches/series	2005-10-20 02:15:42 UTC (rev 691)
@@ -17,7 +17,6 @@
 general/016_ICE_subprotocol_reply_fix.diff -p0
 general/017_fix_Xlib_depend_target.diff -p0
 general/019_iso8859-15_Compose_fix.diff -p0
-general/020_add_sigusr2_signal_handler.diff -p0
 general/022_disable_xmh.diff
 general/023_specs_doc_fixes.diff -p0
 general/025b_xkb_README_typos.diff -p0



Reply to: