[ubuntu/precise] ibus 1.4.0-3ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Mon Dec 19 20:45:28 UTC 2011


ibus (1.4.0-3ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Indicator support:
      + Add 05_appindicator.patch: Use an indicator rather than a notification
        icon.
      + debian/control: Recommend python-appindicator.
    - debian/control: Install im-switch instead of im-config by default.
    - debian/patches/01_ubuntu_desktop: Fix "Desktop entry needs the
      X-Ubuntu-Gettext-Domain key"
    - debian/patches/02_title_update.patch: Rename "IBus Preferences" to
      "Keyboard Input Methods"
    - debian/patches/git_fix_async_key_events.patch: upstream git patch to
      fix some input issues in korean and some other languages where entering
      a character and space leads to misplaced space
    - Recommends on ibus-gtk, ibus-qt4, ibus-clutter need to be alternatives,
      because we want derivatives to be able to pick the ones they need.
    - drop obsolete debian/pyversions
  * Dropped changes, included in Debian:
    - debian/README.source: Removed, it was outdated and no longer correct
    - debian/xinput/ibus: check for GTK2+ and GTK3+ IMModules separately,
      otherwise the file globbing fails us.
    - mark ibus-gtk Multi-Arch: same.  It won't be coinstallable yet without
      a multiarch libibus, but it doesn't hurt.
    - debian/gtk-ibus.install: look for the gtk module in the multiarch path.
    - configure.ac: look at the gtk+2.0 pkg-config settings for the directory
      we should install the im module to, not our own configured libdir
      setting.
    - debian/control: build-depend on the multiarched gtk+2.0.

ibus (1.4.0-3) unstable; urgency=low

  [ Kees Cook ]
  * debian/{control,*.install}: Convert to Multi-Arch. Closes: #651488
  * debian/patches/use_pkglibexec.patch: modify upstream build to use
    pkglibexec instead of libexec, since this provides the ibus/
    subdirectory.
  * proper-gtk-plugin-path.patch: adjust to leave gtk3 where it thinks
    it should be.

  [ Osamu Aoki ]
  * debian/xinput/ibus: adopt to multiarch having multiple matches.
  * Add comments to patch fixing #642317 in 1.4.0-2.
  * Add im-switch as seconday choice for smoother upgrade.
  * Enable autoreconf for each build. Closes: #558568

ibus (1.4.0-2) unstable; urgency=low

  [ LI Daobing ]
  * Fix "The xim doesn't work; the location to install gtk im modules
    doesn't consider multiarch", thanks Steve Langasek.
    (Closes: #642317)
  * Fix "checking for ibus support in gtk2 and gtk3 separately", thanks Steve
    Langasek and Osamu Aoki (Closes: #645729)

  [ Osamu Aoki ]
  * Remove old README.source (Closes:#645728)
  * Add README.Debian to improve documentation. (Closes: #600414)
  * Breaks should be used instead of Conflicts for versioned case.

Date: Mon, 19 Dec 2011 12:33:58 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/ibus/1.4.0-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 19 Dec 2011 12:33:58 -0800
Source: ibus
Binary: ibus libibus-1.0-0 libibus-1.0-dev ibus-gtk ibus-gtk3 python-ibus ibus-doc
Architecture: source
Version: 1.4.0-3ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 ibus       - Intelligent Input Bus - core
 ibus-doc   - Intelligent Input Bus - development documentation
 ibus-gtk   - Intelligent Input Bus - GTK+2 support
 ibus-gtk3  - Intelligent Input Bus - GTK+3 support
 libibus-1.0-0 - Intelligent Input Bus - shared library
 libibus-1.0-dev - Intelligent Input Bus - development file
 python-ibus - Intelligent Input Bus - Python support
Closes: 558568 600414 642317 645728 645729 651488
Changes: 
 ibus (1.4.0-3ubuntu1) precise; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - Indicator support:
       + Add 05_appindicator.patch: Use an indicator rather than a notification
         icon.
       + debian/control: Recommend python-appindicator.
     - debian/control: Install im-switch instead of im-config by default.
     - debian/patches/01_ubuntu_desktop: Fix "Desktop entry needs the
       X-Ubuntu-Gettext-Domain key"
     - debian/patches/02_title_update.patch: Rename "IBus Preferences" to
       "Keyboard Input Methods"
     - debian/patches/git_fix_async_key_events.patch: upstream git patch to
       fix some input issues in korean and some other languages where entering
       a character and space leads to misplaced space
     - Recommends on ibus-gtk, ibus-qt4, ibus-clutter need to be alternatives,
       because we want derivatives to be able to pick the ones they need.
     - drop obsolete debian/pyversions
   * Dropped changes, included in Debian:
     - debian/README.source: Removed, it was outdated and no longer correct
     - debian/xinput/ibus: check for GTK2+ and GTK3+ IMModules separately,
       otherwise the file globbing fails us.
     - mark ibus-gtk Multi-Arch: same.  It won't be coinstallable yet without
       a multiarch libibus, but it doesn't hurt.
     - debian/gtk-ibus.install: look for the gtk module in the multiarch path.
     - configure.ac: look at the gtk+2.0 pkg-config settings for the directory
       we should install the im module to, not our own configured libdir
       setting.
     - debian/control: build-depend on the multiarched gtk+2.0.
 .
 ibus (1.4.0-3) unstable; urgency=low
 .
   [ Kees Cook ]
   * debian/{control,*.install}: Convert to Multi-Arch. Closes: #651488
   * debian/patches/use_pkglibexec.patch: modify upstream build to use
     pkglibexec instead of libexec, since this provides the ibus/
     subdirectory.
   * proper-gtk-plugin-path.patch: adjust to leave gtk3 where it thinks
     it should be.
 .
   [ Osamu Aoki ]
   * debian/xinput/ibus: adopt to multiarch having multiple matches.
   * Add comments to patch fixing #642317 in 1.4.0-2.
   * Add im-switch as seconday choice for smoother upgrade.
   * Enable autoreconf for each build. Closes: #558568
 .
 ibus (1.4.0-2) unstable; urgency=low
 .
   [ LI Daobing ]
   * Fix "The xim doesn't work; the location to install gtk im modules
     doesn't consider multiarch", thanks Steve Langasek.
     (Closes: #642317)
   * Fix "checking for ibus support in gtk2 and gtk3 separately", thanks Steve
     Langasek and Osamu Aoki (Closes: #645729)
 .
   [ Osamu Aoki ]
   * Remove old README.source (Closes:#645728)
   * Add README.Debian to improve documentation. (Closes: #600414)
   * Breaks should be used instead of Conflicts for versioned case.
Checksums-Sha1: 
 6fc342a7add25aa78afebfd42bbb0d4685169778 2590 ibus_1.4.0-3ubuntu1.dsc
 938ea3794b87839d67e41c9c8a83e01df8c94d99 25464 ibus_1.4.0-3ubuntu1.debian.tar.gz
Checksums-Sha256: 
 b5132580c28782230185ce11944b229a6572f930fd8e9b5986c381248a29885a 2590 ibus_1.4.0-3ubuntu1.dsc
 0413bba2405bd273e436db90ecbfaa65fc853bc632f48c6675c54ca6f5d073c5 25464 ibus_1.4.0-3ubuntu1.debian.tar.gz
Files: 
 b09156e298a307ecde7f106632c9a3a2 2590 utils optional ibus_1.4.0-3ubuntu1.dsc
 ca0f0f23071c9ec64f3716dfe70458dc 25464 utils optional ibus_1.4.0-3ubuntu1.debian.tar.gz
Original-Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUBTu+fx1aNMPMhshM9AQhq0Q//XyvG8lCzG/pjDKJHsborSIdyPsfLBrEP
EBsDnEJaurkeIxSB10391/xUXpoP15un3DUG4tigumWH4ZtgYUw5jsvXow4iSOOK
LklH9DfxfSG6mcfR4XxI2OrYJwUd4rZVSJ8Jfmqm84fsatWXJZkO+fb/UpSXUaRW
K/NfigDJU3928quftCWP/o6dk2+TftZwcDQQYiSQKtYlbY7w3W621pXWpDpiCuYt
PG625YZv1NPffqn9iEvROzzYBjHDdR1+1lWePfsCgduGcMlBDN4i/Q93dTDlCq6C
+jXMGq5PQRz9BsE2XfPvEyngAZE4FLSnbWvtd402QO0Qp7SBI+K+7x0Z9qytyB4+
77ccS4acjigBDJUAvzinY+GYwSFq/U+CDSEcUxLeUaWEwk5C3XwX7oMeq+X14eSM
qxXmnOx0tbhlTaiCO7gYhdem6bozRErttme0FJ3BaQSw5Yu6Kj8wF67BJOYJd4xF
kh20B4pJuk2OB4DyNcCKnPqwQiaf9CR0EGyI/VRHMs5b8kRfN57GInzJlqcSI2GW
IkBG6pw2mJmkp7dypbb04sI3DetoZHMbgfZQjw0nm8hRRsI1ICCGcHN+Q1JmfkFW
5/UsUR1hpkNv9RsoSvRsvO8RPSPPhMlamkcIVu5ZqyhjELHxPdBRS9Y2BdiCIGY7
3oVvp/Tyz6U=
=E5kX
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list