[pkg-remote-commits] [xrdp] 01/01: Fix japanese keyboard detection.
Dominik George
natureshadow-guest at moszumanska.debian.org
Mon Feb 13 20:11:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch master
in repository xrdp.
commit b24c4c7f449b37105662a50b71f4e47c0c374b2e
Author: Dominik George <nik at naturalnet.de>
Date: Mon Feb 13 21:10:26 2017 +0100
Fix japanese keyboard detection.
---
debian/changelog | 6 ++++++
debian/patches/kb_jp.diff | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 23 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f545629..63ed568 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xrdp (0.9.1-6) unstable; urgency=medium
+
+ * Fix japanese keyboard detection. (Closes: #854847)
+
+ -- Dominik George <nik at naturalnet.de> Mon, 13 Feb 2017 21:09:43 +0100
+
xrdp (0.9.1-5) unstable; urgency=medium
* Ensure creation of /run directory. (Closes: #854548)
diff --git a/debian/patches/kb_jp.diff b/debian/patches/kb_jp.diff
new file mode 100644
index 0000000..ba42082
--- /dev/null
+++ b/debian/patches/kb_jp.diff
@@ -0,0 +1,16 @@
+From: YOSHINO Yoshihito <yy.y.ja.jp at gmail.com>
+Subject: xrdp: fails to detect some Japanese keyboard
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854847
+Bug: https://github.com/neutrinolabs/xrdp/issues/663
+--- a/xrdp/xrdp_keyboard.ini
++++ b/xrdp/xrdp_keyboard.ini
+@@ -62,6 +62,9 @@ rdp_layout_de=0x00000407
+ rdp_layout_fr=0x0000040C
+ rdp_layout_it=0x00000410
+ rdp_layout_jp=0x00000411
++rdp_layout_jp=0xe0010411
++rdp_layout_jp=0xe0200411
++rdp_layout_jp=0xe0210411
+ rdp_layout_kr=0x00000412
+ rdp_layout_ru=0x00000419
+ rdp_layout_se=0x0000041D
diff --git a/debian/patches/series b/debian/patches/series
index e508bb6..0b758a7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ sockpath.diff
kfreebsd.diff
systemd.diff
lfs.diff
+kb_jp.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git
More information about the pkg-remote-commits
mailing list