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/20110319


From: Samuel Thibault
Subject: [SCM] Debian GNU Hurd packaging branch, master, updated. debian/20110319-1-7-gee61198
Date: Mon, 11 Apr 2011 17:53:17 +0000

The following commit has been merged in the master branch:
commit ee6119808ded3e616bcd0062175ce1cd9ee8ced2
Author: Samuel Thibault <address@hidden>
Date:   Mon Apr 11 19:53:00 2011 +0200

    Enable mouse and keyboard repeaters for g-i support

diff --git a/debian/changelog b/debian/changelog
index 3f5d5d2..4f9fd41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ hurd (20110319-3) UNRELEASED; urgency=low
     - Depend on gcc-4.5 instead of gcc-4.4.
     - Bump Standards-Version to 3.9.2 (no change needed)
   * debian/rules: Build with gcc-4.5.
+  * debian/local/runsystem, setup-translators: Enable mouse and keyboard
+    repeaters for g-i support.
 
  -- Samuel Thibault <address@hidden>  Sun, 10 Apr 2011 20:42:45 +0200
 
diff --git a/debian/local/runsystem b/debian/local/runsystem
index 0610d7c..47c791d 100755
--- a/debian/local/runsystem
+++ b/debian/local/runsystem
@@ -53,7 +53,7 @@ then
         touch /dev/tty1
 
         echo -n "Starting the Hurd console..."
-        console -d vga -g -d pc_kbd -c /dev/vcs &
+        console -d vga -g -d pc_mouse --repeat=mouse -d pc_kbd --repeat=kbd -c 
/dev/vcs &
         sleep 1
 
         # Switch over
diff --git a/debian/local/setup-translators b/debian/local/setup-translators
index 348090a..1ef5d69 100755
--- a/debian/local/setup-translators
+++ b/debian/local/setup-translators
@@ -141,9 +141,10 @@ else
        md ptyp
        md ptyq
        md lprX 0123
-       st kbd 'symlink cons/kbd' kbd
-       st mouse 'symlink cons/mouse' mouse
 fi
 
+st kbd 'symlink cons/kbd' kbd
+st mouse 'symlink cons/mouse' mouse
+
 echo .
 

-- 
Debian GNU Hurd packaging



reply via email to

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