Accepted console-setup 1.13ubuntu1 (source)
Colin Watson
cjwatson at ubuntu.com
Fri Nov 24 18:15:21 GMT 2006
Accepted:
OK: console-setup_1.13ubuntu1.dsc
-> Component: main Section: utils
OK: console-setup_1.13ubuntu1.tar.gz
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 24 Nov 2006 18:09:32 +0000
Source: console-setup
Binary: console-setup-amiga-ekmap console-setup-udeb console-setup console-setup-macintoshold-ekmap console-setup-fonts-udeb bdf2psf console-setup-mini console-setup-sun5-ekmap console-setup-pc-ekmap console-setup-sun4-ekmap console-setup-ataritt-ekmap
Architecture: source
Version: 1.13ubuntu1
Distribution: feisty
Urgency: low
Maintainer: Console utilities maintainers <pkg-kbd-devel at lists.alioth.debian.org>
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Description:
bdf2psf - Font converter to generate console fonts from BDF source fonts
console-setup - Setup the font and the keyboard on the console
console-setup-amiga-ekmap - Encoded keyboard layouts for amiga keyboards
console-setup-ataritt-ekmap - Encoded keyboard layouts for ataritt keyboards
console-setup-fonts-udeb - Console fonts for Debian Installer
console-setup-macintoshold-ekmap - Encoded keyboard layouts for macintoshold keyboards
console-setup-mini - An experimental micro version of console-setup package
console-setup-pc-ekmap - Encoded keyboard layouts for pc keyboards
console-setup-sun4-ekmap - Encoded keyboard layouts for sun4 keyboards
console-setup-sun5-ekmap - Encoded keyboard layouts for sun5 keyboards
console-setup-udeb - Configure the keyboard
Closes: 386545 386835 386836 386837 386838 386844 387631 389963 389970 393850 394962 396815 398023
Changes:
console-setup (1.13ubuntu1) feisty; urgency=low
.
* Resynchronise with Debian. Remaining changes:
- Use keymapper to generate decision trees for a restricted subset of
the pc105 model.
- If the detect-keyboard debconf plugin is available
(cdebconf-newt-detect-keys in the installer), then offer to use it to
detect the keyboard layout.
- Ship KeyboardNames.pl and kbdnames-maker in /usr/share/console-setup.
- Only default to Canadian layout for fr_CA; use U.S. English for other
*_CA locales.
- Fix default layout for Bosnian and default variant for Hindi.
- Set default charmap for d-i to UTF-8.
- Remove unhelpful defaults for several questions.
- Adjust the default keyboard model for Brazilian and Japanese layouts.
- Allow preseeding of console-setup/modelcode, console-setup/layoutcode,
console-setup/variantcode, console-setup/optionscode, and
console-setup/fontsize.
- Use jp(latin),jp rather than us,jp by default for Japanese.
- Reset console-setup/toggle to the default if it's set to "No toggling"
and you select a non-Latin layout.
- Change the default font from Terminus to VGA where supported.
- Skip now-unnecessary console check in init scripts.
- Fix up font face and size on upgrading from old versions in Edgy.
- Add a few bits of installer integration to console-setup-udeb borrowed
from kbd-chooser.
- console-setup Depends: perl; something in ckbcomp is causing perl to
'use utf8' implicitly, and some of the necessary modules aren't in
perl-base.
- Run kbd_mode on each tty in ACTIVE_CONSOLES rather than on the current
tty, since the current tty might belong to X and changing X's tty out
of raw mode is a very bad idea.
* Restore udeb generation.
.
* Map fr_CH to ch(fr) (Swiss French).
* Include ch(fr) in keymap tree.
* Fix codeset question priority for Esperanto.
* Remove X and usplash checks in keyboard-setup and console-setup init
scripts, since neither are needed following the fix in console-setup
1.7ubuntu19.
* Allow setupcon to be run on install again, for the same reason.
* Automatically save the font and keymap to /etc in
/etc/init.d/console-setup if it isn't being run from init; this allows
us to tolerate XKB data being moved to /usr. Similarly, ensure that the
font and keymap are saved to /etc during initial installation.
.
console-setup (1.13) unstable; urgency=low
.
* Unfuzzy the translations.
.
console-setup (1.12) unstable; urgency=low
.
* standards.equivalents: approximate symbols used by some popular
console applications.
* New German translation. Thanks to Matthias Julius, closes: #396815.
* Updated French translation. Thanks to Jean-Luc Coulon, closes: #398023.
* Allign the choices of console-setup/codeset.
* Updated Fonts/bdf/georgian16.psf (author: Gia Shervashidze). Update
provided by Vladimer Sichinava.
.
console-setup (1.11) unstable; urgency=low
.
* Instead of X keycode 123 (<KPDC>) map X keycode 211 (<AB11>) to kernel
keycode 89. Thanks to Rafael Almeida, closes: #394962.
.
console-setup (1.10) unstable; urgency=low
.
* Update ckbcomp for the new xkb-data (now not all xkb_keycodes in
keycodes/macintosh are old macintosh).
.
console-setup (1.9) unstable; urgency=low
.
* Remove the udebs in order to make the migration from unstable to
testing automatic.
* Update the version of the Terminus font from 4.16 to 4.20. (This is
not important for Debian, since in Debian the Terminus font is
provided by the console-terminus package.)
* New mini-font georgian16.bdf to be used for the Georgian letters in
Fixed16, author: Gia Shervashidze. Thanks to Vladimer Sichinava.
* Add FAQ. Thanks to Thue Janus Kristensen, closes: #389963, #389970.
* Fix two problems reported by Martin-Eric Racine. Closes: #393850.
- console-setup-mini should not ask questions in debconf for the encoding
since only UTF-8 is supported.
- make the purpose of the codeset question clearer.
* Use user-friendly choices in the codeset question.
* Updated Bulgarian translation of the templates.
* Add some capital Greek letters to standard.equivalents and approximate
BOX DRAWINGS HEAVY HORIZONTAL by BOX DRAWINGS LIGHT HORIZONTAL.
* Make the bullet to be the first symbol in useful.set - it is used by w3m.
.
console-setup (1.8) unstable; urgency=low
.
* setupcon: new option --force to skip the 'are we on the console'
check. To be used for d-i because there /proc/self/fd/2 points to
pipe. Thanks to Tollef Fog Heen.
* config.proto: Handle C locale with debian-installer/locale not being
available. Thanks to Colin Watson for the bug report and the patch,
closes: #386835.
* config.proto: Handle properly the case when the user backs up from the
first Debconf question. In the template file change "none" to "this
default value is completely ignored". Thanks to Colin Watson,
closes: #386837.
* Handle properly the cs layout in config.proto and kbdcompiler. Thanks
to Colin Watson, closes: #386838.
* Supply correct debian/po/POTFILES.in. Thanks to Thomas Huriaux,
closes: #387631.
* Use /lib/lsb/init-functions in the init scripts when available.
Thanks to Colin Watson, closes: #386844.
* config.proto: Try to use the value of debian-installer/keymap to get
default keyboard layout and variant and when that is possible ask the
corresponding Debconf questions with medium instead of critical
priority. Thanks to Colin Watson, closes: #386836.
* config.proto(ask_debconf): when the provided default value is
unavailable, try to use the empty string. Useful when asking for the
keyboard variant.
* Add README.Debian for console-setup.
* Add boot script order header to the init scripts. Thanks to
Martin-Eric Racine, closes: #386545.
Files:
88089f3153343f13d91e430dcf3893e9 988 utils optional console-setup_1.13ubuntu1.dsc
8f4f55acd8353ca3f4bf11c50781f75c 4454787 utils optional console-setup_1.13ubuntu1.tar.gz
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFFZzV+9t0zAhD6TNERAi//AJ9DrHU6yMZI6L0UNd0v0NnqjGuJ2ACfbb6E
57nju474RgxOttDk/DQnS9A=
=vHiT
-----END PGP SIGNATURE-----
More information about the feisty-changes
mailing list