]> git.proxmox.com Git - pve-common.git/commitdiff
add Turkish keyboard mappings
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Apr 2012 06:35:47 +0000 (08:35 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 11 Apr 2012 06:35:47 +0000 (08:35 +0200)
Makefile
data/PVE/Tools.pm
debian/changelog

index ddfe3ae29b2ce8f6031a1fcb932db68984cdd2ac..794cb39f36c60db34c82c28fd6259d72180acba0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=2.0
 
 VERSION=1.0
 RELEASE=2.0
 
 VERSION=1.0
-PKGREL=25
+PKGREL=26
 
 PACKAGE=libpve-common-perl
 
 
 PACKAGE=libpve-common-perl
 
index 9ab82f5c5316c2d5b61cfec5a26ce328f22eb716..543829596c94f255af68d6d4631de9110c986f87 100644 (file)
@@ -555,7 +555,7 @@ my $keymaphash =  {
     'si'     => ['Slovenian', 'sl', 'qwertz/slovene.kmap.gz', 'si', undef],
     'se'     => ['Swedish', 'sv', 'qwerty/se-latin1.kmap.gz', 'se', 'nodeadkeys'],
     #'th'     => [],
     'si'     => ['Slovenian', 'sl', 'qwertz/slovene.kmap.gz', 'si', undef],
     'se'     => ['Swedish', 'sv', 'qwerty/se-latin1.kmap.gz', 'se', 'nodeadkeys'],
     #'th'     => [],
-    #'tr'     => [],
+    'tr'     => ['Turkish', 'tr', 'qwerty/trq.kmap.gz', 'tr', undef],
 };
 
 my $kvmkeymaparray = [];
 };
 
 my $kvmkeymaparray = [];
index 153e30035fae1ce8c6545d761ead9626d1f42721..44796a1409fbb7748fdb603a96e2ec976befa7c5 100644 (file)
@@ -1,3 +1,9 @@
+libpve-common-perl (1.0-26) unstable; urgency=low
+
+  * add Turkish keyboard mappings
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 11 Apr 2012 08:35:13 +0200
+
 libpve-common-perl (1.0-25) unstable; urgency=low
 
   * fix bug #135: use DNS compatible naming for 'pve-node'
 libpve-common-perl (1.0-25) unstable; urgency=low
 
   * fix bug #135: use DNS compatible naming for 'pve-node'