Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-08-11 Thread Robert Millan
On Fri, Aug 11, 2006 at 12:21:04AM +0200, Denis Barbier wrote: On Thu, Jul 27, 2006 at 06:38:43PM +0200, Robert Millan wrote: OTOH, LANG is being passed as parameter now: if [ -n $SELECTED ] [ $SELECTED != None ]; then /usr/sbin/update-locale LANG=$SELECTED fi

Processed: Re: Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-08-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: tags 365628 pending Bug#365628: postinst fails when LANG doesn't point to a valid locale There were no tags set. Tags added: pending thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-08-10 Thread Denis Barbier
tags 365628 pending thanks On Thu, Jul 27, 2006 at 06:38:43PM +0200, Robert Millan wrote: On Fri, May 05, 2006 at 01:55:09AM +0200, Denis Barbier wrote: AIUI, the checks update-locale is expected to do (and those --no-checks avoids) are the ones passed as arguments (ala update-locale

Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-07-27 Thread Robert Millan
reopen 365628 thanks On Fri, May 05, 2006 at 01:55:09AM +0200, Denis Barbier wrote: AIUI, the checks update-locale is expected to do (and those --no-checks avoids) are the ones passed as arguments (ala update-locale LANG=foo). The manpage doesn't make any reference to variables passed

Processed: Re: Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-07-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reopen 365628 Bug#365628: postinst fails when LANG doesn't point to a valid locale 'reopen' is deprecated when a bug has been closed with a version; use 'found' or 'submitter' as appropriate instead. Bug reopened, originator not changed. thanks

Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-05-04 Thread Denis Barbier
On Wed, May 03, 2006 at 03:30:56PM +0200, Robert Millan wrote: Several problems have been reported because of inconsistencies between LANG and LANGUAGE, so I try to make sure that selected locale is usable. If these consistency checks make more harm than good, they will be dropped. AIUI,

Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-05-03 Thread Robert Millan
On Wed, May 03, 2006 at 01:43:58AM +0200, Denis Barbier wrote: -/usr/sbin/update-locale LANG +LANG= /usr/sbin/update-locale LANG fi if [ -n $SELECTED ] [ $SELECTED != None ]; then /usr/sbin/update-locale LANG=$SELECTED A slightly different fix has

Processed: Re: Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-05-02 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: tags 365628 = pending Bug#365628: postinst fails when LANG doesn't point to a valid locale Tags were: patch Tags set to: pending thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-05-02 Thread Denis Barbier
tags 365628 = pending thanks On Mon, May 01, 2006 at 05:49:33PM +0200, Robert Millan wrote: Package: locales Version: 2.3.6-7 Severity: important Tags: patch # LANG=xx_XX DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales [...] *** update-locale: Error: invalid locale settings:

Bug#365628: postinst fails when LANG doesn't point to a valid locale

2006-05-01 Thread Robert Millan
Package: locales Version: 2.3.6-7 Severity: important Tags: patch # LANG=xx_XX DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales [...] *** update-locale: Error: invalid locale settings: when update-locale LANG is invoked, it verified LANG variable and, if invalid, aborts the script. The