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

X Strike Force X.Org X11 SVN commit: r2889 - in trunk/debian/xorg/debian: . local



Author: dnusinow
Date: 2006-08-21 23:10:59 -0400 (Mon, 21 Aug 2006)
New Revision: 2889

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/local/dexconf
Log:
* Steal patch from Ubuntu by Fabio to unconditionally enable ZAxisMapping in
  dexconf
* Update xsfbs with patch from ubuntu to support ARCHITECTURE, LAPTOP,
  RECONFIGURE, FIRSTINST, and UPGRADE variables for use in the xserver-xorg
  config scripting

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-08-22 03:04:13 UTC (rev 2888)
+++ trunk/debian/xorg/debian/changelog	2006-08-22 03:10:59 UTC (rev 2889)
@@ -1,5 +1,6 @@
 xorg (1:7.0.24) UNRELEASED; urgency=low
 
+  [ Denis Barbier ]
   * Translations of "Generic Video Card" were hardcoded into
     xserver-xorg.config, move them into debian/po/*.po files.
   * Modify debian/x11-common.dirs and debian/x11-common.install
@@ -18,8 +19,15 @@
     - Basque (Piarres Beobide). Closes: #374032
     - Romanian (Eddy Petrisor). Closes: #383539
 
- -- Denis Barbier <barbier@debian.org>  Mon, 14 Aug 2006 11:08:00 +0200
+  [ David Nusinow ]
+  * Steal patch from Ubuntu by Fabio to unconditionally enable ZAxisMapping in
+    dexconf
+  * Update xsfbs with patch from ubuntu to support ARCHITECTURE, LAPTOP,
+    RECONFIGURE, FIRSTINST, and UPGRADE variables for use in the xserver-xorg
+    config scripting
 
+ -- David Nusinow <dnusinow@debian.org>  Mon, 21 Aug 2006 23:10:04 +0000
+
 xorg (1:7.0.23) unstable; urgency=low
 
   [ Denis Barbier ]

Modified: trunk/debian/xorg/debian/local/dexconf
===================================================================
--- trunk/debian/xorg/debian/local/dexconf	2006-08-22 03:04:13 UTC (rev 2888)
+++ trunk/debian/xorg/debian/local/dexconf	2006-08-22 03:10:59 UTC (rev 2889)
@@ -289,6 +289,7 @@
 	Option		"CorePointer"
 	Option		"Device"		"/dev/input/mice"
 	Option		"Protocol"		"ExplorerPS/2"
+    Option      "ZAxisMapping"  "4 5"
 SECTION
 if [ -n "$DO_EMULATE3BUTTONS" ]; then
   printf "\tOption\t\t\"Emulate3Buttons\"\t\"true\"\n" >&4



Reply to: