[ubuntu/focal-proposed] console-setup 1.194ubuntu1 (Accepted)

Balint Reczey rbalint at ubuntu.com
Thu Nov 28 11:39:18 UTC 2019


console-setup (1.194ubuntu1) focal; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - debian/clean: Delete Keyboard/tree-keymaps/ on clean
    - Add an apport hook.
    - If the locale is C during configuration, only set CHARMAP to ISO-8859-15
      on kFreeBSD; otherwise restore the previous behaviour from before the
      kFreeBSD port of using UTF-8 in that case.
    - Change the default font from Fixed to VGA for Lat15; while it's not
      entirely complete, it looks better and is largely good enough.
    - Set keymap and font in the initramfs if possible and sensible.
    - debian/vtrgb, debian/vtrgb.vga,
      debian/console-setup-linux.setvtrgb.service, debian/rules,
      debian/console-setup-linux.postinst: use Ubuntu's virtual terminal color
      scheme by default, with a VGA color scheme available as an alternative.
    - Handle unattended upgrades without breaking plymouth when updating
      console fonts.
    - Tolerate absence of setupcon in postinst scripts.  Should be fixed by
      refactoring to not have a keyboard-configuration package that needs to
      call setupcon without depending on it.
    - Don't copy keyboard-configuration questions to /target in OEM mode.
      oem-config will ask them later, and copying these confuses it.
    - Added templates for keyboard detection.
    - debian/control: drop freebsd-specific packages.
    - debian/control: we also need xkb-data-i18n as a Build-Depends-Indep to
      build a complete set of translated keyboard layout/variant names.
    - 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.
    - keyboard-configuration.config: While sourcing config files to re-seed
      debconf, treat missing XKBOPTIONS as empty.
    - Fix default keyboard selection for language/country combinations
      lacking a proper combined locale.
    - debian/keyboard-configuration.config: lower the priority for the layout
      question.
    - Map ppc64el/* to XKBMODEL=pc105.
    - Set default layout for Kurdish to tr(ku).
    - Set default for Dutch to us(intl), not just us.
    - Set default layout for Vietnam to 'us'.
    - debian/keyboard-configuration.config: Drop the xkb-keymap bits once
      again as we're not ready for those yet, as it's currently causing an
      invalid default layout in the installer.
    - keyboard-configuration.{config,templates}: There is no good default
      for layout toggling, stop pretending there is.  Console users can set
      one with dpkg-reconfigure or editing /etc/defaults/keyboard
    - keyboard_present.sh: Quiet config/postinst when we have no USB devices.
    - debian/preprocessor: revert the removal of keyboard names (for size) of
      console-setup-udeb: we do need those, since we don't use the simplified
      xkb-keymap template from Debian just yet: this way we can still show
      country/language names when selecting a keyboard, layout or variant.
    - debian/rules: revert hard-coding of a list of "debconf-selectable"
      layouts for the udebs, since we don't use this debconf question in Ubuntu
      and all layouts are selectable.
    - Make COPYRIGHT a symlink to debian/copyright.
    - Don't cat over the keymaps; they're already moved to the right place.
    - Add Keyboard/Makefile rule to build pc105.tree.
    - Include pc105.tree for ubiquity; make sure it gets built.
    - Fix command injection in ckbcomp.
    - Generate a locale locally for translating keyboard names in
      kbdnames-maker.
    - Keyboard/Makefile: make sure KeyboardNames.pl is built with accurate data
      from xkb-data.
    - xmlreader, KeyboardNames.pl: Added model entry to skip model selection.
    - Make sure we give a meaningful name to ch layouts: "Switzerland" instead
      of "German (Switzerland), since it includes French too.
    - setupcon:
      - use only /run for tempfiles with /tmp as a non-root fallback.
      - handle compressed console maps and font files.
      - Map XKBMODEL=SKIP to '' for compatibility with existing
        configs.
      - the variables are taken from a config file which, if changed,
        invalidates the cache.
      - there is only ever one keyboard map per system.
      - the system should not have to resolve filenames to find the keymap
        cache on boot.
      - Explicitly exit 0, so that postinsts don't fail in the event that
        loadkeys can't find a console.
  * Dropped changes:
    - kbdnames-maker: Call `{bind,}textdomain` after switching locale.
  * debian/control: Build depend on keymapper

Date: Wed, 27 Nov 2019 15:34:42 +0100
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/console-setup/1.194ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 27 Nov 2019 15:34:42 +0100
Source: console-setup
Architecture: source
Version: 1.194ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Changes:
 console-setup (1.194ubuntu1) focal; urgency=medium
 .
   * Merge from Debian unstable.  Remaining changes:
     - debian/clean: Delete Keyboard/tree-keymaps/ on clean
     - Add an apport hook.
     - If the locale is C during configuration, only set CHARMAP to ISO-8859-15
       on kFreeBSD; otherwise restore the previous behaviour from before the
       kFreeBSD port of using UTF-8 in that case.
     - Change the default font from Fixed to VGA for Lat15; while it's not
       entirely complete, it looks better and is largely good enough.
     - Set keymap and font in the initramfs if possible and sensible.
     - debian/vtrgb, debian/vtrgb.vga,
       debian/console-setup-linux.setvtrgb.service, debian/rules,
       debian/console-setup-linux.postinst: use Ubuntu's virtual terminal color
       scheme by default, with a VGA color scheme available as an alternative.
     - Handle unattended upgrades without breaking plymouth when updating
       console fonts.
     - Tolerate absence of setupcon in postinst scripts.  Should be fixed by
       refactoring to not have a keyboard-configuration package that needs to
       call setupcon without depending on it.
     - Don't copy keyboard-configuration questions to /target in OEM mode.
       oem-config will ask them later, and copying these confuses it.
     - Added templates for keyboard detection.
     - debian/control: drop freebsd-specific packages.
     - debian/control: we also need xkb-data-i18n as a Build-Depends-Indep to
       build a complete set of translated keyboard layout/variant names.
     - 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.
     - keyboard-configuration.config: While sourcing config files to re-seed
       debconf, treat missing XKBOPTIONS as empty.
     - Fix default keyboard selection for language/country combinations
       lacking a proper combined locale.
     - debian/keyboard-configuration.config: lower the priority for the layout
       question.
     - Map ppc64el/* to XKBMODEL=pc105.
     - Set default layout for Kurdish to tr(ku).
     - Set default for Dutch to us(intl), not just us.
     - Set default layout for Vietnam to 'us'.
     - debian/keyboard-configuration.config: Drop the xkb-keymap bits once
       again as we're not ready for those yet, as it's currently causing an
       invalid default layout in the installer.
     - keyboard-configuration.{config,templates}: There is no good default
       for layout toggling, stop pretending there is.  Console users can set
       one with dpkg-reconfigure or editing /etc/defaults/keyboard
     - keyboard_present.sh: Quiet config/postinst when we have no USB devices.
     - debian/preprocessor: revert the removal of keyboard names (for size) of
       console-setup-udeb: we do need those, since we don't use the simplified
       xkb-keymap template from Debian just yet: this way we can still show
       country/language names when selecting a keyboard, layout or variant.
     - debian/rules: revert hard-coding of a list of "debconf-selectable"
       layouts for the udebs, since we don't use this debconf question in Ubuntu
       and all layouts are selectable.
     - Make COPYRIGHT a symlink to debian/copyright.
     - Don't cat over the keymaps; they're already moved to the right place.
     - Add Keyboard/Makefile rule to build pc105.tree.
     - Include pc105.tree for ubiquity; make sure it gets built.
     - Fix command injection in ckbcomp.
     - Generate a locale locally for translating keyboard names in
       kbdnames-maker.
     - Keyboard/Makefile: make sure KeyboardNames.pl is built with accurate data
       from xkb-data.
     - xmlreader, KeyboardNames.pl: Added model entry to skip model selection.
     - Make sure we give a meaningful name to ch layouts: "Switzerland" instead
       of "German (Switzerland), since it includes French too.
     - setupcon:
       - use only /run for tempfiles with /tmp as a non-root fallback.
       - handle compressed console maps and font files.
       - Map XKBMODEL=SKIP to '' for compatibility with existing
         configs.
       - the variables are taken from a config file which, if changed,
         invalidates the cache.
       - there is only ever one keyboard map per system.
       - the system should not have to resolve filenames to find the keymap
         cache on boot.
       - Explicitly exit 0, so that postinsts don't fail in the event that
         loadkeys can't find a console.
   * Dropped changes:
     - kbdnames-maker: Call `{bind,}textdomain` after switching locale.
   * debian/control: Build depend on keymapper
Checksums-Sha1:
 8f4fe831062c89568ad2746235d60799d5617e2c 3202 console-setup_1.194ubuntu1.dsc
 e2dd2b9ec0da9b5ea48ea06a404501a234620cf3 1673052 console-setup_1.194ubuntu1.tar.xz
 d1d3aaa24c55a2b37712614f884cc7c5dc6f4ee7 7046 console-setup_1.194ubuntu1_source.buildinfo
Checksums-Sha256:
 e88427c013b7700911254ac549cd00ec089d386aba9a169f6f9de6a86f247ce3 3202 console-setup_1.194ubuntu1.dsc
 6b80f8cbed046b5c34975d3778a9b88641425a87fcaed611e3aa5cb6b0c0b9d0 1673052 console-setup_1.194ubuntu1.tar.xz
 fe99a4a5c139cede2a0dedcbd7c1c88cb6b739d97328d5faff89a5e15cb29398 7046 console-setup_1.194ubuntu1_source.buildinfo
Files:
 0a8bac70ab2382bbba799c7c26845698 3202 utils optional console-setup_1.194ubuntu1.dsc
 988fe9d3e175f8f97347f71b9503111e 1673052 utils optional console-setup_1.194ubuntu1.tar.xz
 467c62d2ca474f29f0fcc89c7a468a43 7046 utils optional console-setup_1.194ubuntu1_source.buildinfo
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEI/PvTgXX55rLQUfDg6KBkWslS0UFAl3fsHcACgkQg6KBkWsl
S0X3DQ/+M7PRnfoRKezachKI2/cvlpqxg5aFklrqTrHU7LBL+4/NmoLZLDO918v+
UIoNJezSok2JKco1tmCf44AltemnBZmo+4HJCNkqdXa/zZG8/TdiSHmEcDpnK86/
+hgebib2HZv2N9t3VU3aREMeXHa/hPx57/Ieb1j3Axn73IbdXZA7M3JW1lBwcWt6
UIw5KLx+Hyxp6610S3CF+fCT1eADm5E9v5BPubBg4lzLbJG9mBS6n5FcPnqj/0YC
q0yKV1eJEr3v4VB1kBA9pfprjsZp/xxfNf/wpDC5W+fNkwsy+eVVhl8oowuyddzg
uKKcY403uhr/cNTKo8sbFvshvjdnz26gpCCLeApJt5b6WHJe8WbwIir5fdR+GXe4
TlNmG1SROfmBZ5YjX3t42Nom6H49lhP+ww0jrohsuiDXkT8/AJfQdt4O39YEzSFs
1kDYQuYyZNsLryGxwsG++4Yt5+U0MovQhRffbKhy1qeh5CgoY7kSEVSOAO4m4hoQ
zZKYwA5dUNwb5zrvl80l5ELY3fWOkbG+UN4PjYnQh4fmNJQqAzkxsUimEg32+YZb
80VjBXp8SdWFgDaKXth3z+6U5lv8lUgjJchhjc6kMdoLVfLNL9gkSVelMC+1Iil+
7eswJKx9AYJ1vUp/eOtaFYchHRo5KZuVvl3nvDi/dbtaTae2LtU=
=/ncB
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list