~ubuntu-branches/ubuntu/raring/ibus/raring-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
ibus (1.4.2-0ubuntu2) raring; urgency=low

  * Configure with --disable-silent-rules.
  * Fix build failure with -Werror. LP: #1163777.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 03 Apr 2013 10:24:38 +0200

ibus (1.4.2-0ubuntu1) raring; urgency=low

  * New upstream release (LP: #1072172)
  * debian/libibus2.symbols:
    - Updated
  * debian/patches/0003-Fix-typoes-in-gtk-doc-comments.patch:
  * debian/patches/0007-Fix-the-coordinate-in-languagebar-when-dual-monitors.patch:
  * debian/patches/0008-Fix-not-to-send-preedit-changed-signal-when-the-pree.patch:
  * debian/patches/0012-Fix-double-unref-when-looping-over-attachment.patch:
  * debian/patches/0013-Fix-a-typo.patch:
  * debian/patches/g-ir-scanner-pkg-export.patch:
    - Applied upstream

 -- Robert Ancell <robert.ancell@canonical.com>  Fri, 23 Nov 2012 09:28:43 +1300

ibus (1.4.1-9ubuntu1) raring; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - debian/control: Install im-switch instead of im-config by default.
    - debian/rules: Build with dh_translations. Add dh-translations build
      dependency.
    - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
      Methods"
    - Add 05_appindicator.patch: Use an indicator rather than a notification
      icon. Add python-appindicator recommends.
    - debian/control: 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.
    - add ibus-530711-preload-sys.patch: Set default IMEngine.

 -- Logan Rosen <logatronico@gmail.com>  Sun, 18 Nov 2012 20:51:56 -0500

ibus (1.4.1-9) unstable; urgency=low

  * 0007-Fix-the-coordinate-in-languagebar-when-dual-monitors.patch
    to ensure usable keyboard input environment.  Closes: #693516
  * 0008-Fix-not-to-send-preedit-changed-signal-when-the-pree.patch
    to prevent bogus input. Closes: #693517
  * 0012-Fix-double-unref-when-looping-over-attachment.patch
    to prevent memory handling error.  Closes: #693520
  * 2 patches to fix documentation and UI typos.

 -- Osamu Aoki <osamu@debian.org>  Sat, 17 Nov 2012 22:59:15 +0900

ibus (1.4.1-8) unstable; urgency=low

  * dh to call dh_girepository. Closes: #691071
  * Removed unused-override unknown-section introspection for lintian.
  * Add symbols file for libibus-1.0-0. Closes: #691070 
  * Bump policy to 3.9.3.

 -- Osamu Aoki <osamu@debian.org>  Sun, 21 Oct 2012 22:29:37 +0900

ibus (1.4.1-7ubuntu1) quantal; urgency=low

  * Merge from Debian unstable (LP: #854333), remaining changes:
    - debian/control: Install im-switch instead of im-config by default.
    - debian/rules: Build with dh_translations. Add dh-translations build
      dependency.
    - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
      Methods"
    - Add 05_appindicator.patch: Use an indicator rather than a notification
      icon. Add python-appindicator recommends.
    - debian/control: 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.
    - add ibus-530711-preload-sys.patch: Set default IMEngine.
      Taken from Fedora:
      https://bugzilla.redhat.com/show_bug.cgi?id=530711

 -- AWASHIRO Ikuya <ikuya@fruitsbasket.info>  Mon, 30 Jul 2012 17:01:16 +0900

ibus (1.4.1-7) unstable; urgency=low

  * Add dependency to gnome-icon-theme. Closes: #678422
  * Use Hardening Options. 

 -- Osamu Aoki <osamu@debian.org>  Sat, 23 Jun 2012 03:16:04 +0900

ibus (1.4.1-6) unstable; urgency=low

  * Fix build-depend by adding python-dbus-dev. Closes: #673853

 -- Osamu Aoki <osamu@debian.org>  Thu, 24 May 2012 00:17:47 +0900

ibus (1.4.1-5) unstable; urgency=low

  * Fix multiarch bug for gir1.2-ibus-1.0. Closes: #669982 
  * Add Suggests: ibus-doc. Closes: #666466

 -- Osamu Aoki <osamu@debian.org>  Fri, 27 Apr 2012 00:22:42 +0900

ibus (1.4.1-4) unstable; urgency=low

  * Fix FTBFS by cleaning up install. Closes: Bug#669545
  * Fix control for "Multi-Arch:".

 -- Osamu Aoki <osamu@debian.org>  Fri, 20 Apr 2012 22:49:02 +0900

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

  * Merge from Debian unstable (LP: #961145), remaining changes:
    - debian/control: Install im-switch instead of im-config by default.
    - debian/rules: Build with dh_translations. Add dh-translations build
      dependency.
    - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
      Methods"
    - Add 05_appindicator.patch: Use an indicator rather than a notification
      icon. Add python-appindicator recommends.
    - debian/control: 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.
    - add ibus-530711-preload-sys.patch: Set default IMEngine (LP: #944035).
      Taken from Fedora:
      https://bugzilla.redhat.com/show_bug.cgi?id=530711

 -- Ikuya Awashiro <ikuya@fruitsbasket.info>  Wed, 21 Mar 2012 21:45:55 +0900

ibus (1.4.1-3) unstable; urgency=low

  * Fixed im-switch hook script. Closes: #664201 

 -- Osamu Aoki <osamu@debian.org>  Sun, 18 Mar 2012 00:25:01 +0900

ibus (1.4.1-2) unstable; urgency=low

  * Reenable --enable-surrounding-text.  Closes: #664102 

 -- Osamu Aoki <osamu@debian.org>  Fri, 16 Mar 2012 22:07:41 +0900

ibus (1.4.1-1ubuntu3) precise; urgency=low

  * debian/patches/ibus-530711-preload-sys.patch:
    - Set default IMEngine (LP: #944035).
    - Taken from Fedora.
      https://bugzilla.redhat.com/show_bug.cgi?id=530711

 -- Ikuya Awashiro <ikuya@fruitsbasket.info>  Fri, 16 Mar 2012 17:18:35 +0900

ibus (1.4.1-1ubuntu2) precise; urgency=low

  * debian/patches/05_appindicator.patch: tweak the id so the fallback icon
    gets the same name as the normal gtkstatusicon (lp: #885080)

 -- Sebastien Bacher <seb128@ubuntu.com>  Fri, 09 Mar 2012 22:23:18 +0100

ibus (1.4.1-1ubuntu1) precise; urgency=low

  * Merge from Debian unstable, remaining changes:
    - debian/control: Install im-switch instead of im-config by default.
    - debian/rules: Build with dh_translations. Add dh-translations build
      dependency.
    - Add 02_title_update.patch: Rename "IBus Preferences" to "Keyboard Input
      Methods"
    - Add 05_appindicator.patch: Use an indicator rather than a notification
      icon. Add python-appindicator recommends.
    - debian/control: 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.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 06 Mar 2012 09:45:51 +0100

ibus (1.4.1-1) unstable; urgency=low

  * Remove old patches included in the upstream.
  * Revert pkglibexec patch by Kees Cook with old automake1.11-2
    workaround and use configure option --libexec.
  * Add doc-base support and preinst for documentation location
    migration.
  * Fix 'ibus-1.0' not found error using patch by Daiki Ueno.

 -- Osamu Aoki <osamu@debian.org>  Sun, 12 Feb 2012 14:08:49 +0900

ibus (1.4.0-4) unstable; urgency=low

  * Apply patch to add gobject-introspection support from Daiki Ueno.
    Closes: #657436
  * Add Daiki Ueno as Uploaders.
  * Fix build problem due to old automake1.11-2. Closes: #657828
  * Fix typo and other minor issues. 
  * Fix documentation location. Closes: #655056 

 -- Osamu Aoki <osamu@debian.org>  Tue, 31 Jan 2012 20:56:01 +0900

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

 -- Osamu Aoki <osamu@debian.org>  Thu, 15 Dec 2011 23:44:12 +0900

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.

 -- Osamu Aoki <osamu@debian.org>  Wed, 07 Dec 2011 23:35:51 +0900

ibus (1.4.0-1) unstable; urgency=low

  * New upstream release.

 -- Asias He <asias.hejun@gmail.com>  Sat, 24 Sep 2011 10:02:49 +0800

ibus (1.3.99.20110817-1) unstable; urgency=low

  * New upstream release
  * Fix "--enable-surrounding-text" (Closes: #639552)
  * Fix "new upstream version 1.3.99.20110817" (Closes: #639824)
  * Fix "typo in package description" (Closes: #636109)
  * Fix "Typing errors in package description." (Closes: #639133)

 -- Asias He <asias.hejun@gmail.com>  Sat, 03 Sep 2011 23:17:02 +0800

ibus (1.3.99.20110419-1) unstable; urgency=low

  * New upstream release
  * Fix "Switch to dh_python2" (Closes: #635023)
  * Use dh in debian/rules

 -- Asias He <asias.hejun@gmail.com>  Sat, 23 Jul 2011 22:10:45 +0800

ibus (1.3.9-2) unstable; urgency=low

  * Enable GTK3 support
  * Bump standards version to 3.9.2 
  * Set DM-Upload-Allowed to yes
  * Set VCS to git.debian.org
  * Introduce ibus-gtk3
  * Add Add CLUTTER_IM_MODULE in xinput.d
  * Fix "ibus-setup.desktop need to be policy complient" (Closes: #586524)
  * Fix "Please enable GTK3 support" (Closes: #622910)
  * Fix "Please add support for ibus-clutter in xinput.d" (Closes: #621133)
  * Fix "[ibus] ibus-setup shouldn't recommend $HOME/.bashrc for
    environment variables"(Closes: #557555)

 -- Asias He <asias.hejun@gmail.com>  Fri, 20 May 2011 22:02:36 +0800

ibus (1.3.9-1) unstable; urgency=low

  * New upstream release.

 -- Asias He <asias.hejun@gmail.com>  Sun, 05 Dec 2010 15:44:16 +0800

ibus (1.3.8-1) unstable; urgency=low

  [ LI Daobing ]
  * fix typo in debian/changelog

  [ Asias He ]
  * New upstream release.
  * debian/contro: drop Depends python-glade2 (closes: #599301)

 -- LI Daobing <lidaobing@debian.org>  Mon, 25 Oct 2010 23:31:31 +0800

ibus (1.3.7-1) unstable; urgency=low

  [ Asias He ]
  * New upstream release.
  * debian/control: bump standards version to 3.9.1.
  * debian/libibus2.symbols: updated.
  * debian/control: added im-config to Recommends (closes: #587296)

 -- LI Daobing <lidaobing@debian.org>  Wed, 04 Aug 2010 21:47:44 +0800

ibus (1.3.6-1) unstable; urgency=low

  [ Asias He ]
  * New upstream release. (closes: #586976)
  * debian/libibus2.symbols: updated.
  * debian/patches/*: updated.
  * debian/control: bump standards version to 3.9.0.
  * debian/ibus.install: updated.
  * debian/libibus-dev.install: updated.

  [ LI Daobing ]
  * debian/control: replaces and breaks ibus (<< 1.3.6)

 -- LI Daobing <lidaobing@debian.org>  Tue, 06 Jul 2010 16:02:22 +0800

ibus (1.3.5-1) unstable; urgency=low

  [ Asias He ]
  * New upstream release.
  * debian/libibus2.symbols: updated.

 -- LI Daobing <lidaobing@debian.org>  Sat, 12 Jun 2010 19:37:05 +0800

ibus (1.3.4-1) unstable; urgency=low

  [ Asias He ]
  * New upstream release.

  [ LI Daobing ]
  * debian/libibus2.symbols: updated.

 -- LI Daobing <lidaobing@debian.org>  Sun, 30 May 2010 10:35:47 +0800

ibus (1.3.3-1) unstable; urgency=low

  * New upstream release.

 -- LI Daobing <lidaobing@debian.org>  Thu, 06 May 2010 19:42:32 +0800

ibus (1.3.2-1) unstable; urgency=low

  * New upstream release.
  * debian/libibus2.symbols: updated. 
  * debian/control:
    - change maintainer to IME Packaging Team, add me to uploaders.
    - update Vcs-* fields.

 -- LI Daobing <lidaobing@debian.org>  Thu, 29 Apr 2010 19:51:08 +0800

ibus (1.3.1-2) unstable; urgency=low

  * Fix "Please fix python-notify dependancy" (Closes: #577587)
    - debian/control: ibus depends on python-notify
  * improve manpages (Closes: #562542)
    - debian/ibus.1 -> debian/ibus.7, and add setup information.
    - debian/ibus-daemon.1: updated.
    - debian/ibus-setup.1: updated.
    - debian/ibus-gconf.1, debian/ibus-ui-gtk.1, debian/ibus-x11.1: removed.
    - debian/ibus.manpages: updated.
  * debian/source/format: 3.0. 
    - remove dpatch, update debian/control, debian/rules, debian/patches

 -- LI Daobing <lidaobing@debian.org>  Wed, 14 Apr 2010 20:59:30 +0800

ibus (1.3.1-1) unstable; urgency=low

  * New upstream release.

 -- LI Daobing <lidaobing@debian.org>  Sat, 03 Apr 2010 18:53:10 +0800

ibus (1.3.0-1) experimental; urgency=low

  * New upstream release.
  * debian/source/format: missing-debian-source-format
  * debian/libibus2.symbols: updated.

 -- LI Daobing <lidaobing@debian.org>  Wed, 24 Mar 2010 20:47:49 +0800

ibus (1.2.99.20100202-1) experimental; urgency=low

  * New upstream release.
  * debian/control: bump standards version to 3.8.4.
  * libibus1 -> libibus2 transition:
    - debian/control: updated
    - debian/libibus1.*: deleted
    - debian/libibus2.*: added
    - debian/rules: updated.

 -- LI Daobing <lidaobing@debian.org>  Sun, 21 Mar 2010 18:23:37 +0800

ibus (1.2.0.20091215-1) unstable; urgency=low

  * New upstream release.
  * debian/libibus1.symbols: updated

 -- LI Daobing <lidaobing@debian.org>  Thu, 17 Dec 2009 19:43:32 +0800

ibus (1.2.0.20091124-1) unstable; urgency=low

  * New upstream release.

 -- LI Daobing <lidaobing@debian.org>  Thu, 26 Nov 2009 19:24:06 +0800

ibus (1.2.0.20091024-1) unstable; urgency=low

  * new upstream release.
    - Fix "notification icon should be optional" (LP: #422253)
  * Fix "move im-switch from depends to recommends" (Closes: #551157)
    - debian/control: updated.
  * debian/rules: rewrited.
  * debian/clean: updated.
  * Fix "Desktop entry needs the X-Ubuntu-Gettext-Domain key"  (LP: #457632)
    - debian/control: add dpatch to build-depends.
    - debian/patches/*: added.
    - debian/README.source: added.
  * debian/rules: ignore test.

 -- LI Daobing <lidaobing@debian.org>  Mon, 26 Oct 2009 18:55:02 +0800

ibus (1.2.0.20091014-1) unstable; urgency=low

  * new upstream release.
  * debian/control:
    - depends on librsvg2-common instead of python-rsvg.
    - Turn ANDed ibus-{gtk,qt4} dependency into an OR, to avoid installing
      both. (LP: #449966)
  * debian/xinput/ibus: Turn ANDed ibus-{gtk,qt4} dependency into an OR

 -- LI Daobing <lidaobing@debian.org>  Wed, 14 Oct 2009 19:04:57 +0800

ibus (1.2.0.20090927-2) unstable; urgency=low

  * create po template when build (LP: #188690)
    - debian/rules: updated.
    - debian/clean: remove pot file when clean.
  * debian/control: build depends on python-rsvg (LP: #432375)

 -- LI Daobing <lidaobing@debian.org>  Mon, 05 Oct 2009 20:45:18 +0800

ibus (1.2.0.20090927-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Tue, 29 Sep 2009 20:28:59 +0800

ibus (1.2.0.20090915-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Tue, 15 Sep 2009 19:30:53 +0800

ibus (1.2.0.20090904-1) unstable; urgency=low

  * new upstream release.
  * debian/rules: remove ibus.desktop (LP: #420282)

 -- LI Daobing <lidaobing@debian.org>  Sat, 05 Sep 2009 12:17:53 +0800

ibus (1.2.0.20090828-1) unstable; urgency=low

  * new upstream release.
  * debian/control: bump standards version to 3.8.3.
  * debian/libibus1.symbols: updated.

 -- LI Daobing <lidaobing@debian.org>  Sun, 30 Aug 2009 12:37:45 +0800

ibus (1.2.0.20090812-1) unstable; urgency=low

  * new upstream release.
  * debian/libibus1.symbols: updated.

 -- LI Daobing <lidaobing@debian.org>  Wed, 12 Aug 2009 20:41:02 +0800

ibus (1.2.0.20090810-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Mon, 10 Aug 2009 19:15:15 +0800

ibus (1.2.0.20090807-1) unstable; urgency=low

  * new upstream release.
  * suggest qt4:
    - debian/control: add recommends for ibus-qt4
    - debian/xinput/ibus: detect ibus-qt4

 -- LI Daobing <lidaobing@debian.org>  Sun, 09 Aug 2009 15:27:19 +0800

ibus (1.2.0.20090806-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Thu, 06 Aug 2009 22:00:41 +0800

ibus (1.2.0.20090723-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Thu, 23 Jul 2009 20:22:09 +0800

ibus (1.2.0.20090719-2) unstable; urgency=low

  * Fix "Cannot find libibus.so and fail to launch ibus", change it to
    libibus.so.1 (Closes: #537685)

 -- LI Daobing <lidaobing@debian.org>  Mon, 20 Jul 2009 21:33:29 +0800

ibus (1.2.0.20090719-1) unstable; urgency=low

  * new upstream release.
  * debian/libibus1.symbols: updated.
  * debian/control: change url of vcs-bzr

 -- LI Daobing <lidaobing@debian.org>  Sun, 19 Jul 2009 16:00:48 +0800

ibus (1.2.0.20090617-2) unstable; urgency=low

  * Fix "ibus' autostart in xdg folder breaks im-switch and other input
    method" (Closes: #537217)
    - debian/ibus.install: remove the autostart file.
    - debian/rules: remove /etc/xdg after install.
    - debian/ibus.postinst: remove the autostart file.

 -- LI Daobing <lidaobing@debian.org>  Thu, 16 Jul 2009 20:41:18 +0800

ibus (1.2.0.20090617-1) unstable; urgency=low

  * new upstream release.
  * libibus0 -> libibus1:
    - debian/control: rename the package.
    - debian/libibus0.install: removed
    - debian/libibus0.symbols: removed
    - debian/libibus1.install: added
    - debian/libibus1.symbols: added
    - debian/rules: change script of dh_gtkmodules
  * debian/ibus-gtk.install: updated.
  * debian/control:
    - ibus conflicts the ibus modules with low version.
    - bump policy version to 3.8.2.

 -- LI Daobing <lidaobing@debian.org>  Fri, 26 Jun 2009 22:47:52 +0800

ibus (1.1.0.20090612-1) unstable; urgency=low

  * new upstream release.
  * Fix "python-ibus should depends on iso-codes" (Closes: #532163)
  * debian/libibus0.symbols: update symbols

 -- LI Daobing <lidaobing@debian.org>  Sat, 13 Jun 2009 11:39:05 +0800

ibus (1.1.0.20090531-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Mon, 01 Jun 2009 20:57:27 +0800

ibus (1.1.0.20090508-1) unstable; urgency=low

  * new upstream release.
  * merge ubuntu changelog.
  * debian/control:
    - depends of ibus: add python-xdg (closes: #529055)

 -- LI Daobing <lidaobing@debian.org>  Sun, 17 May 2009 22:19:38 +0800

ibus (1.1.0.20090508-0ubuntu1) karmic; urgency=low

  * new upstream release (LP: #373976)
  * debian/libibus0.symbols: update symbols

 -- LI Daobing <lidaobing@debian.org>  Sat, 09 May 2009 13:52:29 +0800

ibus (1.1.0.20090423-0ubuntu1) karmic; urgency=low

  * new upstream release (LP: #325740)
  * debian/patches/01_typo_in_Makefile_am.dpatch: merged by upstream, removed.
  * no patch needed, remove dpatch from debian/*
  * debian/rules:
    - add "--list-missing --fail-missing" to dh_install, refactor other to make
      this works.
  * debian/xinput/ibus: change XIM_PROGRAM from ibus to ibus-daemon, add
    "--xim" to XIM_ARGS
  * debian/xinput/ibus-qt4: removed.
  * debian/ibus.install: install gconf schemas, lib and autostart.
  * debian/rules: add dh_gconf
  * debian/control:
    - build depends: add intltool, python-dbus, python-gobject-dev,
      libgconf2-dev. remove libqt4-dev, dpatch.
    - package libibus-gtk0 renamed to libibus0.
    - change maintainer's email.
    - bump standards version to 3.8.1.
    - use simple depends on python-dbus.
    - depends of ibus: add python-xdg.
    - package ibus-qt4 removed. (no longer supported)
    - new package libibus-dev.
  * debian/libibus0.symbols: update symbols
  * debian/docs: added

 -- LI Daobing <lidaobing@debian.org>  Fri, 01 May 2009 10:41:09 +0800

ibus (1.1.0.20090417-1) unstable; urgency=low

  * initial release to Debian (closes: #501106)
  * new upstream release (LP: #325740)
    - package libibus-gtk0 renamed to libibus0.
    - package ibus-qt4 removed. (no longer supported)
    - new package libibus-dev.
    - debian/control: add intltool to build depends.
  * debian/patches/01_typo_in_Makefile_am.dpatch: merged by upstream, removed.
  * no patch needed, remove dpatch from debian/*
  * debian/rules:
    - add "--list-missing --fail-missing" to dh_install, refactor other to make
      this works.
  * debian/xinput/ibus: change XIM_PROGRAM from ibus to ibus-daemon, add
    "--xim" to XIM_ARGS
  * debian/xinput/ibus-qt4: removed.
  * debian/ibus.install: install gconf schemas
  * debian/rules: add dh_gconf
  * debian/control:
    - build depends on python-dbus.
    - change maintainer's email.
    - bump standards version to 3.8.1.
    - use simple depends on python-dbus.
  * debian/libibus0.symbols: update symbols
  * debian/docs: added

 -- LI Daobing <lidaobing@debian.org>  Wed, 22 Apr 2009 21:28:45 +0800

ibus (0.1.1.20081023-0ubuntu5) jaunty; urgency=low

  * debian/control: Add depends on python-gconf as ibus needs this to run
    correctly. (LP: #358770)

 -- LI Daobing <lidaobing@gmail.com>  Sun, 12 Apr 2009 10:58:27 +0800

ibus (0.1.1.20081023-0ubuntu4) jaunty; urgency=low

  * port to python2.6 (LP: #336525)
    - debian/pyversions: change from "2.5" to "2.5-"
    - debian/rules: fix dh_pysupport
  * debian/rules: change "dh_clean -k" to "dh_prep"

 -- LI Daobing <lidaobing@gmail.com>  Mon, 02 Mar 2009 13:03:03 +0800

ibus (0.1.1.20081023-0ubuntu3) jaunty; urgency=low

  * debian/rules: add dh_gtkmodules (LP: #314375)
  * debian/control: depends on ${misc:Depends}

 -- LI Daobing <lidaobing@gmail.com>  Tue, 06 Jan 2009 22:29:46 +0800

ibus (0.1.1.20081023-0ubuntu2) jaunty; urgency=low

  * ibus should depends on python-ibus (LP: #312428)

 -- LI Daobing <lidaobing@gmail.com>  Tue, 30 Dec 2008 21:26:16 +0800

ibus (0.1.1.20081023-0ubuntu1) jaunty; urgency=low

  [ LI Daobing ]
  * Initial release (LP: #292616)

  [ Zhengpeng Hou ]
  * Add myself as an uploader. :)
  * Add im-switch's support, stole it from scim-bridge. :)

 -- Zhengpeng Hou <zhengpeng-hou@ubuntu.com>  Sun, 30 Nov 2008 10:41:05 +0000