Your message dated Mon, 26 Jul 2004 13:32:38 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#261144: fixed in kbd-chooser 1.00
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 23 Jul 2004 23:14:53 +0000
>From [EMAIL PROTECTED] Fri Jul 23 16:14:53 2004
Return-path: <[EMAIL PROTECTED]>
Received: from samsun.omu.edu.tr [193.140.28.3]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bo9Fc-0005Mr-00; Fri, 23 Jul 2004 16:14:52 -0700
Received: from localhost (localhost [[UNIX: localhost]])
by samsun.omu.edu.tr (8.11.6/8.11.6) id i6NNB4u28281;
Sat, 24 Jul 2004 02:11:04 +0300
Date: Sat, 24 Jul 2004 02:17:00 +0300
From: Recai Oktas <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: Wrong symbol conversions in ASCII mode
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="H1spWtNR+x+ondvy"
Content-Disposition: inline
X-Reportbug-Version: 2.43
User-Agent: Mutt/1.5.6+20040523i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
--H1spWtNR+x+ondvy
Content-Type: multipart/mixed; boundary="y0ulUmNC+osPPQO6"
Content-Disposition: inline
--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=iso-8859-9
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: kbd-chooser
Severity: normal
Tags: l10n patch
This is the same issue of #260758. Please find the patch attached.
--=20
roktas
--y0ulUmNC+osPPQO6
Content-Type: text/plain; charset=iso-8859-9
Content-Disposition: attachment; filename="kbd-chooser.patch"
Content-Transfer-Encoding: quoted-printable
diff -ru kbd-chooser.orig/ksyms.c kbd-chooser/ksyms.c
--- kbd-chooser.orig/ksyms.c 2004-07-08 00:24:08.000000000 +0300
+++ kbd-chooser/ksyms.c 2004-07-24 02:10:03.000000000 +0300
@@ -1100,7 +1100,7 @@
{ 0x00da, "" },
{ 0x00db, "" },
{ 0x00dc, "" },
- { 0x0130, "Idotabove" },
+ { 0x0130, "Iabovedot" },
{ 0x015e, "Scedilla" },
{ 0x00df, "" },
{ 0x00e0, "" },
@@ -1132,7 +1132,7 @@
{ 0x00fa, "" },
{ 0x00fb, "" },
{ 0x00fc, "" },
- { 0x0131, "dotlessi" },
+ { 0x0131, "idotless" },
{ 0x015f, "scedilla" },
{ 0x00ff, "" }
};
@@ -1607,7 +1607,10 @@
{ "cyrillic_small_letter_yeri", "cyrillic_small_letter_yeru" },
{ "cyrillic_small_letter_reversed_e", "cyrillic_small_letter_e" },
{ "cyrillic_small_letter_ii", "cyrillic_small_letter_i" },
- { "cyrillic_small_letter_short_ii", "cyrillic_small_letter_short_i" }
+ { "cyrillic_small_letter_short_ii", "cyrillic_small_letter_short_i" },
+/* Turkish */
+ { "Idotabove", "Iabovedot" },
+ { "dotlessi", "idotless" }
};
=20
const int syms_size =3D sizeof(syms) / sizeof(syms_entry);
@@ -1618,6 +1621,7 @@
sym *charnames;
int start;
} charsets[] =3D {
+ { "", NULL, 256 },
{ "iso-8859-1", latin1_syms, 160 },
{ "iso-8859-2", latin2_syms, 160 },
#ifdef CHARSET_ISO_8859_3
@@ -1666,8 +1670,11 @@
return 0;
}
=20
- for (i =3D 0; i < sizeof(charsets)/sizeof(charsets[0]); i++) {
+ for (i =3D 1; i < sizeof(charsets)/sizeof(charsets[0]); i++) {
if (!strcasecmp(charsets[i].charset, charset)) {
+ charsets[0].charset =3D charsets[i].charset;
+ charsets[0].charnames =3D charsets[i].charnames;
+ charsets[0].start =3D charsets[i].start;
p =3D charsets[i].charnames;
for (i =3D charsets[i].start; i < 256; i++,p++) {
if(p->name[0])
--y0ulUmNC+osPPQO6--
--H1spWtNR+x+ondvy
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBAZxsnA44mz/SXIQRAqcjAJoDvpyUmnUVnGRrwEg/DPwxy2BQEACfXacI
mmrG4yw3By1/3wM20ZFH7Qk=
=xcB0
-----END PGP SIGNATURE-----
--H1spWtNR+x+ondvy--
---------------------------------------
Received: (at 261144-close) by bugs.debian.org; 26 Jul 2004 17:38:43 +0000
>From [EMAIL PROTECTED] Mon Jul 26 10:38:43 2004
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bp9Qx-0001qZ-00; Mon, 26 Jul 2004 10:38:43 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1Bp9L4-0000D9-00; Mon, 26 Jul 2004 13:32:38 -0400
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.51 $
Subject: Bug#261144: fixed in kbd-chooser 1.00
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 26 Jul 2004 13:32:38 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Source: kbd-chooser
Source-Version: 1.00
We believe that the bug you reported is fixed in the latest version of
kbd-chooser, which is due to be installed in the Debian FTP archive:
kbd-chooser_1.00.dsc
to pool/main/k/kbd-chooser/kbd-chooser_1.00.dsc
kbd-chooser_1.00.tar.gz
to pool/main/k/kbd-chooser/kbd-chooser_1.00.tar.gz
kbd-chooser_1.00_i386.udeb
to pool/main/k/kbd-chooser/kbd-chooser_1.00_i386.udeb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated kbd-chooser package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sun, 25 Jul 2004 19:07:50 -0400
Source: kbd-chooser
Binary: kbd-chooser
Architecture: source i386
Version: 1.00
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
kbd-chooser - Detect a keyboard and select layout (udeb)
Closes: 260812 261144
Changes:
kbd-chooser (1.00) unstable; urgency=low
.
* Use lib/debian-installer-startup.d rather than etc/rcS.d
Closes: #260812.
* Recai Oktas
- Correct symbol conversion when in ASCII mode. Closes: #261144.
* Updated translations:
- Arabic (ar.po) by Ossama M. Khayat
- Croatian (hr.po) by Kruno
- Norwegian Nynorsk (nn.po) by H�vard Korsvoll
- Ukrainian (uk.po) by Eugeniy Meshcheryakov
Files:
f1335c45e7ba8216c654a3fa4ee34b30 749 debian-installer standard kbd-chooser_1.00.dsc
c858b18335fd48277c6f1767327a468c 64856 debian-installer standard
kbd-chooser_1.00.tar.gz
fe394866e39f738be6780edc1ae1991c 35964 debian-installer standard
kbd-chooser_1.00_i386.udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBBTpD2tp5zXiKP0wRAk4LAJ0VoswjTZklEXX60rzNQpBqbnkGvgCfXbap
JHP64YAIlvJQ3vDJrQy6iEc=
=V3I4
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]