Bug#536683: closed by Anton Zinoviev zinov...@debian.org (Bug#536683: fixed in console-setup 1.46)

2009-11-19 Thread Tibor Zenis
On Thu, Nov 19, 2009 at 12:14:24AM +0200, Anton Zinoviev wrote:
 On Wed, Nov 18, 2009 at 09:48:53PM +0100, Tibor Zenis wrote:
  Hello,
  the original bug is still present. To complete the upgrade I had to
  change the XkbLayout to us (file /etc/default/console-setup).
 
 Do you mean that version 1.47 spans 1000 grep, sed, sort processes?  
 This was the bug I believe was fixed.  Or something different happens 
 this time?  Can you send your /etc/default/{keyboard,console-setup} 
 files so I can make tests.
 
Upgrade to version 1.47 spans many processes. I can't reproduce this
behaviour by reinstallation of the console-setup. The behaviour might be
changed after installation of the keyboard-configuration package.
I attach the /etc/default/console-setup (screwed by
keyboard-configuration) and the keyboard definition file
/usr/share/X11/xkb/symbols/sk_tz.

Tibor Zenis

-- 
,..,.,..,.,..,.,..,.,..,.,..,
; Tibor Zenis   ;
: zenis @ fmph . uniba . sk :
'``'`'``'`'``'`'``'`'``'`'``'
# Change to yes and setupcon will explain what is being doing
VERBOSE_OUTPUT=no

# Setup these consoles.  Most people do not need to change this.
ACTIVE_CONSOLES=/dev/tty1

# Put here your encoding.  Valid charmaps are: UTF-8 ARMSCII-8 CP1251
# CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342
# ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6
# ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13
# ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U TIS-620 VISCII
CHARMAP=ISO-8859-2

# The codeset determines which symbols are supported by the font.
# Valid codesets are: Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian
# Georgian Greek Hebrew Lao Lat15 Lat2 Lat38 Lat7 Thai Uni1 Uni2 Uni3
# Vietnamese.  Read README.fonts for explanation.
CODESET=Uni2

# Valid font faces are: VGA (sizes 8, 14 and 16), Terminus (sizes
# 12x6, 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBold (sizes
# 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14
# and 16), Fixed (sizes 13, 14, 15, 16 and 18), Goha (sizes 12, 14 and
# 16), GohaClassic (sizes 12, 14 and 16).
# Set FONTFACE and FONTSIZE to empty strings if you want setupcon to
# set up the keyboard but to leave the console font unchanged.
FONTFACE=VGA
FONTSIZE=16

# You can also directly specify nonstandard font or console map to load.
# Use space as separator if you want to load more than one font.
# You can use FONT_MAP in order to specify the Unicode map of the font
# in case the font doesn't have it embedded.

# FONT='lat9w-08.psf.gz /usr/local/share/braillefonts/brl-08.psf'
# FONT_MAP=/usr/share/consoletrans/lat9u.uni
# CONSOLE_MAP=/usr/local/share/consoletrans/my_special_encoding.acm


if [ -f /etc/default/keyboard ]; then
. /etc/default/keyboard
fi
##
# You can remove the lines that follow.  They contain the contents of
# this file before version 1.47 of console-setup.
##
# # A configuration file for setupcon
# 
# # Change to yes and setupcon will explain what is being doing
# VERBOSE_OUTPUT=no
# 
# # Setup these consoles.  Most people do not need to change this.
# ACTIVE_CONSOLES=/dev/tty1
# 
# # Put here your encoding.  Valid charmaps are: UTF-8 ARMSCII-8 CP1251
# # CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342
# # ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6
# # ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13
# # ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U TIS-620 VISCII
# CHARMAP=ISO-8859-2
# 
# # The codeset determines which symbols are supported by the font.
# # Valid codesets are: Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian
# # Georgian Greek Hebrew Lao Lat15 Lat2 Lat38 Lat7 Thai Uni1 Uni2 Uni3
# # Vietnamese.  Read README.fonts for explanation.
# CODESET=Uni2
# 
# # Valid font faces are: VGA (sizes 8, 14 and 16), Terminus (sizes
# # 12x6, 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBold (sizes
# # 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14
# # and 16), Fixed (sizes 13, 14, 15, 16 and 18), Goha (sizes 12, 14 and
# # 16), GohaClassic (sizes 12, 14 and 16).
# FONTFACE=VGA
# FONTSIZE=16
# 
# # You can also directly specify nonstandard font and ACM to load.
# # Use space as separator if you want to load more than one font.
# # FONT='lat9w-08.psf.gz /usr/local/share/brailefonts/brl-08.psf'
# # ACM=/usr/local/share/consoletrans/my_special_encoding.acm
# 
# 
# # The following variables describe your keyboard and can have the same
# # values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# # in /etc/X11/xorg.conf.
# XKBMODEL=pc105
# XKBLAYOUT=sk_tz
# XKBVARIANT=
# XKBOPTIONS=ctrl:nocaps
# 
// $XFree86$

partial alphanumeric_keys 
xkb_symbols basic {
 
 // Describes the differences between a very simple en_US
 // keyboard and a Slovak keyboard

Bug#536683: closed by Anton Zinoviev zinov...@debian.org (Bug#536683: fixed in console-setup 1.46)

2009-11-18 Thread Tibor Zenis
)
  console-setup-mini - console font and keymap setup program - reduced version
  console-setup-pc-ekmap - encoded keyboard layouts for PC keyboards (udeb)
  console-setup-sun4-ekmap - encoded keyboard layouts for Sun4 keyboards (udeb)
  console-setup-sun5-ekmap - encoded keyboard layouts for Sun5 keyboards (udeb)
  console-setup-udeb - Configure the keyboard (udeb)
 Closes: 510211 536683 536723 541291 542832 543214 543478 546654 546702 548101 
 548354 551586
 Changes: 
  console-setup (1.46) unstable; urgency=low
  .
[ Christian Perrier ]
* Add kbd to Should-Start in init script. Thanks to Michael Schutte
  for the patch. Closes: #548101
  .
[ Colin Watson ]
* Add default codeset/layout/variant for Asturian.
* Forbid Unicode keysyms in the range 0xf000-0x, as kbd 1.15-1 rejects
  the entire keymap if it contains any keysyms in that range (LP:
  #416949).
  .
[ Jordi Mallach ]
* Set XKBVARIANT to cat for Catalan.
  .
[ Anton Zinoviev]
* Protect the special symbols in the regular expressions of ask_debconf.
  Thanks to Tibor Zenis, Rogério Brito, Michael Gold, W. Goesgens, Martin
  Ziegler, Andreas Juch, Colin Tuckley, Samuel Thibault and Arnaud Giersch.
  Closes: #536683, #546654, #551586.
* Do not load fonts when splashy is active.  Thanks to Mathieu Parent and
  Adam Trickett, closes: #510211, #548354.
* Make keys of type ONE_LEVEL, TWO_LEVEL or THREE_LEVEL realy such.
  Thanks to Samuel Thibault and aCaB, closes: #542832, #536723.
* New configuration option: UNIMAP.  Thanks to Samuel Thibault,
  closes: #543478.
* Execute kbd_mode for all consoles (doesn't work with console-tools).
  Thanks to Samuel Thibault, closes: #546702.
* New question in the FAQ: The non-ASCII characters don't work.
  Thanks to Harald Braumann, closes: #541291.
* Use LC_MESSAGES in order to determine the output language of the
  keyboard models and layouts.  Thanks to Harald Braumann,
  closes: #543214.
 Checksums-Sha1: 
  1bcba23d111db8ff5d6171051ac4e879869726bd 1222 console-setup_1.46.dsc
  8693efc96054fced1e78e83312c21325f1a1fa9e 2408215 console-setup_1.46.tar.gz
  840c418c02d123a36cd9ebce9fa62c2eb3b253fa 726436 console-setup_1.46_all.deb
  12aac7df159f299372c85fa235b401b86d2436cb 907460 
 console-setup-mini_1.46_all.deb
  db9832eec70bd4428a758c4e3f8b6ba420847ba2 42188 bdf2psf_1.46_all.deb
  88850aa9c3cb0815e6a13ac63c57dd38e76f9d41 249846 
 console-setup-udeb_1.46_all.udeb
  ac85774d0cc71ed5d924cc346e94293e3a3dec44 105410 
 console-setup-amiga-ekmap_1.46_all.udeb
  85e55014f19e4b1042b234e8d2f35c7b146b2418 104132 
 console-setup-ataritt-ekmap_1.46_all.udeb
  ac28fd422084c9744957ee5a6deabaff8e3e89dc 82554 
 console-setup-macintoshold-ekmap_1.46_all.udeb
  7ca35675cf357a8f89a8ac2bded0db091094b821 109222 
 console-setup-pc-ekmap_1.46_all.udeb
  d7d45338d3592bdc80f21831c95acbf9300ef8c0 105296 
 console-setup-sun4-ekmap_1.46_all.udeb
  03ecb0fdc4aa964cb7168a70fa9a7052582dde88 105610 
 console-setup-sun5-ekmap_1.46_all.udeb
  85ab77d7d648e1cac1213cc279418e2679199740 27368 
 console-setup-fonts-udeb_1.46_all.udeb
 Checksums-Sha256: 
  2f02968dad679da08da2c913ab2801cfc6bb312c40e3c2bd340cd7c2c6a9865f 1222 
 console-setup_1.46.dsc
  e57deee0ba977f6fc7328ff54bc56d7d442c56a4e5ed3e2342f4be4057761d07 2408215 
 console-setup_1.46.tar.gz
  117fad8d4461c16f2b127450907bbc7dc908eb60367fc23a857464a7f109cea1 726436 
 console-setup_1.46_all.deb
  061f204172b742215b4bae277e5f862bdfa40e56a596345026d6f45b48ff8982 907460 
 console-setup-mini_1.46_all.deb
  257ee24b396320badbdb97d3c1d84b50c591e3935efee7fcae294409f4445ebd 42188 
 bdf2psf_1.46_all.deb
  d7c1ca5227336a1e6e6fb2567fca1115a789f810ae4a16f11c531313815580d6 249846 
 console-setup-udeb_1.46_all.udeb
  5454c51f69f4fa294d4dba43a2c9f1b83f43a51ef9b5edff0d973c12d9f0429d 105410 
 console-setup-amiga-ekmap_1.46_all.udeb
  e117b6bd0a4cfca75abdd0c3ecd99ed308a0d8a1edef6f1ef76d383f08475122 104132 
 console-setup-ataritt-ekmap_1.46_all.udeb
  251bb5d2e23c23b57abd825620f3337d5a8da454cfe7aff7c236862da870d1e2 82554 
 console-setup-macintoshold-ekmap_1.46_all.udeb
  3eb7aa7f488179ab59b0df9ebebaab43de22000fb2a9477ac6351a423b69f0b4 109222 
 console-setup-pc-ekmap_1.46_all.udeb
  9bffa962b763b8d5d376d847f1134e81b2f9931e7daec9d402b31e14d2024f6b 105296 
 console-setup-sun4-ekmap_1.46_all.udeb
  8a207b58e32841b9b68818d9dfe36ed0b00ea80e3cddf2539d9110ae22e144b5 105610 
 console-setup-sun5-ekmap_1.46_all.udeb
  f97140eedd36fa3d462aca2c7ab48bd03b9c94cd43c479bf3708d434ccf1b540 27368 
 console-setup-fonts-udeb_1.46_all.udeb
 Files: 
  b4d1955aff564e7e60f1749f7697fa77 1222 utils optional console-setup_1.46.dsc
  75622fc6b7d0e0ebae41b9c695486458 2408215 utils optional 
 console-setup_1.46.tar.gz
  469fbe9d4a09c1df0d2826c182795980 726436 utils optional 
 console-setup_1.46_all.deb
  5d0a0a589a4941cc2617364b8c161729 907460 utils extra 
 console-setup-mini_1.46_all.deb
  d982b502d2c866d3d72358e12db14c69 42188 utils