Your message dated Sun, 13 Apr 2008 18:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#475612: fixed in brltty 3.10~r3662-2
has caused the Debian Bug report #475612,
regarding brltty-udeb: Fix default character set to UTF-8
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
475612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475612
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: brltty-udeb
Version: 3.10~r3654-1
Severity: normal
brltty currently doesn't detect that the character set in use during
debian-installer is UTF-8. The attached patch fixes the detection, and
sets the CTYPE locale to C.UTF-8 so that it can detect it. I will push
the fix upstream.
Samuel
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
--
Samuel
$ du temp.iso
2,0T temp.iso
$ ls temp.iso -l
-r-xr-xr-x 1 samy thibault 16E 2003-03-22 14:44 temp.iso*
-+- je vous dirai pas la marque de mon disque dur, na :p -+-
--- brltty-3.10~r3654/debian/brltty-udeb.sh.orig 2008-04-12
00:05:30.000000000 +0100
+++ brltty-3.10~r3654/debian/brltty-udeb.sh 2008-04-12 00:21:39.000000000
+0100
@@ -1,5 +1,5 @@
#!/bin/sh
pid=/var/run/brltty
[ -r $pid ] && kill -0 `cat $pid` && exit 0
-exec /sbin/brltty -P $pid "$@"
+LC_CTYPE=C.UTF-8 exec /sbin/brltty -P $pid "$@"
--- brltty-3.10~r3654/Programs/charset.c.orig 2008-04-12 00:23:14.000000000
+0100
+++ brltty-3.10~r3654/Programs/charset.c 2008-04-12 00:23:16.000000000
+0100
@@ -381,7 +381,7 @@
#else /* use setlocale() */
const char *locale = setlocale(LC_ALL, "");
- if (locale && (MB_CUR_MAX == 1) &&
+ if (locale &&
(strcmp(locale, "C") != 0) &&
(strcmp(locale, "POSIX") != 0)) {
/* some 8-bit locale is set, assume its charset is correct */
--- End Message ---
--- Begin Message ---
Source: brltty
Source-Version: 3.10~r3662-2
We believe that the bug you reported is fixed in the latest version of
brltty, which is due to be installed in the Debian FTP archive:
brltty-flite_3.10~r3662-2_amd64.deb
to pool/main/b/brltty/brltty-flite_3.10~r3662-2_amd64.deb
brltty-udeb_3.10~r3662-2_amd64.udeb
to pool/main/b/brltty/brltty-udeb_3.10~r3662-2_amd64.udeb
brltty-x11_3.10~r3662-2_amd64.deb
to pool/main/b/brltty/brltty-x11_3.10~r3662-2_amd64.deb
brltty_3.10~r3662-2.diff.gz
to pool/main/b/brltty/brltty_3.10~r3662-2.diff.gz
brltty_3.10~r3662-2.dsc
to pool/main/b/brltty/brltty_3.10~r3662-2.dsc
brltty_3.10~r3662-2_amd64.deb
to pool/main/b/brltty/brltty_3.10~r3662-2_amd64.deb
cl-brlapi_3.10~r3662-2_all.deb
to pool/main/b/brltty/cl-brlapi_3.10~r3662-2_all.deb
libbrlapi-dev_3.10~r3662-2_amd64.deb
to pool/main/b/brltty/libbrlapi-dev_3.10~r3662-2_amd64.deb
libbrlapi-java_3.10~r3662-2_all.deb
to pool/main/b/brltty/libbrlapi-java_3.10~r3662-2_all.deb
libbrlapi-jni_3.10~r3662-2_amd64.deb
to pool/main/b/brltty/libbrlapi-jni_3.10~r3662-2_amd64.deb
libbrlapi0.5_3.10~r3662-2_amd64.deb
to pool/main/b/brltty/libbrlapi0.5_3.10~r3662-2_amd64.deb
python-brlapi_3.10~r3662-2_amd64.deb
to pool/main/b/brltty/python-brlapi_3.10~r3662-2_amd64.deb
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.
Mario Lang <[EMAIL PROTECTED]> (supplier of updated brltty 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.8
Date: Sun, 13 Apr 2008 20:18:31 +0200
Source: brltty
Binary: brltty libbrlapi0.5 libbrlapi-dev libbrlapi-jni libbrlapi-java
brltty-flite brltty-udeb brltty-x11 cl-brlapi python-brlapi
Architecture: source amd64 all
Version: 3.10~r3662-2
Distribution: experimental
Urgency: low
Maintainer: Mario Lang <[EMAIL PROTECTED]>
Changed-By: Mario Lang <[EMAIL PROTECTED]>
Description:
brltty - Access software for a blind person using a braille display
brltty-flite - Access software for a blind person using a braille display
brltty-udeb - Access software for a blind person using a braille display (udeb)
brltty-x11 - Access software for a blind person using a braille display
cl-brlapi - Common Lisp bindings for BrlAPI
libbrlapi-dev - Library for communication with BRLTTY - static libs and headers
libbrlapi-java - Java bindings for BrlAPI
libbrlapi-jni - Java bindings for BrlAPI (native library)
libbrlapi0.5 - braille display access via BRLTTY - shared library
python-brlapi - Python bindings for BrlAPI
Closes: 475612
Changes:
brltty (3.10~r3662-2) experimental; urgency=low
.
* Add --disable-iconv to udeb configure options (Closes: Bug#475612).
Checksums-Sha1:
f2c707c3113951277f8e387298d33f1a771221f8 1453 brltty_3.10~r3662-2.dsc
32fe2d55ab1027b6b36c4ca37db53b2f11227057 23034 brltty_3.10~r3662-2.diff.gz
5cee096b7fc71ece0866a2c7a64938afee8c707a 1185530 brltty_3.10~r3662-2_amd64.deb
cc8a2b61e647ee8110191a343f4128482ef230ab 64344
libbrlapi0.5_3.10~r3662-2_amd64.deb
fd233011ce731d08f6a2546cdac589cba08f4c1f 172520
libbrlapi-dev_3.10~r3662-2_amd64.deb
dc3a1f39d3070b3943cc02439a3ce2764d2a9343 55620
libbrlapi-jni_3.10~r3662-2_amd64.deb
ff7a8cc055d770b9877e23e3fc2bd8622ecfde36 49512
brltty-flite_3.10~r3662-2_amd64.deb
19ed144f52265f98641f3e24f90a2f65e4fb10fb 98544
brltty-x11_3.10~r3662-2_amd64.deb
3632325905ed1bc7b528bbcb8c9402e528b21e12 84958
python-brlapi_3.10~r3662-2_amd64.deb
acb03e0ec43e3e87b5ca09690a14dd3c15d35573 55506
libbrlapi-java_3.10~r3662-2_all.deb
a34648c6a8714c83d6bb2b20a57fce84d8bcb499 49956 cl-brlapi_3.10~r3662-2_all.deb
c663a5b36ea3bb22e537359656795dd8afcbfc4f 205002
brltty-udeb_3.10~r3662-2_amd64.udeb
Checksums-Sha256:
2259e60685ddd44825f7f241e35fbddf7f37f987eef24b6794c699a171fc29a5 1453
brltty_3.10~r3662-2.dsc
aef2ea62c15516843a7bc3bbd978cb901730dea2297a066f163941c7d94ffec4 23034
brltty_3.10~r3662-2.diff.gz
64aa906b1dad387d5210681dbf81b2118005e266326ffd8b72e3e77e80007eca 1185530
brltty_3.10~r3662-2_amd64.deb
9d81f4472c04f3681593d60c4f46cfb8e0f6e99a26a2c449232d904f3f3bdc62 64344
libbrlapi0.5_3.10~r3662-2_amd64.deb
005cee4798c4555a3d3e070e711027dfe50ff8a1f9e2d95725001de371ed09ed 172520
libbrlapi-dev_3.10~r3662-2_amd64.deb
d3945a19260d86b775298b20de1e1dd303b77e000d944ce7b5ad40ae11133924 55620
libbrlapi-jni_3.10~r3662-2_amd64.deb
7c7acf8953ea2cd644aa888848f9826666214c7f5022c129ccb6cf1c3250cae3 49512
brltty-flite_3.10~r3662-2_amd64.deb
dafffdee6e16fce263bcdde12e3f0679376cb7d9cda81c49465ad0c483ff2f2d 98544
brltty-x11_3.10~r3662-2_amd64.deb
9e76f258e5d5bcebdb977851ea0764a2da7d75a961e692e7bc8377b84010ae62 84958
python-brlapi_3.10~r3662-2_amd64.deb
80365fec375e23128965e33a9fd81c94c4e3b27ab989e975d38f48b577265648 55506
libbrlapi-java_3.10~r3662-2_all.deb
0c3e0fba2b4db71f3f9648b34683b4a1c7c077a502e1f823d21cb1becdc01624 49956
cl-brlapi_3.10~r3662-2_all.deb
7fe376c1c83f5b18caa5e7d903f09ff2244749127ae7041b352f4d89fa8bcbe5 205002
brltty-udeb_3.10~r3662-2_amd64.udeb
Files:
7c489220fc2b0bfb6813a049db24ed02 1453 admin extra brltty_3.10~r3662-2.dsc
6ddc0dece0acb3a78a077c0710bc7b4a 23034 admin extra brltty_3.10~r3662-2.diff.gz
3b9f8fefb970a67ae0d9efdf033cbcb5 1185530 admin extra
brltty_3.10~r3662-2_amd64.deb
2180bd9deebc5210a779a9390e5b2840 64344 libs extra
libbrlapi0.5_3.10~r3662-2_amd64.deb
2829d461c0ccb62b1fd0c364e4965f2c 172520 libdevel extra
libbrlapi-dev_3.10~r3662-2_amd64.deb
108ab14f0aa226dde8612e1b716081ec 55620 libs extra
libbrlapi-jni_3.10~r3662-2_amd64.deb
a21b6fbe6ad5953d819101abc09ee951 49512 admin extra
brltty-flite_3.10~r3662-2_amd64.deb
aa3eda33d48d23b0a3191e6149eb82b1 98544 admin extra
brltty-x11_3.10~r3662-2_amd64.deb
d4ec6b5cf177557c3f43cdb5623af6b1 84958 python extra
python-brlapi_3.10~r3662-2_amd64.deb
7f8d511b031bcf61c176b890134b0df3 55506 libs extra
libbrlapi-java_3.10~r3662-2_all.deb
3ba1b20cdf78cf5101dcabe8b280c825 49956 admin extra
cl-brlapi_3.10~r3662-2_all.deb
5b13d967a8b73a76ac4d7e2ca42a33fb 205002 debian-installer extra
brltty-udeb_3.10~r3662-2_amd64.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIAk9k3/wCKmsRPkQRAp7DAJ4hbIEVLmyFDVdhvUt/IlF45Uw5nwCcDXWz
iboHuL3cVPbFKVzYIFXCKGs=
=zNfO
-----END PGP SIGNATURE-----
--- End Message ---