source: pkg/main/gail/trunk/debian/changelog @ 2227

Revision 2227, 15.5 KB checked in by alanbach-guest, 6 years ago (diff)

gail updates, 1.20.1, Sync'd with Debian

Line 
1gail (1.20.1-parsix1) unstable; urgency=low
2
3  * New upstream stable release
4  * Sync'd with Debian
5
6 -- Alan Baghumian <alan@technotux.org>  Fri, 19 Oct 2007 07:04:18 +0000
7
8gail (1.20.0-parsix1) unstable; urgency=low
9
10  * New upstream stable release, sync'd with Debian
11
12 -- Alan Baghumian <alan@technotux.org>  Mon, 17 Sep 2007 18:45:22 +0000
13
14gail (1.19.6-1) experimental; urgency=low
15
16  [ Loic Minier ]
17  * Fix description of the -dbg package.
18
19  [ Josselin Mouette ]
20  * 99_ltmain_as-needed.patch: get --as-needed back to work.
21
22  [ Marc 'HE' Brockschmidt ]
23  * New upstream release (no ABI/API break)
24    + Only print accessibility enabled messages when
25      GNOME_ACCESSIBILITY=1. (Closes: #284248)
26    + debian/control: Use bin-NMU-safe substvars
27    + Moved gailcanvas from gail to gnomecanvas. No files have been
28      moved for this, so no replaces/conflicts dance needed. Deps
29      ensure a smooth transition.
30
31 -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 05 Aug 2007 10:26:41 +0200
32
33gail (1.18.0-2) unstable; urgency=low
34
35  [ Loic Minier ]
36
37  * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on
38    cdbs >= 0.4.41.
39  * Preprend -Wl,-z,defs before -Wl,--as-needed in LDFLAGS.
40
41  [ Sebastian Dröge ]
42  * Upload to unstable, drop check-dist include.
43  * Build depend on gnome-pkg-tools >= 0.11.3 to get me into Uploaders.
44
45 -- Sebastian Dröge <slomo@debian.org>  Mon, 16 Apr 2007 17:44:07 +0200
46
47gail (1.18.0-1) experimental; urgency=low
48
49  * New upstream release; no code changes.
50
51 -- Marc 'HE' Brockschmidt <he@debian.org>  Sun, 25 Mar 2007 12:37:51 +0200
52
53gail (1.17.0-1) experimental; urgency=low
54
55  * New upstream release; no API change.
56
57 -- Loic Minier <lool@dooz.org>  Sun, 11 Mar 2007 19:42:46 +0100
58
59gail (1.10.1-1) experimental; urgency=low
60
61  * Merge 1.8.11-3.
62    - Drop patch 010_g-idle-wrap-garbage-collect-cell-data; merged upstream.
63  * Add a get-orig-source target to retrieve the upstream tarball.
64  * Include the new check-dist Makefile to prevent accidental uploads to
65    unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
66  * New upstream stable release; API additions.
67    - Bump up libatk1.0-dev build-dep and dep to >= 1.13.0.
68    - Bump up shlibs.
69
70 -- Loic Minier <lool@dooz.org>  Sun, 11 Mar 2007 17:59:36 +0100
71
72gail (1.9.3-1) experimental; urgency=low
73
74  * Set Maintainer to the Debian GNOME Maintainers.
75  * New upstream release; no API change.
76
77 -- Loic Minier <lool@dooz.org>  Mon,  2 Oct 2006 18:56:48 +0200
78
79gail (1.9.2-2) experimental; urgency=low
80
81  * libgail18 Replaces: libgail17 (because of the locale files).
82
83 -- Josselin Mouette <joss@debian.org>  Mon, 11 Sep 2006 22:01:01 +0200
84
85gail (1.9.2-1) experimental; urgency=low
86
87  * New upstream release.
88  * Standards-version is 3.7.2.
89  * Use clean-la.mk, require gnome-pkg-tools 0.7.
90  * Use debhelper compatibility mode 5 to generate the debug package.
91  * Bump shlibs version to 1.9.1.
92  * Remove libart and ORBit requirements.
93  * Bump GTK+ build-dependency to 2.9.4.
94  * Pass --as-needed to ld.
95  * 000_relibtoolise.patch: removed, obsoleted by the --as-needed and
96    clean-la stuff.
97  * Rename the package into libgail18 for the ABI change.
98  * shlibs.local: new file, for generating the libgail-common
99    dependencies without having a self-depends.
100
101 -- Josselin Mouette <joss@debian.org>  Sat,  9 Sep 2006 18:16:08 +0200
102
103gail (1.8.11-3) unstable; urgency=high
104
105  * Revert changes of 1.8.11-2 as release team explained that a simple
106    re-upload is enough for non-bin-NMU-able packages, and that bin-NMU-able
107    packages should be taken care of by them.
108  * Update watch file to track stable upstream releases.
109  * New patch, 010_g-idle-wrap-garbage-collect-cell-data, fixes a crash of
110    libgail under alpha; backported from GAIL 1.9.3; GNOME #325759; thanks
111    Steve Langasek; closes: #378346.
112  * Rename relibtoolizing patch from 000_relibtoolise to 070_relibtoolize.
113
114 -- Loic Minier <lool@dooz.org>  Sun,  5 Nov 2006 18:19:17 +0100
115
116gail (1.8.11-2) unstable; urgency=low
117
118  * Bump build-deps to libgtk2.0-dev >= 2.8.17-1, liborbit2-dev >= 1:2.14.0-1,
119    libgnomecanvas2-dev >= 2.14.0-2 to build without any reference to Xcursor
120    or Xrender.la.
121    [debian/control, debian/control.in]
122  * Bump deps of libgail-dev to libgtk2.0-dev >= 2.8.17-1, libgnomecanvas2-dev
123    >= 2.14.0-2 to pull packages without any reference to Xcursor.la or
124    Xrender.la.
125    [debian/control, debian/control.in]
126  * Add ${misc:Depends}.
127    [debian/control, debian/control.in]
128
129 -- Loic Minier <lool@dooz.org>  Sun, 23 Apr 2006 18:42:30 +0200
130
131gail (1.8.11-1) unstable; urgency=low
132
133  * New upstream release: the GNOME 2.14.0 version of gail.
134
135 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Thu, 16 Mar 2006 08:18:46 +0100
136
137gail (1.8.10-1) unstable; urgency=low
138
139  * New upstream bugfix release.
140
141 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 21 Feb 2006 19:17:48 +0100
142
143gail (1.8.9-1) unstable; urgency=low
144
145  * New upstream bugfix release.
146  * [debian/patches/000_relibtoolise.patch] Updated.
147
148 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 14 Feb 2006 20:34:10 +0100
149
150gail (1.8.8-1) unstable; urgency=medium
151
152  * New upstream bugfix release. Verified that no update of the relibtoolizing
153    patch is needed.
154
155  Loic Minier <lool@dooz.org>:
156  * Cut "shared libraries" by a couple of chars to fit in width.
157    [debian/control, debian/control.in]
158
159 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat,  3 Dec 2005 12:11:50 +0100
160
161gail (1.8.7-1) unstable; urgency=medium
162
163  * New upstream release, fixing a regression in 1.8.6.
164    - Update relibtoolizing patch.
165      [debian/patches/000_relibtoolise.patch]
166
167 -- Loic Minier <lool@dooz.org>  Thu, 24 Nov 2005 13:54:02 +0100
168
169gail (1.8.6-1) unstable; urgency=low
170
171  * New upstream release.
172  * Don't overwrite CFLAGS, DEB_CONFIGURE_EXTRA_FLAGS, and
173    DEB_CONFIGURE_EXTRA_FLAGS.
174    [debian/rules]
175  * Add CDBS' utils.
176    [debian/rules]
177  * Update upstream URL and watch file.
178    [debian/copyright, debian/watch]
179  * Clarify copyright versus license and actually include license.
180    [debian/copyright]
181  * Drop obsolete Replaces/Conflicts.
182    [debian/control, debian/control.in]
183  * Add missing libatk1.0-dev dep on libgail-dev (referenced in gail.pc).
184    [debian/control, debian/control.in]
185  * Add missing deps on libgail-dev (referenced in *.la): libart-2.0-dev,
186    libglib2.0-dev, libpango1.0-dev.
187    [debian/control, debian/control.in]
188  * Update relibtoolizing patch.
189    [debian/patches/000_relibtoolise.patch]
190
191 -- Loic Minier <lool@dooz.org>  Mon, 14 Nov 2005 17:56:20 +0100
192
193gail (1.8.5-1) unstable; urgency=medium
194
195  * New (for Debian) upstream bugfix and translations update release.
196  * [debian/control.in] Bumped Standards-Version.
197
198 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 18 Sep 2005 13:57:40 +0200
199
200gail (1.8.5-0ubuntu2) breezy; urgency=low
201
202  * Add B-D gtk-doc-tools to fix FTBFS when building arch all pkgs.
203  (Closes: #14598)
204
205 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Fri, 09 Sep 2005 11:37:22 +0200
206
207gail (1.8.5-0ubuntu1) breezy; urgency=low
208
209  * New upstream version.
210  * debian/patches/000_relibtoolise.patch:
211    - updated.
212
213 -- Sebastien Bacher <seb128@canonical.com>  Wed, 31 Aug 2005 18:35:24 +0200
214
215gail (1.8.4-1) unstable; urgency=medium
216
217  * New upstream bugfix and translations update release.
218  * [debian/patches/000_relibtoolise.patch] Updated.
219
220 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Fri, 29 Apr 2005 06:51:39 +0200
221
222gail (1.8.3-1) unstable; urgency=medium
223
224  * New upstream bugfix and translations update release.
225  * [debian/patches/000_relibtoolise.patch] Updated.
226
227 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 23 Apr 2005 18:27:26 +0200
228
229gail (1.8.2-1) unstable; urgency=medium
230
231  * New upstream bugfix release.
232  * [debian/control.in] Reworked the descriptions a bit.
233
234 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue,  4 Jan 2005 21:42:58 +0100
235
236gail (1.8.1-1) unstable; urgency=low
237
238  * GNOME team upload.
239  * New upstream release.
240
241 -- Jordi Mallach <jordi@debian.org>  Thu, 30 Dec 2004 03:57:02 +0100
242
243gail (1.8.0-2) unstable; urgency=low
244
245  * Upload to unstable.
246
247 -- Sebastien Bacher <seb128@debian.org>  Fri, 19 Nov 2004 19:58:21 +0100
248
249gail (1.8.0-1) experimental; urgency=low
250
251  * New upstream release.
252  * [debian/control.in] Dropped gtk-doc-tools build dependency; the upstream
253    tarball now includes HTML files we can use.
254  * [debian/watch] Updated.
255  * [debian/patches/000_relibtoolise.patch] Updated.
256
257 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Tue, 14 Sep 2004 20:54:06 +0200
258
259gail (1.7.1-2) experimental; urgency=low
260
261  * [debian/*] Added files that were accidentally missing in the subversion
262    repository; this makes the packages usable. (Closes: #271197)
263  * [debian/rules] Generate the documentation as the HTML rendering isn't
264    included in the tarball.
265  * [debian/control.in] Added build dependency on gtk-doc-tools.
266  * [debian/patches/000_relibtoolise.patch] Updated; added AM_MAINTAINER_MODE.
267
268 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun, 12 Sep 2004 11:25:40 +0200
269
270gail (1.7.1-1) experimental; urgency=low
271
272  * New upstream development release.
273  * [debian/control.in] Updated build dependencies (following configure.in).
274
275 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat, 11 Sep 2004 13:37:13 +0200
276
277gail (1.6.6b-1) unstable; urgency=low
278
279  * GNOME Team Upload.
280  * Switched to CDBS.
281  * debian/control.in:
282    - updated the Build-Depends.
283  * debian/*.files:
284    - changes for *.install files.
285  * debian/libgail-doc.doc-base.gail-reference:
286    - updated.
287  * debian/rules:
288    - switched to CDBS.
289
290 -- Sebastien Bacher <seb128@debian.org>  Mon,  6 Sep 2004 22:56:13 +0200
291
292gail (1.6.6-2) unstable; urgency=medium
293
294  * [debian/rules] Don't update config.{guess,sub}; that's done by the
295    relibtoolise patch.
296
297 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sun,  5 Sep 2004 14:57:33 +0200
298
299gail (1.6.6-1) unstable; urgency=medium
300
301  * New upstream release (Closes: #267699)
302  * Gnumeric crashes when accessibility is enabled have been fixed upstream
303    (http://bugzilla.gnome.org/show_bug.cgi?id=151070).
304  * [debian/patches/000_relibtoolise.patch] New.
305  * [debian/fixed-ltmain.sh] Dropped.
306  * [docs/reference/libgail-util/gail-libgail-util-docs.sgml] The FPI was
307    corrected upstream. (Closes: #219767)
308
309 -- J.H.M. Dassen (Ray) <jdassen@debian.org>  Sat,  4 Sep 2004 16:08:40 +0200
310
311gail (1.4.1-2) unstable; urgency=low
312
313  * Akira TAGOH <tagoh@debian.org>
314  - debian/control:
315    - added gnome-pkg-tools to Build-Depends.
316  - debian/rules:
317    - modified to generate debian/control from gnome-pkg-tools.
318
319 -- Akira TAGOH <tagoh@debian.org>  Tue, 28 Oct 2003 20:14:29 +0900
320
321gail (1.4.1-1) unstable; urgency=low
322
323  * New upstream release.
324  * debian/control:
325    - updated Build-Depends.
326    - bumped Standards-Version to 3.6.1.0  .
327  * debian/rules:
328    - comment fixed-ltmain.sh copy.
329  * Gnome Team Upload
330
331 -- Sebastien Bacher <seb128@debian.org>  Sun, 19 Oct 2003 13:03:21 +0200
332
333gail (1.2.2-1) unstable; urgency=low
334
335  * New upstream release.
336  * debian/cntrol:
337    - bumped Standards-Version to 3.5.10.0.
338  * debian/patches/000_gail-debian-libtool.patch:
339    - removed.
340
341 -- Akira TAGOH <tagoh@debian.org>  Sun, 18 May 2003 02:26:04 +0900
342
343gail (1.2.1-1) unstable; urgency=low
344
345  * New upsream release.
346  * debian/control:
347    - bumped Standards-Version to 3.5.9.
348    - changed the section for libgail-dbg and libgail-dev to libdevel.
349  * debian/compat:
350    - use it instead of DH_COMPAT.
351  * debian/patches/000_gail-debian-libtool.patch:
352    - updated.
353
354 -- Akira TAGOH <tagoh@debian.org>  Sun, 20 Apr 2003 01:42:29 +0900
355
356gail (1.2.0-1) unstable; urgency=low
357
358  * New upstream release.
359
360 -- Akira TAGOH <tagoh@debian.org>  Tue, 21 Jan 2003 03:56:36 +0900
361
362gail (1.1.7-2) unstable; urgency=low
363
364  * debian/patches/000_gail-1.1.7-libtool.patch:
365    applied to fix the build issue for mipsel. (closes: Bug#177113)
366
367 -- Akira TAGOH <tagoh@debian.org>  Sat, 18 Jan 2003 05:03:25 +0900
368
369gail (1.1.7-1) unstable; urgency=low
370
371  * New upstream release.
372  * Build against the latest GTK+ libraries. (closes: Bug#176088)
373  * debian/control:
374    - updated Build-Depends.
375    - bumped Standards-Version to 3.5.8.
376    - fix description-synopsis-might-not-be-phrased-properly stuff.
377  * debian/rules:
378    - support noopt option for DEB_BUILD_OPTIONS.
379  * debian/copyright:
380    fix copyright-lists-upstream-authors-with-dh_make-boilerplate stuff.
381
382 -- Akira TAGOH <tagoh@debian.org>  Fri, 17 Jan 2003 13:22:14 +0900
383
384gail (0.17-2) unstable; urgency=low
385
386  * debian/control: removed libc6-dev from Build-Depends.
387
388 -- Akira TAGOH <tagoh@debian.org>  Thu, 22 Aug 2002 01:48:10 +0900
389
390gail (0.17-1) unstable; urgency=low
391
392  * New upstream release.
393  * debian/control:
394    - updates Build-Depends and Depends for libgtk2.0-dev.
395    - add libgail-doc package.
396
397 -- Akira TAGOH <tagoh@debian.org>  Fri,  9 Aug 2002 03:24:23 +0900
398
399gail (0.16-1) unstable; urgency=low
400
401  * New upstream release.
402
403 -- Akira TAGOH <tagoh@debian.org>  Wed, 12 Jun 2002 20:07:16 +0900
404
405gail (0.15-1) unstable; urgency=low
406
407  * New upstream release.
408
409 -- Akira TAGOH <tagoh@debian.org>  Thu,  6 Jun 2002 02:48:10 +0900
410
411gail (0.13-1) unstable; urgency=low
412
413  * New upstream release.
414  * debian/scripts/vars.build: fix bashism.
415
416 -- Akira TAGOH <tagoh@debian.org>  Thu, 18 Apr 2002 02:33:55 +0900
417
418gail (0.11-1) unstable; urgency=low
419
420  * New upstream release.
421  * debian/patches/000_gail-0.9-fixconfigure.patch:
422    removed. it's no longer needed for build.
423
424 -- Akira TAGOH <tagoh@debian.org>  Sat, 30 Mar 2002 04:53:54 +0900
425
426gail (0.9-2) unstable; urgency=low
427
428  * Build against the latest libraries.
429  * debian/rules: copying the latest config.sub and config.guess.
430  * debian/control: next release will be changed directories location. so I
431    changed packaging
432    - renamed from libgail0 to libgail-common
433    - renamed from libgailutil9 to libgail9
434
435 -- Akira TAGOH <tagoh@debian.org>  Mon, 25 Mar 2002 14:36:10 +0900
436
437gail (0.9-1) unstable; urgency=low
438
439  * New upstream release.
440  * debian/patches/000_gail-0.9-fixconfigure.patch:
441    add sh path for the configure script fix patch.
442  * debian/rules: remove the libraries on test directory.
443
444 -- Akira TAGOH <tagoh@debian.org>  Wed,  6 Mar 2002 02:52:29 +0900
445
446gail (0.8-3) unstable; urgency=low
447
448  * Build against the latest libraries again.
449  * debian/rules: changed as the following
450    - support DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE.
451    - support debug and nostrip for DEB_BUILD_OPTIONS.
452
453 -- Akira TAGOH <tagoh@debian.org>  Wed, 27 Feb 2002 02:14:09 +0900
454
455gail (0.8-2) unstable; urgency=low
456
457  * Build against GTK+ 1.3.14 families.
458
459 -- Akira TAGOH <tagoh@debian.org>  Tue, 19 Feb 2002 03:17:55 +0900
460
461gail (0.8-1) unstable; urgency=low
462
463  * New upstream release.
464
465 -- Akira TAGOH <tagoh@debian.org>  Fri, 15 Feb 2002 02:02:45 +0900
466
467gail (0.7-1) unstable; urgency=low
468
469  * New upstream release.
470  * Add versioned liblinc-dev and liborbit2-dev to Build-Depends
471
472 -- Akira TAGOH <tagoh@debian.org>  Thu, 14 Feb 2002 01:16:44 +0900
473
474gail (0.6-2) unstable; urgency=low
475
476  * Build against libglib1.3-13.
477
478 -- Akira TAGOH <tagoh@debian.org>  Tue,  5 Feb 2002 01:49:24 +0900
479
480gail (0.6-1) unstable; urgency=low
481
482  * New upstream release.
483
484 -- Akira TAGOH <tagoh@debian.org>  Tue, 29 Jan 2002 23:02:00 +0900
485
486gail (0.5-3) unstable; urgency=low
487
488  * added libgnomecanvas2-dev to build-depends.
489
490 -- Akira TAGOH <tagoh@debian.org>  Fri, 25 Jan 2002 01:55:00 +0900
491
492gail (0.5-2) unstable; urgency=low
493
494  * added libart-2.0-dev to build-depends. (closes: Bug#130180)
495
496 -- Akira TAGOH <tagoh@debian.org>  Mon, 21 Jan 2002 21:24:04 +0900
497
498gail (0.5-1) unstable; urgency=low
499
500  * Initial Release. (closes: Bug#121109)
501
502 -- Akira TAGOH <tagoh@debian.org>  Mon, 14 Jan 2002 01:24:47 +0900
503
504Local variables:
505mode: debian-changelog
506End:
Note: See TracBrowser for help on using the repository browser.