[Bug 59718] Re: console-setup is uninstallable in edgy

2006-09-10 Thread Colin Watson
This code is actually from Debian. The purpose is to try to determine
your installation locale as accurately as possible in order to make a
good guess at your keyboard; a C locale gives very little useful
information there so it tries debian-installer/locale in case that has
better information. However, it fails to handle the case where debian-
installer/locale is missing entirely. I'll fix that.

-- 
console-setup is uninstallable in edgy
https://launchpad.net/bugs/59718

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59718] Re: console-setup is uninstallable in edgy

2006-09-10 Thread Colin Watson
console-setup (1.7ubuntu7) edgy; urgency=low

  * Handle debian-installer/locale not being available (closes: Malone
#59718).
  * Remove stray Keyboard/amiga.ekmap in source package.
  * Fix a potential infinite loop in the config script while moving past the
variant question with an unsupported layout.

 -- Colin Watson [EMAIL PROTECTED]  Sun, 10 Sep 2006 12:07:53 +0100

** Changed in: console-setup (Ubuntu)
 Assignee: (unassigned) = Colin Watson
   Status: Unconfirmed = Fix Released

-- 
console-setup is uninstallable in edgy
https://launchpad.net/bugs/59718

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59718] Re: console-setup is uninstallable in edgy

2006-09-09 Thread Rocco Stanzione
Just glanced at the changelog, and this sure looks to have been caused
by the latest update, which only changes console-setup.config

-- 
console-setup is uninstallable in edgy
https://launchpad.net/bugs/59718

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59718] Re: console-setup is uninstallable in edgy

2006-09-09 Thread Rocco Stanzione
I don't understand the purpose of:
if [ $LC_CTYPE  -a $LC_CTYPE != C ]; then
locale=$LC_CTYPE
else
db_get debian-installer/locale
locale=$RET
fi
in /var/lib/dpkg/info/console-setup.config.  Shouldn't it just accept that my 
locale is C?

All goes well if I comment out the unless locale=C stuff:
#if [ $LC_CTYPE  -a $LC_CTYPE != C ]; then
locale=$LC_CTYPE
#else
#db_get debian-installer/locale
#locale=$RET
#fi

-- 
console-setup is uninstallable in edgy
https://launchpad.net/bugs/59718

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 59718] Re: console-setup is uninstallable in edgy

2006-09-09 Thread Rocco Stanzione
A little more investigation, and this is because my locale is set to C

-- 
console-setup is uninstallable in edgy
https://launchpad.net/bugs/59718

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs