[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#560045: marked as done (localechooser: fails to add de_LI in languagelist)



Your message dated Wed, 23 Dec 2009 00:06:36 +0000
with message-id <E1NNEkO-0004nq-5U@ries.debian.org>
and subject line Bug#560045: fixed in localechooser 2.21
has caused the Debian Bug report #560045,
regarding localechooser: fails to add de_LI in languagelist
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 owner@bugs.debian.org
immediately.)


-- 
560045: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560045
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: localechooser

We have the following code:

# The code below adds lang_COUNTRY at the beginning of the
# language list we got from language selection, unless it's
# already included.
if [ "$LOCALE" != C ] && \
   [ "$LANGUAGE" ] && [ "$COUNTRYCODE" ] && \
   [ "$COUNTRYCODE" != "$DEFAULT_COUNTRY" ] && \
   [ "$LANGUAGELIST" != "$LANGUAGE" ] && \
   ! echo ":$LANGUAGELIST:" | \
     grep -q ":${LANGUAGE%%_*}_$COUNTRYCODE:"; then
	LANGUAGELIST=${LANGUAGE%%_*}_$COUNTRYCODE:$LANGUAGELIST
	[...]
fi

IIUC, when a user selects German + Liechtenstein, this is supposed to 
result in a LANGUAGELIST of "de_LI:de".

But this does not actually happen because of the test
   [ "$LANGUAGELIST" != "$LANGUAGE" ]
which results in the comparison [ "de" != "de" ], so the whole test fails 
and de_LI is not added.

If the above is correct and de_LI should be added, this is an old bug: the 
Etch installer behaves the same and the code is even older.

I think that now that the last test has been added ("is ll_CC already 
included in the languagelist"), the problematic test could probably just 
be dropped.

Christian?



--- End Message ---
--- Begin Message ---
Source: localechooser
Source-Version: 2.21

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

localechooser_2.21.dsc
  to main/l/localechooser/localechooser_2.21.dsc
localechooser_2.21.tar.gz
  to main/l/localechooser/localechooser_2.21.tar.gz
localechooser_2.21_amd64.udeb
  to main/l/localechooser/localechooser_2.21_amd64.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 560045@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop <fjp@debian.org> (supplier of updated localechooser 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 23 Dec 2009 00:24:14 +0100
Source: localechooser
Binary: localechooser
Architecture: source amd64
Version: 2.21
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 localechooser - choose language/country/locale (udeb)
Closes: 560045
Changes: 
 localechooser (2.21) unstable; urgency=low
 .
   * Prefer official language variants by adding the combination of selected
     language and country to the front on the language list (closes: #560045).
     If a preferred locale was selected, instead add the language and country
     combination from that to the languagelist as it will most likely also
     indicate the preferred language variant.
   * Change the dialog title to match the main stages of localechooser:
     selection of language, location and locale(s). An old flaw now finally
     resolved, prompted by a discussion with Florian Zumbiehl in #559795.
 .
   [ Updated translations ]
   * Arabic (ar.po) by Ossama M. Khayat
   * Asturian (ast.po) by Softastur
   * Belarusian (be.po) by Pavel Piatruk
   * Bulgarian (bg.po) by Damyan Ivanov
   * Czech (cs.po) by Miroslav Kure
   * German (de.po) by Holger Wansing
   * Greek, Modern (1453-) (el.po)
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Estonian (et.po) by Mattias Põldaru
   * French (fr.po) by Christian Perrier
   * Hungarian (hu.po) by SZERVÁC Attila
   * Italian (it.po) by Milo Casagrande
   * Lithuanian (lt.po) by Kęstutis Biliūnas
   * Dutch (nl.po) by Frans Pop
   * Portuguese (pt.po) by Miguel Figueiredo
   * Russian (ru.po) by Yuri Kozlov
   * Slovak (sk.po) by Ivan Masár
   * Slovenian (sl.po) by Vanja Cvelbar
   * Swedish (sv.po) by Daniel Nylander
   * Turkish (tr.po) by Mert Dirik
Checksums-Sha1: 
 c71775aa521793cd56eff4592a1601de1112b13a 993 localechooser_2.21.dsc
 a2a2b738f77575a11ddf246a4e1b25e8a925c387 161700 localechooser_2.21.tar.gz
 410b41b98bbc29f740fc3aed9fe2e44a4e13e3ad 201908 localechooser_2.21_amd64.udeb
Checksums-Sha256: 
 59e7f609c0f07d60f778692cf67f05cb1f56324936c39cceb1a19d702bcd002f 993 localechooser_2.21.dsc
 22b0566b8c8e099c7cb30ae77a74dc1c0585f52cca109ebdea5a1c0fab0097c2 161700 localechooser_2.21.tar.gz
 f2adede6609ff866059ac050b01cdf654eb6098a544ff55c54f5d6401cedcbe9 201908 localechooser_2.21_amd64.udeb
Files: 
 d9d8305d5d0dd937c4efffe0e854b4a4 993 debian-installer optional localechooser_2.21.dsc
 215d7241212eef36c5dec98dc46a5ff6 161700 debian-installer optional localechooser_2.21.tar.gz
 1e7e1fd0abbc0835ddc17da54ff01a41 201908 debian-installer optional localechooser_2.21_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAksxWwoACgkQgm/Kwh6ICoQQhQCgic681B8HDoSDfj9HKZDUGp7N
LAwAn0P1C6AfzugkmcqC+FAI+mIUAlSz
=9uDM
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: