Hi everyone, On Thu, Aug 12, 2010 at 09:53:17AM -0400, Christian PERRIER wrote: > Quoting Jeremie Koenig (j...@jk.fr.eu.org): > > Package: localechooser > > (...) > > The Hurd console supports all the display level 3 languages, thanks to > > its neat dynamic VGA font support. The attached patch enables using this > > functionnality by setting level 3 for it in localechooser. > > Feel free to apply the patch. I have no objections to it.
Samuel, can you handle this? The updated attached patch has the bug number filled in. I'd also like to ask: provided I run my patches by debian-boot and debian-hurd before I touch anything, would it be possible to have commit rights to the d-i subversion repository? GSoC is over and I'll soon be officially "mentorless", but I intend to continue improving d-i on Hurd and will probably be maintaining it in the forseeable future. -- Jeremie Koenig <j...@jk.fr.eu.org> http://jk.fr.eu.org
Index: debian/changelog =================================================================== --- debian/changelog (revision 64309) +++ debian/changelog (working copy) @@ -1,9 +1,13 @@ localechooser (2.28) UNRELEASED; urgency=low + [ Christian Perrier ] * Add commented entry for Serbian (Latin) * Re-activate Serbian and name it "Serbian (Cyrillic)" * Activate Telugu + [ Jeremie Koenig ] + * Set display level 3 for the Hurd console (closes: #592690). + -- Christian Perrier <bubu...@debian.org> Thu, 15 Jul 2010 07:08:43 +0200 localechooser (2.27) unstable; urgency=low Index: localechooser =================================================================== --- localechooser (revision 64309) +++ localechooser (working copy) @@ -67,6 +67,10 @@ else level=1 fi + # The hurd text-mode console has decent charset support + if [ "$TERM" = "hurd" ]; then + level=3 + fi # ASCII only if we are on serial console, dumb or cons25 terminal # Both variables should already be set at init time if [ "$TERM_TYPE" = "serial" ] || [ "$TERM" = "dumb" ] || [ "$TERM" = "cons25" ]; then