[ubuntu/eoan-proposed] im-config 0.43-1ubuntu1 (Accepted)

Gunnar Hjalmarsson gunnarhj at ubuntu.com
Thu Apr 25 04:30:16 UTC 2019


im-config (0.43-1ubuntu1) eoan; urgency=medium

  * Merge with Debian unstable, remaining changes:
    - debian/maintscript: Remove /etc/profile.d/input-method-config.sh
    - debian/patches/01-ubuntu-default-mode.patch
    - debian/patches/use-distinguishable-abstract-address.patch
  * Ubuntu methods for launching im-config dropped:
    - /usr/lib/systemd/user-environment-generators/70-im-config is now
      used to trigger im-config, and since it works for us, the
      alternative Ubuntu files debian/user/im-config.service and
      debian/input-method-config.sh are no longer needed.
  * debian/maintscript:
    - Remove /etc/profile.d/input-method-config.sh
  * debian/patches/dont-start-ibus-if-gdm3.patch:
    - Dropped; it was a hack which seems not to be needed any longer.
  * debian/patches/dont-set-GTK_IM_MODULE-on-wayland.patch:
    - Dropped; im-config is now completely disabled if Ubuntu on
      Wayland.

im-config (0.43-1) unstable; urgency=medium

  * Minimal change from the testing 0.39-1 upload aiming for buster release.
  * The slow execution #925160 bug is addressed by disabling useless
    checks by imconfig_find_files_with_prefixpath_glob.
  * The 0.39-1 upload caused regression on the most common Gnome wayland
    system with ibus since Gnome also tries to set up input method.
    This regression is fixed by making 70-im-config and
    im-launch.desktop conditional to the existence of ibus-daemon.
    Closes: #925160
  * The 0.39-1 upload caused another regression of lost $HOME value.
    This regression is fixed by adding HOME to the env command argument
    in im-launch.
  * House keeping to erase conffile introduced by some unstable packages
    using dpkg-maintscript-helper.  Closes: #926016

im-config (0.42-1) unstable; urgency=medium

  * Better fix to reopened #925160 by:
    - Fix glob to use "*-*-*"
    - Use "emulate -R sh" trick (not script with "find") for zsh
    - Save environment variables to avoid running the problematic
      slow code twice
    - Check the existence of ibus-daemon to disable
      systemd.environment-generator script.
    - Separate wayland code from Xsession ones.
    - Move one line code from desktop to separated wayland code.
  * The above combination.  Closes: #925160

im-config (0.41-1) unstable; urgency=medium

  * Refine environment variable handling.
  * Add autopkgtest.

im-config (0.40-1) unstable; urgency=medium

  [ YOSHINO Yoshihito ]
  * Speed up by avoid using "find" but work around sddm+zsh
    problem originally reported at Bug#905129.

  [ Osamu Aoki ]
  * Disable im-config for Gnome on wayland by default.
    Closes: #925160, #877312
  * Add im-launch-wayland to simplify code.
  * Avoid running time consuming code section twice.

im-config (0.39-1) unstable; urgency=medium

  [ YOSHINO Yoshihito ]
  * Support GNOME Wayland with gdm3.

