Package: locales
Version: 2.13-0exp2
Severity: important
In postinst:
# Uncomment selected locales
echo "$SELECTED_LOCALES" | while read locale ; do
sed -i -e "0,/^[# ]*$locale *$/ s/^[# ]*$locale *$/$locale/" $LG
done
should become :
# Uncomment selected locales
echo "$SELECTED_LOCALES" | while read locale ; do
sed -i -e "1,/^[# ]*$locale *$/ s/^[# ]*$locale *$/$locale/" $LG
done
ie sed 1, not sed 0, .
this fixes locales selection and let any locale behing generated in the non
select
all use case.
best regards,
Alban
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages locales depends on:
ii debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii libc6 [glibc-2.13-1] 2.13-0exp2 Embedded GNU C Library: Shared lib
locales recommends no packages.
locales suggests no packages.
-- debconf information:
* locales/default_environment_locale: fr_FR.UTF-8
* locales/locales_to_be_generated: en_IE.UTF-8 UTF-8, en_US.UTF-8 UTF-8,
fr_FR.UTF-8 UTF-8
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive:
http://lists.debian.org/[email protected]