commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110519


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110519-1-3-g17fdd52
Date: Mon, 30 May 2011 16:44:52 +0000

The following commit has been merged in the master branch:
commit 17fdd52515d8863205297caf507527b1d0d9ef71
Author: Samuel Thibault <address@hidden>
Date:   Mon May 30 18:44:36 2011 +0200

    Enable keyboard and mouse repeaters by default
    
    debian/hurd-console.default: Enable keyboard and mouse repeaters by
    default for X11.

diff --git a/debian/changelog b/debian/changelog
index c9d7c2c..9aabc1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ hurd (20110519-2) UNRELEASED; urgency=low
     /dev/*random working as early as d-i's base install.
   * debian/local/setup-translators: Add entries for partitions 9-16 too, as the
     full partman layout at least uses slice 9.
+  * debian/hurd-console.default: Enable keyboard and mouse repeaters by
+    default for X11.
 
  -- Samuel Thibault <address@hidden>  Mon, 23 May 2011 15:03:43 +0200
 
diff --git a/debian/hurd-console.default b/debian/hurd-console.default
index 1126516..133604d 100644
--- a/debian/hurd-console.default
+++ b/debian/hurd-console.default
@@ -24,13 +24,13 @@ KBD='-d pc_kbd'
 #KBD='-d xkb'
 
 # The keyboard repeater.  Required for running X11.
-#KBD_REPEAT='--repeat=kbd'
+KBD_REPEAT='--repeat=kbd'
 
 # The mouse driver.  Optional.
-#MOUSE='-d pc_mouse --protocol=ps/2'
+MOUSE='-d pc_mouse --protocol=ps/2'
 
 # The mouse repeater.  Required for running X11.
-#MOUSE_REPEAT='--repeat=mouse'
+MOUSE_REPEAT='--repeat=mouse'
 
 # The pc speaker.  Optional.
 #SPEAKER='-d generic_speaker'

-- 
Debian GNU Hurd packaging



reply via email to

[Prev in Thread] Current Thread [Next in Thread]