Bug#277073: Patch to really fix this bug

2005-06-28 Thread Frans Pop
On Tuesday 28 June 2005 06:39, Christian Perrier wrote: > "if LOCALE is not C AND ((LANGUAGE not en or COUNTRY not US) or ARCH > not ppc)" Shouldn't the test for en_US be dropped altogether now that we have proper support for "C". IIRC the test was only added because we did not have "C" in langu

Bug#277073: Patch to really fix this bug

2005-06-28 Thread Christian Perrier
> > +# Install localization-config only if "LANG"" != en_US or > > +# arch is powerpc. > > +# LANG is NOT defined here so we use LANGUAGE AND COUNTRY > > +# This is made here because we also need the country choice > > +if [ "$LANGUAGE" != "C" ] ; then > > + if [ "$LANGUAGE" != "en" -o "$COUNTRY

Bug#277073: Patch to really fix this bug

2005-06-27 Thread Matt Kraai
On Mon, Jun 27, 2005 at 07:50:29AM +0200, Christian Perrier wrote: > In #277073, Konstantionos propsoed a patch for languagechooser to have > it trigger the install of localization-config when the "locale" is not > en_US or when the architecture is powerpc. > > This patch was however completely wr

Bug#277073: Patch to really fix this bug

2005-06-26 Thread Christian Perrier
In #277073, Konstantionos propsoed a patch for languagechooser to have it trigger the install of localization-config when the "locale" is not en_US or when the architecture is powerpc. This patch was however completely wrong as it attempted using a non-existent LANG variable. So Joey reverted it..