~mniess/ubuntu/trusty/ibus/fix-lp1240198

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-09-11 16:28:00 UTC
  • mfrom: (39.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20130911162800-72zolh7pa1nzgdj1
Tags: 1.5.3-6ubuntu1
* Sync with Debian. Remaining changes:
  - debian/rules:
    + Build with dh_translations. Add dh-translations build dependency.
  - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
    Methods"

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ibus (1.5.3-0ubuntu1) saucy; urgency=low
 
1
ibus (1.5.3-6ubuntu1) saucy; urgency=low
2
2
 
3
 
  [ Jeremy Bicha ]
4
 
  * Merge from Debian unstable. Remaining changes:
5
 
    - debian/control:
6
 
      + Recommend ibus-gtk | ibus-qt4, ibus-gtk3 | ibus-qt4 instead of
7
 
        recommending all of them
8
 
      + Suggest ibus-clutter instead of recommending it
9
 
      + Depend on dconf-cli instead of dconf-tools
 
3
  * Sync with Debian. Remaining changes:
10
4
    - debian/rules:
11
5
      + Build with dh_translations. Add dh-translations build dependency.
12
 
      + Use --disable-silent-rules
13
6
    - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
14
7
      Methods"
15
 
    - add ibus-530711-preload-sys.patch: Set default IMEngine.
16
 
    - debian/libibus-1.0-5.symbols: Add symbols for above patch
 
8
 
 
9
 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 11 Sep 2013 16:28:00 -0400
 
10
 
 
11
ibus (1.5.3-6) unstable; urgency=low
 
12
 
 
13
  * debian/control:
 
14
    - Depend on gir1.2-gtk-3.0 and python-gi. Closes: #722121
 
15
  * debian/rules:
 
16
    - Simplify override_dh_install rule
 
17
    - Only hide ibus-setup in GNOME and Unity
 
18
    - Restore --disable-silent-rules
 
19
 
 
20
 -- Osamu Aoki <osamu@debian.org>  Wed, 11 Sep 2013 23:56:01 +0900
 
21
 
 
22
ibus (1.5.3-5) unstable; urgency=low
 
23
 
 
24
  * This initiates ibus 1.4 to 1.5 transition.  This changes IM 
 
25
    switching key to SUPER-space and integrates xkb. 
 
26
    Closes: #690605, #699368
 
27
  * Remove gjs and gnome-shell build dependency since ibus-gjs was 
 
28
    removed.
 
29
  * Add breaks to packages indirectly depending on python-ibus
 
30
    since ibus does not depend on python-ibus anymore.
 
31
 
 
32
 -- Osamu Aoki <osamu@debian.org>  Fri, 06 Sep 2013 23:41:07 +0900
 
33
 
 
34
ibus (1.5.3-4) experimental; urgency=low
 
35
 
 
36
  * Deprecate python-ibus and mention GObject introspection
 
37
    transition. 
 
38
 
 
39
 -- Osamu Aoki <osamu@debian.org>  Sat, 31 Aug 2013 00:24:35 +0900
 
40
 
 
41
ibus (1.5.3-3) experimental; urgency=low
 
42
 
 
43
  * Deleted ibus-gjs as EOL. (1.5.3-2 was configured with 
 
44
    different options.)
 
45
  * Confirmed functioning ibus 1.5. Closes: #692424
 
46
 
 
47
 -- Osamu Aoki <osamu@debian.org>  Mon, 26 Aug 2013 22:09:40 +0900
 
48
 
 
49
ibus (1.5.3-2) experimental; urgency=low
 
50
 
 
51
  * Drop multiarch patch introduced in ibus (1.4.0-2) which
 
52
    is not required with compat 9.
 
53
  * Merge from the FC19 released package.
 
54
    - ibus-810211-no-switch-by-no-trigger.patch: refreshed
 
55
    - ibus-xx-setup-frequent-lang.patch: refreshed
 
56
    - ibus-gjs-3.4.1.20130115.patch: refreshed
 
57
  * Update package dependency and build rules.
 
58
 
 
59
 -- Osamu Aoki <osamu@debian.org>  Sat, 24 Aug 2013 22:01:01 +0900
 
60
 
 
61
ibus (1.5.3-1) experimental; urgency=low
 
62
 
17
63
  * New upstream release. Applied patches dropped:
18
64
    - the 0001 - 0017 backport patches
19
65
    - the format-security patches
20
 
  * Dropped changes:
21
 
    - debian/patches/05_appindicator.patch and python-appindicator recommends:
22
 
      + For Saucy, we'll be using indicator-keyboard instead.
23
 
 
24
 
  [ William Hua ]
25
 
  * debian/patches/ibus-541492-xkb.patch:
26
 
    - Patch from Fedora, needed for the 530711 patch to apply cleanly
27
 
  * debian/patches/ibus-530711-preload-sys.patch: Refreshed (from Fedora)
28
 
  * debian/patches/disable-input-trigger.patch:
29
 
    - Prevent IBus from capturing input source key bindings.
30
 
 
31
 
 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 28 Jul 2013 19:27:13 -0400
 
66
  * Merge from 1.5.3-0ubuntu1
 
67
    - debian/control:
 
68
      + Recommend ibus-gtk | ibus-qt4, ibus-gtk3 | ibus-qt4 instead of
 
69
        recommending all of them
 
70
      + Suggest ibus-clutter instead of recommending it
 
71
      + Depend on dconf-cli instead of dconf-tools 
 
72
    - debian/rules:
 
73
      + Use --disable-silent-rules
 
74
    - debian/patches/ibus-541492-xkb.patch: from Fedora, refreshed
 
75
    - debian/patches/ibus-530711-preload-sys.patch: from Fedora, refreshed
 
76
  * Not merging Ubuntu specific following changes in 1.5.3-0ubuntu1
 
77
    - use of dh_translations in rules
 
78
    - 02_title_update.patch
 
79
    - 05_appindicator.patch
 
80
    - disable-input-trigger.patch
 
81
  * Update symbols file with 1.5.3.
 
82
    - Somehow 1.5.3-0ubuntu1 symbols file is marked these and 1.5.2-3~ 
 
83
      as 1.5.2.
 
84
 
 
85
 -- Osamu Aoki <osamu@debian.org>  Sat, 24 Aug 2013 01:25:05 +0900
32
86
 
33
87
ibus (1.5.2-4) experimental; urgency=low
34
88
 
275
329
 
276
330
  [ Asias He ]
277
331
  * New upstream release.
278
 
  * debian/contro: drop Depends python-glade2 (closes: #599301)
 
332
  * debian/control: drop Depends python-glade2 (closes: #599301)
279
333
 
280
334
 -- LI Daobing <lidaobing@debian.org>  Mon, 25 Oct 2010 23:31:31 +0800
281
335