X Strike Force XFree86 SVN commit: r2079 - in trunk/debian: . patches
Author: barbier
Date: 2004-12-16 17:39:09 -0500 (Thu, 16 Dec 2004)
New Revision: 2079
Modified:
trunk/debian/CHANGESETS
trunk/debian/changelog
trunk/debian/patches/101b_xkb_sun_loads_srvr_ctrl.diff
Log:
* The loading of srvr_ctrl(xfree86) symbol definitions for Sun keyboards
was broken and made such keyboards unusable. Thanks to Henry Margies
for reporting this bug. (Closes: #236086)
Modified: trunk/debian/CHANGESETS
===================================================================
--- trunk/debian/CHANGESETS 2004-12-16 10:17:37 UTC (rev 2078)
+++ trunk/debian/CHANGESETS 2004-12-16 22:39:09 UTC (rev 2079)
@@ -8,5 +8,9 @@
(It should always be safe to merge the latest version of TODO or CHANGESETS
files anywhere.)
+The loading of srvr_ctrl(xfree86) symbol definitions for Sun keyboards
+was broken and made such keyboards unusable. Thanks to Henry Margies
+for reporting this bug. (Closes: #236086)
+ 2079
vim:set ai et sts=4 sw=4 tw=80:
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2004-12-16 10:17:37 UTC (rev 2078)
+++ trunk/debian/changelog 2004-12-16 22:39:09 UTC (rev 2079)
@@ -1,7 +1,11 @@
xfree86 (4.3.0.dfsg.1-10+SVN) unstable; urgency=low
- * Dummy entry.
+ Changes by Denis Barbier:
+ * The loading of srvr_ctrl(xfree86) symbol definitions for Sun keyboards
+ was broken and made such keyboards unusable. Thanks to Henry Margies
+ for reporting this bug. (Closes: #236086)
+
-- Fabio M. Di Nitto <fabbione@fabbione.net> Thu, 16 Dec 2004 11:11:55 +0100
xfree86 (4.3.0.dfsg.1-10) unstable; urgency=medium
Modified: trunk/debian/patches/101b_xkb_sun_loads_srvr_ctrl.diff
===================================================================
--- trunk/debian/patches/101b_xkb_sun_loads_srvr_ctrl.diff 2004-12-16 10:17:37 UTC (rev 2078)
+++ trunk/debian/patches/101b_xkb_sun_loads_srvr_ctrl.diff 2004-12-16 22:39:09 UTC (rev 2079)
@@ -15,7 +15,7 @@
// End "four keys up on the right"
+ // Override these settings by default xfree86 Ctrl+Alt combinations
-+ include "srvr_ctrl(xfree86)";
++ include "srvr_ctrl(xfree86)"
+
// Begin modifier mappings
modifier_map Shift { Shift_R };
@@ -25,7 +25,7 @@
// End "Keypad" section,
+ // Override these settings by default xfree86 Ctrl+Alt combinations
-+ include "srvr_ctrl(xfree86)";
++ include "srvr_ctrl(xfree86)"
+
// Begin modifier mappings
modifier_map Shift { Shift_R };
@@ -38,7 +38,7 @@
// End "Keypad" section
+ // Override these settings by default xfree86 Ctrl+Alt combinations
-+ include "srvr_ctrl(xfree86)";
++ include "srvr_ctrl(xfree86)"
+
// begin modifier mappings
@@ -48,7 +48,7 @@
key <POWR> { [ SunPowerSwitch, SunPowerSwitchShift ] };
+ // Override these settings by default xfree86 Ctrl+Alt combinations
-+ include "srvr_ctrl(xfree86)";
++ include "srvr_ctrl(xfree86)"
+
// begin modifier mappings
modifier_map Shift { Shift_R };
@@ -58,7 +58,7 @@
key <HELP> { [ Help ] };
+ // Override these settings by default xfree86 Ctrl+Alt combinations
-+ include "srvr_ctrl(xfree86)";
++ include "srvr_ctrl(xfree86)"
+
// begin modifier mappings
modifier_map Shift { Shift_R };
Reply to: