Your message dated Sat, 18 Oct 2008 14:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#498095: fixed in localization-config 1.05
has caused the Debian Bug report #498095,
regarding localization-config: configures kde wrong when called with 
de_DE.UTF-8 as language
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.)


-- 
498095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498095
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: localization-config
Version: 1.03
Severity: important
Tags: patch

When calling update-locale-config like
"/usr/sbin/update-locale-config de_DE.UTF-8" KDE (as in
/etc/kde3/system.kdeglobals and /etc/kde3/kdm/kdmrc) is configured for
Belgium German settings ("be" as country and "de" as language).

The problem is in the way the locale is mapped to the KDE language.
"langmap.pl" is mapping "de_DE.UTF-8" (actually "de.*") to
'German (BE)'. As for de_DE… there is only "[EMAIL PROTECTED]" in the list and
the algorithm used to determine the entry strips the original local to
de.* and not "de_DE.*".

To make a log story short, the "[EMAIL PROTECTED]" key in langmap.pl may be
change to "de_DE.UTF-8" (as this is the locale you get when you install
Debian with Germany/German settings) or even better "de_DE". This way
the correct language is chosen and the algorithm to find the correct
entry does not need to be modified (this short before the lenny
release).

This bug is important for Debian Edu/Skolelinux there
localization-config is used during installation and new users would be
greeted in Dutch (which happens to be the primary language for Belgium
in KDE) and not German. So it would be nice if a fixed version could be
uploaded to sid and be requested to get a freeze exception for lenny.

Thanks in advance

Greetings

Daniel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages localization-config depends on:
ii  debconf [debconf-2.0]         1.5.22     Debian configuration management sy
ii  libapt-pkg-perl               0.1.22+b1  Perl interface to libapt-pkg
ii  libconfig-inifiles-perl       2.39-5     Read .ini-style configuration file
ii  locales                       2.7-13     GNU C Library: National Language (
ii  perl-base                     5.10.0-13  minimal Perl system

localization-config recommends no packages.

localization-config suggests no packages.

-- debconf information:
  base-config/menu/localization-config-preinst:
  base-config/menu/localization-config-postinst:
Index: conffiles.d/common/langmap.pl
===================================================================
--- conffiles.d/common/langmap.pl	(revision 52332)
+++ conffiles.d/common/langmap.pl	(working copy)
@@ -14,7 +14,7 @@
     'da_DK'           => 'Danish',
     '[EMAIL PROTECTED]'      => 'German (BE)',
     'de_CH'           => 'Swiss (DE)',
-    '[EMAIL PROTECTED]'      => 'German (DE)',
+    'de_DE'           => 'German (DE)',
     'el_GR.UTF-8'     => 'Greek',
     'en_AU'           => 'Australian',
     'en_CA'           => 'Canadian',

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: localization-config
Source-Version: 1.05

We believe that the bug you reported is fixed in the latest version of
localization-config, which is due to be installed in the Debian FTP archive:

localization-config-udeb_1.05_all.udeb
  to pool/main/l/localization-config/localization-config-udeb_1.05_all.udeb
localization-config_1.05.dsc
  to pool/main/l/localization-config/localization-config_1.05.dsc
localization-config_1.05.tar.gz
  to pool/main/l/localization-config/localization-config_1.05.tar.gz
localization-config_1.05_all.deb
  to pool/main/l/localization-config/localization-config_1.05_all.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.
Daniel Hess <[EMAIL PROTECTED]> (supplier of updated localization-config 
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: Mon, 13 Oct 2008 19:31:08 +0200
Source: localization-config
Binary: localization-config localization-config-udeb
Architecture: source all
Version: 1.05
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers <[EMAIL PROTECTED]>
Changed-By: Daniel Hess <[EMAIL PROTECTED]>
Description: 
 localization-config - configures different programs' locale settings
 localization-config-udeb - localize the installed system completely (udeb)
Closes: 491773 498095 499694
Changes: 
 localization-config (1.05) unstable; urgency=low
 .
   * Fix selecting wrong language by ripping the encoding part from
     '%lang_locale_map' so the algorithm does not for example prefer
     de_BE over de_DE when locale is set to de_DE.UTF-8. Closes: #498095
   * Fix unnecessary appearance of kpersonlizer by not creating
     '/etc/kde3/system.kdeglobals'. KDE now choses the correct
     settings automatically and a manual intervention is no longer
     necessary. (New file 'conffiles.d/lenny/kde' is a modified copy
     of the etch version) Closes: #499694
   * debian/control:
     - Set "Debian Edu Developers <[EMAIL PROTECTED]>" as
       maintainer with permission by Christian Perrier. Remove
       Christian Perrier from Uploaders and add myself.
       Thanks to Christian and Konstantinos for their work on this
       package.
   * Debconf translation updates:
     - Swedish updated. Closes: #491773
   * Remove patch.tar.gz file that includes an older copy of some
     file in debian directory and is not used nor included in the
     binary packages.
   * Merge changes from NMU, thanks to Ben Hutchings.
     Keep country version for some languages
     (e.g. de_DE to "German (DE)") to be consistent with other forms
     of that languages.
Checksums-Sha1: 
 8f3c438a07a9275ce9de18f3ea00f3fd53e5d754 897 localization-config_1.05.dsc
 a16bf64d276fe249ee85fed78139182e39a25612 57185 localization-config_1.05.tar.gz
 0f20173fcf78221cb253838dbd25fa773685fd0a 53374 localization-config_1.05_all.deb
 4c7a9bb656704708120ee00e7a35ccd0782d15cb 2562 
localization-config-udeb_1.05_all.udeb
Checksums-Sha256: 
 8e83d9c7a34041c056a6e0ffacf2bb8706471b1c361984a8dd0cc17a6dcf6382 897 
localization-config_1.05.dsc
 64d37bf48dd04bd01271372cb0e225fde33faef5fff278e51a2678661ecd32ca 57185 
localization-config_1.05.tar.gz
 a4467aac627574f76adc529c0ac8b3d15d347ca69c2e5311053109fe553cc591 53374 
localization-config_1.05_all.deb
 5297ff52ad9e60298232596dd8f34e4a4c3465892f2529ee16da6262b62513ad 2562 
localization-config-udeb_1.05_all.udeb
Files: 
 9b05c7f663a27aec38bd1a5d57bb379e 897 admin optional 
localization-config_1.05.dsc
 9849c76009eda73774e71543c8b4af37 57185 admin optional 
localization-config_1.05.tar.gz
 3b676a831e2d3514111743012cc0712c 53374 admin optional 
localization-config_1.05_all.deb
 b1cad757fbb0fd2ce670bb961b5362a9 2562 debian-installer optional 
localization-config-udeb_1.05_all.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFI+fQ3UHLQNqxYNSARAsfcAKCFCKvLcb7ah0VRlacVHGBUiFXQQACcD5Sz
+GRX+c8QIKSvYarHnFG6HWY=
=lzsF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to