File: changelog

package info (click to toggle)
ibus-table 1.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,228 kB
  • sloc: python: 16,351; xml: 533; makefile: 295; sh: 44
file content (363 lines) | stat: -rw-r--r-- 10,585 bytes parent folder | download
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
ibus-table (1.12.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Boyuan Yang <byang@debian.org>  Fri, 08 Jan 2021 22:14:32 -0500

ibus-table (1.12.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Boyuan Yang <byang@debian.org>  Sat, 26 Dec 2020 17:24:49 -0500

ibus-table (1.11.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Boyuan Yang <byang@debian.org>  Sun, 23 Aug 2020 11:44:25 -0400

ibus-table (1.10.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop custom HOME environment variable. Debhelper v13 provides
    such variable automatically.
  * debian/control:
    + Bump debhelper compat to v13.
    + Use Rules-Requires-Root: no.
  * debian/patches: Dropped, merge upstream.
  * debian/rules: Migrate to /usr/libexec/. The required ibus version
    is also raised. (Closes: #955242)

 -- Boyuan Yang <byang@debian.org>  Fri, 10 Jul 2020 11:17:23 -0400

ibus-table (1.9.25-1) unstable; urgency=high

  * Team upload.
  * New upstream release 1.9.25.

 -- Boyuan Yang <byang@debian.org>  Sun, 16 Feb 2020 15:42:48 -0500

ibus-table (1.9.24-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 1.9.24.
  * debian/control: Bump Standards-Version to 4.5.0.
  * debian/rules: Use dh-sequence-python3.

 -- Boyuan Yang <byang@debian.org>  Tue, 11 Feb 2020 15:56:12 -0500

ibus-table (1.9.23-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 1.9.23.

 -- Boyuan Yang <byang@debian.org>  Fri, 10 Jan 2020 15:38:40 -0500

ibus-table (1.9.22-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 1.9.22.
  * debian/control:
    + Bump debhelper compat to v12.
    + Bump Standards-Version to 4.4.1.

 -- Boyuan Yang <byang@debian.org>  Tue, 24 Dec 2019 12:27:11 -0500

ibus-table (1.9.21-2) unstable; urgency=medium

  * Team upload.
  * debian/rules: Explicitly set a $HOME directory.
    Hopefully this will solve #908580.
  * debian/control: Remove explicit build-dependency to
    autoconf and automake.
  * debian/rules: Use "dh_missing --fail-missing".

 -- Boyuan Yang <byang@debian.org>  Thu, 27 Sep 2018 13:45:54 -0400

ibus-table (1.9.21-1) unstable; urgency=medium

  * Team upload.
  * New upstream release 1.9.21.
  * debian/control: Add new build test dependency python3-gi.
  * debian/rules: Disable upstream-provided tests for now since
    tests require installed files which are not available in build
    environment.

 -- Boyuan Yang <byang@debian.org>  Thu, 30 Aug 2018 16:25:10 -0400

ibus-table (1.9.20-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.9.20 (Closes: #906264).
  * debian/control:
    + Use debian-input-method mailing list for maintainer field.
      (Closes: #899548)
    + Use Salsa platform for Vcs fields.
    + Apply "wrap-and-sort -abst".
    + Bump debhelper compat to v11.
    + Bump Standards-Version to 4.2.1.
    - Remove explicit dependency to dh-autoreconf since new debhelper
      will pull it in automatically.
  * debian/rules:
    + Don't explicitly use dh --with autoreconf, not needed anymore.
    + Enable full hardening.
  * debian/patches: Drop patch 0002, merged upstream.
  * debian/changelog: Remove trailing spaces.

 -- Boyuan Yang <073plan@gmail.com>  Sun, 26 Aug 2018 09:32:31 -0400

ibus-table (1.9.14-3) unstable; urgency=medium

  * Fix regression of 1.9.14 by not importing ibus_table_location.py
    for -o case.  Closes: #848756, #848765

 -- Osamu Aoki <osamu@debian.org>  Sat, 14 Jan 2017 22:56:43 +0900

ibus-table (1.9.14-2) unstable; urgency=medium

  * Update Vcs-Git URL.
  * Update uploaders.

 -- Osamu Aoki <osamu@debian.org>  Sun, 11 Dec 2016 12:26:04 +0900

ibus-table (1.9.14-1) unstable; urgency=medium

  * New upstream release.

 -- Osamu Aoki <osamu@debian.org>  Wed, 07 Dec 2016 22:37:53 +0900

ibus-table (1.9.1-4) unstable; urgency=medium

  [ Aron Xu ]
  * Build using Python3

  [ Chris Lamb ]
  * Make the output of ibus-table-createdb deterministic (Closes: #797521)

 -- Aron Xu <aron@debian.org>  Thu, 01 Dec 2016 20:37:35 +0800

ibus-table (1.9.1-3) unstable; urgency=medium

  * Adjust breaks.

 -- Osamu Aoki <osamu@debian.org>  Sun, 26 Oct 2014 00:29:13 +0900

ibus-table (1.9.1-2) unstable; urgency=medium

  * Add breaks and suggests. Closes: #766581

 -- Osamu Aoki <osamu@debian.org>  Sat, 25 Oct 2014 23:00:41 +0900

ibus-table (1.9.1-1) unstable; urgency=medium

  * New upstream release.  Closes: #766503

 -- Osamu Aoki <osamu@debian.org>  Fri, 24 Oct 2014 00:46:00 +0900

ibus-table (1.5.0.is.1.5.0.20130419-2) unstable; urgency=low

  * Fix vcs-browser URL. Closes: #712250

 -- Osamu Aoki <osamu@debian.org>  Sat, 07 Sep 2013 18:26:21 +0900

ibus-table (1.5.0.is.1.5.0.20130419-1) unstable; urgency=low

  * Switch upstream to Mike FABIAN's ibus-table-1.5.0.20130419.tar.gz
    which is based on Caius "kaio" CHANCE's variant matching FC19.
  * Build for ibus 1.5 with compat 9 etc.

 -- Osamu Aoki <osamu@debian.org>  Sat, 07 Sep 2013 17:52:13 +0900

ibus-table (1.5.0.is.1.4.99.1-1) unstable; urgency=low

  * Revert to upstream version 1.4.99.20121112.1

 -- Aron Xu <aron@debian.org>  Fri, 15 Feb 2013 03:32:59 +0800

ibus-table (1.5.0-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
    - DMUA: removed
    - Uploaders: removed LI, added Yunqiang and me.
    - Std-ver: 3.9.3 -> 3.9.4, no change.
    - Dependencies: updated.
  * debian/rules:
    - Call dh_install with --fail-missing

 -- Aron Xu <aron@debian.org>  Thu, 07 Feb 2013 22:25:22 +0800

ibus-table (1.4.99.20121012-1) experimental; urgency=low

  * New upstream release.

 -- Asias He <asias@debian.org>  Tue, 16 Oct 2012 20:23:23 +0800

ibus-table (1.4.99.20121003-1) experimental; urgency=low

  * New upstream release.

 -- Asias He <asias.hejun@gmail.com>  Fri, 05 Oct 2012 14:16:12 +0800

ibus-table (1.3.9.20110827-2) unstable; urgency=low

  * Fix "Default Locale-Based Chinese Mode Setting is Inconvenient to
    Hong Kong Users" (Closes: #662894)
  * Bump Strand-version to 3.9.3

 -- Asias He <asias.hejun@gmail.com>  Wed, 06 Jun 2012 09:15:11 +0800

ibus-table (1.3.9.20110827-1) unstable; urgency=low

  * New upstream release.

 -- Asias He <asias.hejun@gmail.com>  Sun, 04 Sep 2011 00:02:20 +0800

ibus-table (1.3.0.20100621-3) unstable; urgency=low

  * Fix "Switch to dh_python2" (Closes: #635134)
  * Set DM-Upload-Allowed to yes
  * Bump Strand-version to 3.9.2
  * Set Vcs to git.debian.org
  * Use dh to simplify debian/rules

 -- Asias He <asias.hejun@gmail.com>  Sun, 24 Jul 2011 20:12:35 +0800

ibus-table (1.3.0.20100621-2) unstable; urgency=low

  * debian/control:
    - disable build of compose.db and latex.db as
      ibus-table-others build these db
    - bump standars version to 3.9.1
    - depeneds: ibus >= 1.3

 -- Asias He <asias.hejun@gmail.com>  Sat, 07 Aug 2010 08:47:31 +0800

ibus-table (1.3.0.20100621-1) unstable; urgency=low

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

 -- LI Daobing <lidaobing@debian.org>  Mon, 21 Jun 2010 21:08:50 +0800

ibus-table (1.2.0.20100111-2) unstable; urgency=low

  [ Asias He ]
  * debian/control:
    - set maintainer to pkg-ime, add LI Daobing <lidaobing@debian.org>
      & Asias He <asias.hejun@gmail.com> to uploaders.
    - update Vcs-* fields.
    - bump standards version to 3.8.4.

  [ LI Daobing ]
  * debian/source/format: 3.0.
  * Fix "ibus-table-latex and ibus-table: error when trying to install
    together" (Closes: #580399)
    - debian/rules: delete latex files.
    - debian/control: update description.
  * debian/rules: remove config.log.

 -- LI Daobing <lidaobing@debian.org>  Thu, 06 May 2010 20:15:18 +0800

ibus-table (1.2.0.20100111-1) unstable; urgency=low

  * New upstream release.
    - Fix "ibus-table-createdb can not deal line like ",=,= a 1000""
      (Closes: #549884)
    - Fix "ibus latex input method doesn't wait for backslash before
      triggering" (LP: #433778)
  * debian/control: updated

 -- LI Daobing <lidaobing@debian.org>  Sun, 24 Jan 2010 16:42:19 +0800

ibus-table (1.2.0.20091113-1) unstable; urgency=low

  * New upstream release.
  * disable speedmeter.

 -- LI Daobing <lidaobing@debian.org>  Mon, 28 Dec 2009 19:10:55 +0800

ibus-table (1.2.0.20090912-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Mon, 14 Sep 2009 19:18:22 +0800

ibus-table (1.2.0.20090902-1) unstable; urgency=low

  * new upstream release.
  * debian/control:
    - update vcs url.
    - bump standards version to 3.8.3.

 -- LI Daobing <lidaobing@debian.org>  Wed, 02 Sep 2009 20:06:37 +0800

ibus-table (1.2.0.20090804-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Wed, 05 Aug 2009 21:12:49 +0800

ibus-table (1.2.0.20090625-1) unstable; urgency=low

  * new upstream release.
  * debian/control:
    - build-depends: libibus-dev >= 1.2
    - depeneds: ibus >= 1.2
    - bump standards version to 3.8.2

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

ibus-table (1.1.0.20090615-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Mon, 15 Jun 2009 21:24:59 +0800

ibus-table (1.1.0.20090601-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Mon, 01 Jun 2009 21:26:12 +0800

ibus-table (1.1.0.20090527-1) unstable; urgency=low

  * new upstream release.

 -- LI Daobing <lidaobing@debian.org>  Sat, 30 May 2009 13:33:26 +0800

ibus-table (1.1.0.20090505-0ubuntu1) karmic; urgency=low

  * new upstream release (LP: #370216)
  * debian/control:
    - build depends on pkg-config and libibus-dev.
    - change maintainer's email.
    - bump standards version to 3.8.1.
    - add ${python:Depends} to depends.
  * debian/rules: change "dh_clean -k" to "dh_prep".

 -- LI Daobing <lidaobing@debian.org>  Tue, 05 May 2009 14:02:15 +0800

ibus-table (1.1.0.20090504-1) unstable; urgency=low

  * initial release to Debian (closes: #521630)
  * new upstream release (LP: #370216)
  * debian/control:
    - build depends on pkg-config and libibus-dev.
    - change maintainer's email.
    - bump standards version to 3.8.1.
    - add ${python:Depends} to depends.
  * debian/rules: change "dh_clean -k" to "dh_prep".

 -- LI Daobing <lidaobing@debian.org>  Mon, 04 May 2009 13:27:30 +0800

ibus-table (0.1.2.20090104-0ubuntu1) jaunty; urgency=low

  * Initial release (LP: #295455)

 -- LI Daobing <lidaobing@gmail.com>  Sun, 04 Jan 2009 21:43:19 +0800