[ubuntu/lunar-proposed] console-setup 1.217ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Sat Feb 18 11:39:15 UTC 2023


console-setup (1.217ubuntu1) lunar; urgency=medium

  * Merge with Debian; 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.
    - debian/control: Build depend on keymapper
    - debian/keyboard-configuration.config:
      - change back the french default layout to be fr+oss and not fr+latin9
        the change was dropped by error in a previous merge
    - Do not set default FONTFACE or FONTSIZE for Lat15, kernel has built-in
      Terminus font, at multitiple sizes, and it correctly selects low/high
      dpi font size, based on screen resolution.

console-setup (1.217) unstable; urgency=medium

  [ Updated translations ]
  * Macedonian (mk.po) by Kristijan Fremen Velkovski

  [ Samuel Thibault ]
  * control: Move unifont and unifont-bin build-deps to b-d.

console-setup (1.216) unstable; urgency=medium

  * Fonts/Makefile: Generate unifont.bdf from the getting-updates unifont
    package. Closes: #1027446

console-setup (1.215) unstable; urgency=medium

  * Team upload.
  * Keyboard/ckbcomp: Fix dead_{ogonek,caron,breve,doubleacute} in layouts.
    See kbd's ./src/libkeymap/syms.synonyms.h about them being aliases for
    other dead keys.
  * Keyboard/{ckbcomp,compose_translator}: Special-case dead_acute +
    dead_diaeresis for greek layouts. Closes: #1026986

console-setup (1.214) unstable; urgency=medium

  * Team upload.
  * Keyboard/compose_translator: Do not use Linux aliases for the diacritical
    and base, they don't actually seem supported there by kbd. Closes: #1027247

console-setup (1.213) unstable; urgency=medium

  * Team upload.
  * Keyboard/compose_translator: Fix reading ACM files in UTF-8.
  * Keyboard/{ckbcomp,compose_translator}: Fix supporting dead accents in Linux.
    Closes: #1026986
  * Keyboard/Makefile: Add some composition rules for KOI8.
  * Keyboard/{Makefile,ckbcomp,ckbcomp-mini,compose_translator}: Use compose
    files when console is in UTF-8 mode too.

console-setup (1.212) unstable; urgency=medium

  * Team upload.

  [ Samuel Thibault ]
  * debian/console-setup-linux.console-setup.service: Make display managers
    wait for console-setup to start, otherwise setupcon cannot work once the
    console has switched to graphical mode.

  [ Updated translations ]
  * Amharic (am.po) by Danial Behzadi
  * Asturian (ast.po) by Danial Behzadi
  * Bengali (bn.po) by Danial Behzadi
  * Kazakh (kk.po) by Baurzhan Muftakhidinov

console-setup (1.211) unstable; urgency=medium

  * Team upload.

  * rules: get version from xkb-data.
  * control: make keybor-configuration depend on the same xkb-data version as
    during build, to make sure we have a coherent set of items in
    KeyboardNames.pl. Closes: #1012041

Date: Sat, 18 Feb 2023 12:23:05 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/console-setup/1.217ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sat, 18 Feb 2023 12:23:05 +0100
Source: console-setup
Architecture: source
Version: 1.217ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Closes: 1012041 1026986 1027247 1027446
Changes:
 console-setup (1.217ubuntu1) lunar; urgency=medium
 .
   * Merge with Debian; 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.
     - debian/control: Build depend on keymapper
     - debian/keyboard-configuration.config:
       - change back the french default layout to be fr+oss and not fr+latin9
         the change was dropped by error in a previous merge
     - Do not set default FONTFACE or FONTSIZE for Lat15, kernel has built-in
       Terminus font, at multitiple sizes, and it correctly selects low/high
       dpi font size, based on screen resolution.
 .
 console-setup (1.217) unstable; urgency=medium
 .
   [ Updated translations ]
   * Macedonian (mk.po) by Kristijan Fremen Velkovski
 .
   [ Samuel Thibault ]
   * control: Move unifont and unifont-bin build-deps to b-d.
 .
 console-setup (1.216) unstable; urgency=medium
 .
   * Fonts/Makefile: Generate unifont.bdf from the getting-updates unifont
     package. Closes: #1027446
 .
 console-setup (1.215) unstable; urgency=medium
 .
   * Team upload.
   * Keyboard/ckbcomp: Fix dead_{ogonek,caron,breve,doubleacute} in layouts.
     See kbd's ./src/libkeymap/syms.synonyms.h about them being aliases for
     other dead keys.
   * Keyboard/{ckbcomp,compose_translator}: Special-case dead_acute +
     dead_diaeresis for greek layouts. Closes: #1026986
 .
 console-setup (1.214) unstable; urgency=medium
 .
   * Team upload.
   * Keyboard/compose_translator: Do not use Linux aliases for the diacritical
     and base, they don't actually seem supported there by kbd. Closes: #1027247
 .
 console-setup (1.213) unstable; urgency=medium
 .
   * Team upload.
   * Keyboard/compose_translator: Fix reading ACM files in UTF-8.
   * Keyboard/{ckbcomp,compose_translator}: Fix supporting dead accents in Linux.
     Closes: #1026986
   * Keyboard/Makefile: Add some composition rules for KOI8.
   * Keyboard/{Makefile,ckbcomp,ckbcomp-mini,compose_translator}: Use compose
     files when console is in UTF-8 mode too.
 .
 console-setup (1.212) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Samuel Thibault ]
   * debian/console-setup-linux.console-setup.service: Make display managers
     wait for console-setup to start, otherwise setupcon cannot work once the
     console has switched to graphical mode.
 .
   [ Updated translations ]
   * Amharic (am.po) by Danial Behzadi
   * Asturian (ast.po) by Danial Behzadi
   * Bengali (bn.po) by Danial Behzadi
   * Kazakh (kk.po) by Baurzhan Muftakhidinov
 .
 console-setup (1.211) unstable; urgency=medium
 .
   * Team upload.
 .
   * rules: get version from xkb-data.
   * control: make keybor-configuration depend on the same xkb-data version as
     during build, to make sure we have a coherent set of items in
     KeyboardNames.pl. Closes: #1012041
Checksums-Sha1:
 047c78257998d3dce2526b83023a34e7b046ddd7 3282 console-setup_1.217ubuntu1.dsc
 9cdf1e4d19805d9654d0ced82a8eb40083ef7e7f 2659360 console-setup_1.217ubuntu1.tar.xz
 ae202d39d4007afe6e622bbe4e0b491350fd4369 13765 console-setup_1.217ubuntu1_source.buildinfo
Checksums-Sha256:
 07e78b9ef4d0280b76e8170812662b98aece275f4fe9b5a09f9ceeddd5554337 3282 console-setup_1.217ubuntu1.dsc
 e6c2a1cb5f85a4c70e86d97e1bb2b428988119c7b83589574b4982651f640063 2659360 console-setup_1.217ubuntu1.tar.xz
 18a4b8db061b15c1551373bef49fd305d087bc99bf822fb0d4c51aa9a6a0aa15 13765 console-setup_1.217ubuntu1_source.buildinfo
Files:
 632c08637ec7582f3cc5959e45fd9ade 3282 utils optional console-setup_1.217ubuntu1.dsc
 74de9abd70581f29a005b7f633f2b23c 2659360 utils optional console-setup_1.217ubuntu1.tar.xz
 5225531e9e16c3311a0a4672ccde8b8a 13765 utils optional console-setup_1.217ubuntu1_source.buildinfo
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>


More information about the lunar-changes mailing list