Date: Thu, 25 Apr 2019 06:28:00 +0200
Changed-By: Gunnar Hjalmarsson <gunnarhj at ubuntu.com>
Maintainer: Debian Input Method Team <debian-input-method at lists.debian.org>
https://launchpad.net/ubuntu/+source/im-config/0.43-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 25 Apr 2019 06:28:00 +0200
Source: im-config
Architecture: source
Version: 0.43-1ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Debian Input Method Team <debian-input-method at lists.debian.org>
Changed-By: Gunnar Hjalmarsson <gunnarhj at ubuntu.com>
Closes: 877312 925160 926016
Changes:
 im-config (0.43-1ubuntu1) eoan; urgency=medium
 .
   * Merge with Debian unstable, remaining changes:
     - debian/maintscript: Remove /etc/profile.d/input-method-config.sh
     - debian/patches/01-ubuntu-default-mode.patch
     - debian/patches/use-distinguishable-abstract-address.patch
   * Ubuntu methods for launching im-config dropped:
     - /usr/lib/systemd/user-environment-generators/70-im-config is now
       used to trigger im-config, and since it works for us, the
       alternative Ubuntu files debian/user/im-config.service and
       debian/input-method-config.sh are no longer needed.
   * debian/maintscript:
     - Remove /etc/profile.d/input-method-config.sh
   * debian/patches/dont-start-ibus-if-gdm3.patch:
     - Dropped; it was a hack which seems not to be needed any longer.
   * debian/patches/dont-set-GTK_IM_MODULE-on-wayland.patch:
     - Dropped; im-config is now completely disabled if Ubuntu on
       Wayland.
 .
 im-config (0.43-1) unstable; urgency=medium
 .
   * Minimal change from the testing 0.39-1 upload aiming for buster release.
   * The slow execution #925160 bug is addressed by disabling useless
     checks by imconfig_find_files_with_prefixpath_glob.
   * The 0.39-1 upload caused regression on the most common Gnome wayland
     system with ibus since Gnome also tries to set up input method.
     This regression is fixed by making 70-im-config and
     im-launch.desktop conditional to the existence of ibus-daemon.
     Closes: #925160
   * The 0.39-1 upload caused another regression of lost $HOME value.
     This regression is fixed by adding HOME to the env command argument
     in im-launch.
   * House keeping to erase conffile introduced by some unstable packages
     using dpkg-maintscript-helper.  Closes: #926016
 .
 im-config (0.42-1) unstable; urgency=medium
 .
   * Better fix to reopened #925160 by:
     - Fix glob to use "*-*-*"
     - Use "emulate -R sh" trick (not script with "find") for zsh
     - Save environment variables to avoid running the problematic
       slow code twice
     - Check the existence of ibus-daemon to disable
       systemd.environment-generator script.
     - Separate wayland code from Xsession ones.
     - Move one line code from desktop to separated wayland code.
   * The above combination.  Closes: #925160
 .
 im-config (0.41-1) unstable; urgency=medium
 .
   * Refine environment variable handling.
   * Add autopkgtest.
 .
 im-config (0.40-1) unstable; urgency=medium
 .
   [ YOSHINO Yoshihito ]
   * Speed up by avoid using "find" but work around sddm+zsh
     problem originally reported at Bug#905129.
 .
   [ Osamu Aoki ]
   * Disable im-config for Gnome on wayland by default.
     Closes: #925160, #877312
   * Add im-launch-wayland to simplify code.
   * Avoid running time consuming code section twice.
 .
 im-config (0.39-1) unstable; urgency=medium
 .
   [ YOSHINO Yoshihito ]
   * Support GNOME Wayland with gdm3.
Checksums-Sha1:
 f6192b49a689e379a1f40b58dbd4be0fedae2752 1578 im-config_0.43-1ubuntu1.dsc
 d941fb1f52c8041d06095e20cdcecfebd42ea9f0 45124 im-config_0.43.orig.tar.xz
 ef8e85d262dd84a71b8d724502a703e5626e77f8 12488 im-config_0.43-1ubuntu1.debian.tar.xz
 f3d1ec2efa1332ad8d4b62583707fb7722454c89 5588 im-config_0.43-1ubuntu1_source.buildinfo
Checksums-Sha256:
 ff9ea8fed67f4d0f3a8adccf4ad248de69fe43b98c364feff7fa6cb5a3a74b39 1578 im-config_0.43-1ubuntu1.dsc
 acfe16cc0c5b77e2d047626f7b1d73420e423c66664e23fc78b22bae7618e173 45124 im-config_0.43.orig.tar.xz
 dcc355984b9c6b089f3b0db4752bcba13c7debbf046f8783e7f2e43dc2bdf43e 12488 im-config_0.43-1ubuntu1.debian.tar.xz
 aa729d8cbdd47980c1c6427b98512440e1dceefee1ef317399b4363097894ead 5588 im-config_0.43-1ubuntu1_source.buildinfo
Files:
 8e7f0019c7fde16e3d6254d1aa37617c 1578 x11 optional im-config_0.43-1ubuntu1.dsc
 7a45a7e0fe66be16526ee41f81fffd79 45124 x11 optional im-config_0.43.orig.tar.xz
 28e4c6b044c28660f33eb25efe8de895 12488 x11 optional im-config_0.43-1ubuntu1.debian.tar.xz
 c067eb05ab698cfa07a1381db55745e7 5588 x11 optional im-config_0.43-1ubuntu1_source.buildinfo

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

iQFIBAEBCgAyFiEEDP6Ze3JFgKf6cvjP8LEQ51ppLzIFAlzBN30UHGd1bm5hcmhq
QHVidW50dS5jb20ACgkQ8LEQ51ppLzKgYAf7BaQKgjUffCf8OUdpM0/ep5cHuTdD
xxCAXVK44r2kARd2/cFV2HgQo1mt5GH1aUMYVC84coH2ym+w+9fQGs9bsPyG4m6P
5U5EBBRPe+AA7Zbo0theHz11b+5CjpuKxkXMEQdp2yL2K5DU/kybjNyN7Sdl+GY6
Fc+lD0BhGyM7xLCTmWjjQrt3GZhiyOO7ywVG1i8/o4QaIso209YOu5UXKQA8H9LV
NR927qa0chQ7QgHEo64TI4kJ3jr6bGhYpyx328Hp9/Gu+vQyzNNvYT2tOfHo5QMN
SwF9TU/0BHaL9Ef+V4jTdfoyyf5oVd2CPz4YTBobMHWjVc5YSPMd22n3Bw==
=DOTK
-----END PGP SIGNATURE-----


More information about the Eoan-changes mailing list