Change logs for console-setup source package in Hardy

  • console-setup (1.21ubuntu9) hardy-proposed; urgency=low
    
      * Create /dev/tty[1-6] in our initramfs script before trying to operate on
        them (LP: #130444).
    
     -- Colin Watson <email address hidden>   Thu, 27 Nov 2008 19:00:39 +0000
  • console-setup (1.21ubuntu8) hardy; urgency=low
    
      * Rebuild against xkeyboard-config 1.1~cvs.20080104.1-1ubuntu6.
    
     -- Colin Watson <email address hidden>   Mon, 21 Apr 2008 20:40:40 +0100
  • console-setup (1.21ubuntu7) hardy; urgency=low
    
      * Honour OVERRIDE_ALLOW_PRESEEDING environment variable when deciding
        whether to allow preseeding, which is ordinarily only allowed in d-i
        (LP: #188492).
    
     -- Colin Watson <email address hidden>   Mon, 14 Apr 2008 11:49:55 +0100
  • console-setup (1.21ubuntu6) hardy; urgency=low
    
      * Handle some special cases for the KPDL key (LP: #189529).
    
     -- Colin Watson <email address hidden>   Wed, 02 Apr 2008 00:06:25 +0100
  • console-setup (1.21ubuntu5) hardy; urgency=low
    
      * Silence error messages for keycodes 214, 215, 216, and 217, which are
        various special keys in the default X.org PC keyboard map that we don't
        need to handle.
      * Map dead_stroke to U+002D HYPHEN-MINUS.
      * Add a "Do not configure keyboard; keep kernel keymap" model option,
        preseedable by console-setup/modelcode=SKIP (LP: #59889).
      * Drop the layout/variant priority to high on fresh installs
        (LP: #205959).
      * Support rules with multiple consequents (thanks, Adam Simpkins;
        LP: #139710).
      * Allow specifying alternate rules using XKBRULES (thanks, Adam Simpkins;
        LP: #139712).
    
     -- Colin Watson <email address hidden>   Mon, 31 Mar 2008 14:33:25 +0100
  • console-setup (1.21ubuntu4) hardy; urgency=low
    
      * Set default layout for Kurdish to tr(ku) (LP: #28683).
    
     -- Colin Watson <email address hidden>   Mon, 03 Mar 2008 13:46:06 +0000
  • console-setup (1.21ubuntu3) hardy; urgency=low
    
      * Set default layout for Vietnam to 'us' (LP: #191451).
      * Treat 'any' as a synonym for 'NoSymbol' in XKB input files (LP: #93077).
    
     -- Colin Watson <email address hidden>   Tue, 26 Feb 2008 14:05:12 +0000
  • console-setup (1.21ubuntu2) hardy; urgency=low
    
      * Set default for Dutch to us(intl), not just us (LP: #129982).
    
     -- Colin Watson <email address hidden>   Tue, 29 Jan 2008 00:14:54 +0000
  • console-setup (1.21ubuntu1) hardy; 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.
        - 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.
        - 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.
        - Automatically save the font and keymap to /etc in
          /etc/init.d/console-setup if it isn't being run from init. Similarly,
          ensure that the font and keymap are saved to /etc during initial
          installation.
        - Disable workaround in ckbcomp for the kernel not applying Caps Lock to
          non-ASCII letters, except for Turkish layouts; the cure is worse than
          the disease because it makes Caps Lock equivalent to Shift Lock.
        - Set keymap and font in the initramfs if possible.
        - Set default variant for French to oss.
        - Fix handling of commas in layout and variant names.
        - Fix keymap reduction not to try to express keymap A in terms of keymap
          B when B includes keys not mapped by A.
        - debian/config.proto: Set sparc default model to pc105.
        - Remove 'exit 0' from the end of debian/config.proto; this will be
          sourced from the postinst in the installer, and exiting in the
          successful case means that /etc/default/console-setup never gets
          generated.
        - Switch back to console-tools-udeb for now.
        - Stop running debconf-updatepo on clean.
      * Update for new layouts and variants for Japan, Montenegro, and Serbia,
        and migrate configuration files from the old layouts.
    
    console-setup (1.21) unstable; urgency=low
    
      * Silently ignore 'vendor' tag in xorg.xml.
      * Use 'chomp' rather than 'chop' in ckbcomp to deal with XKB symbols files
        that are missing their final newline (closes: #461191).
    
    console-setup (1.20) unstable; urgency=low
    
      [ Colin Watson ]
      * Set default model to pc105 on powerpc/ps3 and powerpc/cell systems.
      * Clean up the package description a little.
      * Only default to Canadian layout for fr_CA; use U.S. English for other
        *_CA locales (LP: #64418).
      * Improve ckbcomp(1) formatting.
      * Run setupcon with --save in the postinst to ensure that required data is
        copied to /etc.
      * Load the saved keymap in /etc/console-setup/boottime.kmap.gz if
        available rather than running ckbcomp (which is slow), unless we're
        being called with --save or --save-only.
    
      [ Debconf templates translations ]
      * Belarusian. Closes: #447109
      * Galician. Closes: #447940
      * Russian.
    
      [ Christian Perrier ]
      * Correct "Provides:" in console-setup init script to allow insserv
        to insert console-setup properly in the boot sequence.
        Thanks to Petter Reinholdtsen for the patch. Closes: #458486
      * Add the required "Default-Stop" and "Required-Stop" fields in the
        init.d/console-setup script.
      * Set myself as Uploader.
      * Fixing lintian warnings:
        - Remove "perl, libxml-parser-perl" from Build-Depends. They were
          duplicated in Build-Depends-Indep
        - Do not ignore non-zero exit status of "make maintainer-clean" in the
          clean target
        - Turn console-setup/dont_ask_layout into an error template. That'll
          get rid of the lintian warning and this is more accurate anyway.
      * Fixing lintian errors:
        - No longer install an example file in
          /usr/share/doc/console-setup-mini/examples/console-setup
          for the udeb package
    
      [ Petter Reinholdtsen ]
      * Correct "provides" header in init.d/keyboard-setup too.
      * Correct dependencies of init.d/keyboard-setup and
        init.d/console-setup to reflect their intended start sequence.
      * Add the required "Default-Stop" and "Required-Stop" fields in the
        init.d/keyboard-setup script.
      * Update standards-version from 3.7.2 to 3.7.3.  No changes needed.
      * Add lintian override to make it that
        /usr/share/console-setup/KeyboardNames.pl is not executable.
    
     -- Colin Watson <email address hidden>   Mon, 28 Jan 2008 23:01:31 +0000
  • console-setup (1.19ubuntu3) hardy; urgency=low
    
      * Set default layout for Dutch to 'us' (LP: #129982).
      * Set default layout for Simplified Chinese to 'cn'.
      * Set default layout for Morocco to 'ma'.
    
     -- Colin Watson <email address hidden>   Mon, 28 Jan 2008 17:11:21 +0000
  • console-setup (1.19ubuntu2) hardy; urgency=low
    
      * Handle an empty codeset in the configuration file gracefully (a remnant
        of a previous bug, perhaps Debian #420802?), and re-ask the question on
        upgrade (LP: #91399).
    
     -- Colin Watson <email address hidden>   Fri, 11 Jan 2008 00:30:07 +0000
  • console-setup (1.19ubuntu1) hardy; 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.
        - Only default to Canadian layout for fr_CA; use U.S. English for other
          *_CA locales.
        - 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.
        - 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.
        - Automatically save the font and keymap to /etc in
          /etc/init.d/console-setup if it isn't being run from init. Similarly,
          ensure that the font and keymap are saved to /etc during initial
          installation.
        - Disable workaround in ckbcomp for the kernel not applying Caps Lock to
          non-ASCII letters, except for Turkish layouts; the cure is worse than
          the disease because it makes Caps Lock equivalent to Shift Lock.
        - Set keymap and font in the initramfs if possible.
        - Set default variant for French to oss.
        - Fix handling of commas in layout and variant names.
        - Fix keymap reduction not to try to express keymap A in terms of keymap
          B when B includes keys not mapped by A.
        - debian/config.proto: Set sparc default model to pc105.
        - Remove 'exit 0' from the end of debian/config.proto; this will be
          sourced from the postinst in the installer, and exiting in the
          successful case means that /etc/default/console-setup never gets
          generated.
        - Set default model to pc105 on powerpc/ps3 systems.
      * Switch back to console-tools-udeb for now; we'd like to use kbd for
        Hardy, but Alpha 1 is looming ...
      * Stop running debconf-updatepo on clean; this is not standard in d-i and
        should be done manually where necessary in Ubuntu.
      * Backport from trunk:
        - Run setupcon with --save in the postinst to ensure that required data
          is copied to /etc.
        - Load the saved keymap in /etc/console-setup/boottime.kmap.gz if
          available rather than running ckbcomp (which is slow), unless we're
          being called with --save or --save-only.
    
    console-setup (1.19) unstable; urgency=low
    
      [ Jérémy Bobbio ]
      * Fix additional ellipsis in keyboard-setup initscript. (Closes: #435285)
    
      [ Otavio Salvador ]
      * Provides keyboard-setup virtual package.
    
      [ Anton Zinoviev ]
      * ckbcomp: '#' is also a comment character.  Thanks to Matt Kraai,
        closes: #443709.
    
      [ Debconf templates translations ]
      * German. Closes: #438395
    
    console-setup (1.18) unstable; urgency=low
    
      * In d-i environment read the encoding from debian-installer/charset
        variable.
    
    console-setup (1.17) unstable; urgency=low
    
      * Add a manual page for ckbcomp.  Thanks to Vassilis Pandis,
        closes: #405005.
      * Apply a patch by Colin Watson:
        - enable udebs;
        - remove unhelpful defaults for several questions;
        - allow preseeding of console-setup/modelcode,
          console-setup/layoutcode, console-setup/variantcode,
          console-setup/optionscode, and console-setup/fontsize;
        - remove outdated note about loadkeys in console-setup-udeb's
          description;
        - Add a few bits of installer integration to console-setup-udeb
          borrowed from kbd-chooser.
        I disabled the code for making UTF-8 default charmap in d-i because
        there are locales which use other charmap.  However I made setupcon to
        always use UTF-8 in d-i environment.
      * Updated French and Dutch translations, new Portuguese.  Thanks to
        Pedro Ribeiro, Jean-Luc Coulon and Bart Cornelis.
        Closes: #424665, #425773, #426082.
    
     -- Colin Watson <email address hidden>   Tue, 27 Nov 2007 15:05:15 +0000
  • console-setup (1.16ubuntu5) gutsy; urgency=low
    
      * Rebuild against xkb-data 0.9-4ubuntu2.
    
     -- Colin Watson <email address hidden>   Mon, 24 Sep 2007 12:53:36 +0100