Merge lp:~jdstrand/gtk/fix-for-bug775217-and-lp1681910 into lp:gtk

Proposed by Jamie Strandboge
Status: Needs review
Proposed branch: lp:~jdstrand/gtk/fix-for-bug775217-and-lp1681910
Merge into: lp:gtk
Diff against target: 28283 lines (+27601/-0)
131 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+4993/-0)
debian/compat (+1/-0)
debian/control (+304/-0)
debian/control.in (+304/-0)
debian/copyright (+646/-0)
debian/gir1.2-gtk-3.0.install (+1/-0)
debian/gtk-3-examples.examples (+2/-0)
debian/gtk-3-examples.install (+17/-0)
debian/gtk-update-icon-cache.install (+3/-0)
debian/gtk-update-icon-cache.manpages (+1/-0)
debian/gtk-update-icon-cache.preinst (+14/-0)
debian/libgail-3-0.install (+1/-0)
debian/libgail-3-0.symbols (+14/-0)
debian/libgail-3-dev.install (+3/-0)
debian/libgail-3-doc.doc-base.gail-reference (+9/-0)
debian/libgail-3-doc.install (+1/-0)
debian/libgail-3-doc.links (+1/-0)
debian/libgtk-3-0-udeb.install (+1/-0)
debian/libgtk-3-0.install.in (+5/-0)
debian/libgtk-3-0.links.in (+2/-0)
debian/libgtk-3-0.postinst.in (+20/-0)
debian/libgtk-3-0.postrm.in (+11/-0)
debian/libgtk-3-0.symbols (+5289/-0)
debian/libgtk-3-0.triggers.in (+2/-0)
debian/libgtk-3-bin.install (+11/-0)
debian/libgtk-3-bin.links.in (+2/-0)
debian/libgtk-3-common.install.in (+6/-0)
debian/libgtk-3-dev.install (+7/-0)
debian/libgtk-3-dev.links.in (+2/-0)
debian/libgtk-3-doc.doc-base.gdk.in (+13/-0)
debian/libgtk-3-doc.doc-base.gtk.in (+11/-0)
debian/libgtk-3-doc.docs (+1/-0)
debian/libgtk-3-doc.install.in (+2/-0)
debian/libgtk-3-doc.links.in (+6/-0)
debian/missing-sources/README (+39/-0)
debian/missing-sources/zlib.js-0.1.6/ChangeLog.md (+133/-0)
debian/missing-sources/zlib.js-0.1.6/LICENSE (+28/-0)
debian/missing-sources/zlib.js-0.1.6/LICENSE_min (+1/-0)
debian/missing-sources/zlib.js-0.1.6/README.en.md (+285/-0)
debian/missing-sources/zlib.js-0.1.6/README.md (+307/-0)
debian/missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js (+15/-0)
debian/missing-sources/zlib.js-0.1.6/bin/rawinflate.min.js.map (+8/-0)
debian/missing-sources/zlib.js-0.1.6/build.xml (+451/-0)
debian/missing-sources/zlib.js-0.1.6/closure-primitives/base.js (+1498/-0)
debian/missing-sources/zlib.js-0.1.6/closure-primitives/depswriter.py (+202/-0)
debian/missing-sources/zlib.js-0.1.6/closure-primitives/source.py (+114/-0)
debian/missing-sources/zlib.js-0.1.6/closure-primitives/treescan.py (+78/-0)
debian/missing-sources/zlib.js-0.1.6/define/typedarray/hybrid.js (+14/-0)
debian/missing-sources/zlib.js-0.1.6/define/typedarray/use.js (+9/-0)
debian/missing-sources/zlib.js-0.1.6/deps.js (+25/-0)
debian/missing-sources/zlib.js-0.1.6/export/adler32.js (+4/-0)
debian/missing-sources/zlib.js-0.1.6/export/crc32.js (+5/-0)
debian/missing-sources/zlib.js-0.1.6/export/deflate.js (+17/-0)
debian/missing-sources/zlib.js-0.1.6/export/gunzip.js (+11/-0)
debian/missing-sources/zlib.js-0.1.6/export/gunzip_member.js (+15/-0)
debian/missing-sources/zlib.js-0.1.6/export/gzip.js (+7/-0)
debian/missing-sources/zlib.js-0.1.6/export/inflate.js (+12/-0)
debian/missing-sources/zlib.js-0.1.6/export/inflate_stream.js (+11/-0)
debian/missing-sources/zlib.js-0.1.6/export/rawdeflate.js (+21/-0)
debian/missing-sources/zlib.js-0.1.6/export/rawinflate.js (+12/-0)
debian/missing-sources/zlib.js-0.1.6/export/rawinflate_stream.js (+11/-0)
debian/missing-sources/zlib.js-0.1.6/export/unzip.js (+15/-0)
debian/missing-sources/zlib.js-0.1.6/export/zip.js (+33/-0)
debian/missing-sources/zlib.js-0.1.6/node/exports.js (+230/-0)
debian/missing-sources/zlib.js-0.1.6/node/externs.js (+13/-0)
debian/missing-sources/zlib.js-0.1.6/package.json (+29/-0)
debian/missing-sources/zlib.js-0.1.6/src/adler32.js (+68/-0)
debian/missing-sources/zlib.js-0.1.6/src/bitstream.js (+202/-0)
debian/missing-sources/zlib.js-0.1.6/src/crc32.js (+142/-0)
debian/missing-sources/zlib.js-0.1.6/src/deflate.js (+168/-0)
debian/missing-sources/zlib.js-0.1.6/src/export_object.js (+33/-0)
debian/missing-sources/zlib.js-0.1.6/src/gunzip.js (+238/-0)
debian/missing-sources/zlib.js-0.1.6/src/gunzip_member.js (+51/-0)
debian/missing-sources/zlib.js-0.1.6/src/gzip.js (+225/-0)
debian/missing-sources/zlib.js-0.1.6/src/heap.js (+135/-0)
debian/missing-sources/zlib.js-0.1.6/src/huffman.js (+93/-0)
debian/missing-sources/zlib.js-0.1.6/src/inflate.js (+120/-0)
debian/missing-sources/zlib.js-0.1.6/src/inflate_stream.js (+119/-0)
debian/missing-sources/zlib.js-0.1.6/src/rawdeflate.js (+1195/-0)
debian/missing-sources/zlib.js-0.1.6/src/rawinflate.js (+861/-0)
debian/missing-sources/zlib.js-0.1.6/src/rawinflate_stream.js (+862/-0)
debian/missing-sources/zlib.js-0.1.6/src/unzip.js (+565/-0)
debian/missing-sources/zlib.js-0.1.6/src/util.js (+31/-0)
debian/missing-sources/zlib.js-0.1.6/src/zip.js (+571/-0)
debian/missing-sources/zlib.js-0.1.6/src/zlib.js (+24/-0)
debian/patches/0001-Adwaita-Fix-typo-.backgrounf-.background.patch (+53/-0)
debian/patches/0001-Improve-external-drives-detection.patch (+64/-0)
debian/patches/0001-Update-the-GDK-Mir-backend-to-fix-a-few-problems.patch (+905/-0)
debian/patches/0001-calendar-always-emit-day-selected-once.patch (+198/-0)
debian/patches/0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch (+39/-0)
debian/patches/0001-gtkwindow-set-transparent-background-color.patch (+27/-0)
debian/patches/0002-fix-other-locations-with-glib-249.patch (+72/-0)
debian/patches/0002-theme-Fix-Adwaita-headerbars.patch (+146/-0)
debian/patches/0003-display-x11-Unset-tiled-state-if-_GTK_EDGE_CONSTRAIN.patch (+40/-0)
debian/patches/0003-use-null-for-generic-marshallers.patch (+2006/-0)
debian/patches/016_no_offscreen_widgets_grabbing.patch (+24/-0)
debian/patches/017_no_offscreen_device_grabbing.patch (+24/-0)
debian/patches/018_gdkenumtypes.c_location.patch (+67/-0)
debian/patches/022_disable-viqr-im-for-vi-locale.patch (+11/-0)
debian/patches/060_ignore-random-icons.patch (+13/-0)
debian/patches/073_treeview_almost_fixed.patch (+75/-0)
debian/patches/074_eventbox_scroll_mask.patch (+14/-0)
debian/patches/bug775217.patch (+54/-0)
debian/patches/bzg_gtkcellrenderer_grabbing_modifier.patch (+123/-0)
debian/patches/clear_glcontext_on_window_withdraw.patch (+32/-0)
debian/patches/gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch (+58/-0)
debian/patches/gtksocket-unscale-before-sending-configurenotify.patch (+33/-0)
debian/patches/message-dialog-restore-traditional-look-on-unity.patch (+192/-0)
debian/patches/no-accessibility-dump.patch (+21/-0)
debian/patches/no_content_hub.patch (+742/-0)
debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch (+26/-0)
debian/patches/reftest-known-fail.patch (+40/-0)
debian/patches/restore_filechooser_typeaheadfind (+37/-0)
debian/patches/series (+31/-0)
debian/patches/ubuntu_fileselector_behaviour.patch (+22/-0)
debian/patches/ubuntu_gtk_custom_menu_items.patch (+365/-0)
debian/patches/uimanager-guard-against-nested-node-updates.patch (+64/-0)
debian/patches/unity-border-radius.patch (+273/-0)
debian/patches/unity-headerbar-maximized-mode.patch (+127/-0)
debian/patches/x-canonical-accel.patch (+216/-0)
debian/rules (+187/-0)
debian/settings.ini (+5/-0)
debian/source/format (+1/-0)
debian/source/lintian-overrides (+2/-0)
debian/tests/build (+42/-0)
debian/tests/control (+2/-0)
debian/tests/python3-gi (+16/-0)
debian/update-icon-caches (+26/-0)
debian/update-icon-caches.8 (+19/-0)
debian/watch (+3/-0)
To merge this branch: bzr merge lp:~jdstrand/gtk/fix-for-bug775217-and-lp1681910
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+332875@code.launchpad.net

Description of the change

* Add bug775217.patch:
  - Cherry-pick fix for wayland warnings for blank cursors (LP: #1681910)

This patch is taken from upstream git (https://git.gnome.org/browse/gtk%2B/commit/?id=db49d12) and lightly tested locally (it fixes the issue in gnome-terminal).

References:
- https://bugzilla.gnome.org/show_bug.cgi?id=775217
- https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1681910

To post a comment you must log in.

Unmerged revisions

583. By Jamie Strandboge

* Add bug775217.patch:
  - Cherry-pick fix for wayland warnings for blank cursors (LP: #1681910)

582. By Jeremy Bícha

releasing package gtk+3.0 version 3.22.24-0ubuntu2.1

581. By Jeremy Bícha

Drop 0004_fix-gtkentry-wayland-regression.path

Because this caused a totem regression, we're fixing the
bug in mutter instead.

580. By Andrea Azzarone

* Add clear_glcontext_on_window_withdraw.patch:
  - Apply proposed fix for a segmentation fault when
    adding Google online account (LP: #1720400)

579. By Jeremy Bícha

releasing package gtk+3.0 version 3.22.24-0ubuntu2

578. By Jeremy Bícha

Cherry-pick fix for lag with Epiphany's address bar (LP: #1719043)

577. By Jeremy Bícha

releasing package gtk+3.0 version 3.22.24-0ubuntu1

576. By Jeremy Bícha

* New upstream release (LP: #1712011, #1719047)
* Cherry-pick fixes committed after the 3.22.24 release:
  - 0001-Adwaita-Fix-typo-.backgrounf-.background.patch
  - 0002-theme-Fix-Adwaita-headerbars.patch
  - 0003-display-x11-Unset-tiled-state-if-_GTK_EDGE_CONSTRAIN.patch

575. By Jeremy Bícha

New upstream release.

* debian/patches/fix-gtk-menu-sliders.patch:
  + Removed, applied upstream.

574. By Jeremy Bícha

releasing package gtk+3.0 version 3.22.19-0ubuntu1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2017-10-26 18:52:03 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2merge = True
03
=== added directory 'debian'
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2017-10-26 18:52:03 +0000
@@ -0,0 +1,4993 @@
1gtk+3.0 (3.22.24-0ubuntu2.2) UNRELEASED; urgency=medium
2
3 * Add bug775217.patch:
4 - Cherry-pick fix for wayland warnings for blank cursors (LP: #1681910)
5
6 -- Jamie Strandboge <jamie@ubuntu.com> Thu, 26 Oct 2017 13:45:43 -0500
7
8gtk+3.0 (3.22.24-0ubuntu2.1) artful; urgency=medium
9
10 [ Andrea Azzarone ]
11 * Add clear_glcontext_on_window_withdraw.patch:
12 - Apply proposed fix for a segmentation fault when
13 adding Google online account (LP: #1720400)
14
15 [ Jeremy Bicha ]
16 * Drop 0004_fix-gtkentry-wayland-regression.path:
17 Because this caused a totem regression, we're fixing the
18 bug in mutter instead.
19
20 -- Andrea Azzarone <andrea.azzarone@canonical.com> Wed, 25 Oct 2017 11:16:44 +0000
21
22gtk+3.0 (3.22.24-0ubuntu2) artful; urgency=medium
23
24 * Add 0004_fix-gtkentry-wayland-regression.patch:
25 - Cherry-pick fix for lag with Epiphany's address bar (Closes: #875826)
26 (LP: #1719043)
27
28 -- Jeremy Bicha <jbicha@ubuntu.com> Tue, 17 Oct 2017 11:22:54 -0400
29
30gtk+3.0 (3.22.24-0ubuntu1) artful; urgency=medium
31
32 * New upstream release (LP: #1712011, #1719047)
33 * Cherry-pick fixes committed after the 3.22.24 release:
34 - 0001-Adwaita-Fix-typo-.backgrounf-.background.patch
35 - 0002-theme-Fix-Adwaita-headerbars.patch
36 - 0003-display-x11-Unset-tiled-state-if-_GTK_EDGE_CONSTRAIN.patch
37
38 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 04 Oct 2017 19:37:55 -0400
39
40gtk+3.0 (3.22.21-0ubuntu1) artful; urgency=medium
41
42 * New upstream release.
43 * debian/patches/fix-gtk-menu-sliders.patch:
44 + Removed, applied upstream.
45
46 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 16 Sep 2017 21:00:45 -0400
47
48gtk+3.0 (3.22.19-0ubuntu1) artful; urgency=medium
49
50 * New upstream release
51 * debian/libgtk-3-common.install.in:
52 Install EmojiChooser gsettings schemas
53 * Add fix-gtk-menu-sliders.patch:
54 - Add patch from Bugzilla to fix regression with clicking on sliders in
55 menus, such as with Unity's sound indicator (LP: #1712701)
56 (Closes: #872687)
57
58 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 23 Aug 2017 22:38:55 -0400
59
60gtk+3.0 (3.22.18-1ubuntu1) artful; urgency=medium
61
62 * Merge with Debian (LP: #1710521). Remaining changes:
63 + Install a settings.ini file to set our themes
64 + Enable Mir backend
65 + debian/control.in:
66 - Build-depend on adwaita-icon-theme-full for icon name check test
67 + debian/rules: Mark additional known test failures:
68 - box-shadow-changes-modify-clip.ui
69 - label-text-shadow-changes-modify-clip.ui
70 + Ubuntu-specific patches:
71 - 073_treeview_almost_fixed.patch
72 - 074_eventbox_scroll_mask.patch
73 - bzg_gtkcellrenderer_grabbing_modifier.patch
74 - ubuntu_gtk_custom_menu_items.patch
75 - print-dialog-show-options-of-remote-dnssd-printers.patch
76 - uimanager-guard-against-nested-node-updates.patch
77 - x-canonical-accel.patch
78 - message-dialog-restore-traditional-look-on-unity.patch
79 - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
80 - restore_filechooser_typeaheadfind
81 - 0001-calendar-always-emit-day-selected-once.patch
82 - 0001-gtkwindow-set-transparent-background-color.patch
83 - ubuntu_fileselector_behaviour.patch
84 - unity-border-radius.patch
85 - unity-headerbar-maximized-mode.patch
86 - gtksocket-unscale-before-sending-configurenotify.patch
87 - no_content_hub.patch
88
89 -- Jeremy Bicha <jbicha@ubuntu.com> Sat, 19 Aug 2017 15:39:24 -0400
90
91gtk+3.0 (3.22.18-1) unstable; urgency=medium
92
93 * Hi from Debconf
94 * New upstream release!
95 + Support entering emoji by name, using Ctrl-Shift-E (note there is a
96 whitelist for this currently - see GtkImContext docs)
97 + Wayland:
98 - Add support for the shortcut inhibitor protocol
99 - Support Wacome tablet wheel scrolling
100 * debian/control{,.in}: Bump wayland-protocols to 1.9, per upstream.
101
102 -- Iain Lane <laney@debian.org> Thu, 10 Aug 2017 16:34:47 +0100
103
104gtk+3.0 (3.22.17-1) unstable; urgency=medium
105
106 * New upstream release.
107
108 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 26 Jul 2017 18:59:22 +0200
109
110gtk+3.0 (3.22.17-0ubuntu2) artful; urgency=medium
111
112 * remove debian/libgtk-3-common.gsettings-override, in the ubuntu-settings
113 package now, per session.
114
115 -- Didier Roche <didrocks@ubuntu.com> Tue, 08 Aug 2017 10:49:49 +0200
116
117gtk+3.0 (3.22.17-0ubuntu1) artful; urgency=medium
118
119 * New upstream release
120
121 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 23 Jul 2017 09:02:40 -0400
122
123gtk+3.0 (3.22.16-1) unstable; urgency=medium
124
125 * New upstream release.
126
127 -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 22 Jun 2017 20:24:11 +0200
128
129gtk+3.0 (3.22.15-0ubuntu2) artful; urgency=medium
130
131 * debian/control.in
132 - Bumped libpango1.0-dev build depends to >= 1.40.5 needed for
133 colornames test
134 - Added build depends needed for the mir backend
135 * debian/rules
136 - re-enable mir backend
137 * debian/libgtk-3-0.symbols
138 - Refreshed
139 * patches/no_content_hub.patch
140 - Removed content-hub related code
141
142 -- Ken VanDine <ken.vandine@canonical.com> Mon, 22 May 2017 10:16:57 -0400
143
144gtk+3.0 (3.22.15-0ubuntu1) artful; urgency=medium
145
146 [ Ken VanDine ]
147 * debian/rules
148 - Disable mir backend
149 * debian/control.in
150 - Dropped build depends for mir and content-hub
151 * debian/libgtk-3-0.symbols
152 - Refreshed
153
154 [ Iain Lane ]
155 * New upstream release 3.12.15 (also includes 14, 13).
156
157 -- Iain Lane <iain.lane@canonical.com> Mon, 15 May 2017 13:17:19 +0100
158
159gtk+3.0 (3.22.12-1ubuntu1) artful; urgency=medium
160
161 * Merge with Debian. Remaining changes:
162 + Install the settings.ini file to set our themes
163 + Install a gsettings override to start filechoosers in the cwd
164 + Enable Mir backend
165 + debian/control.in:
166 - Build-depend on adwaita-icon-theme-full for icon name check test
167 + debian/rules: Mark additional known test failures:
168 - box-shadow-changes-modify-clip.ui
169 - label-text-shadow-changes-modify-clip.ui
170 + Ubuntu-specific patches:
171 - 073_treeview_almost_fixed.patch
172 - 074_eventbox_scroll_mask.patch
173 - bzg_gtkcellrenderer_grabbing_modifier.patch
174 - ubuntu_gtk_custom_menu_items.patch
175 - print-dialog-show-options-of-remote-dnssd-printers.patch
176 - uimanager-guard-against-nested-node-updates.patch
177 - x-canonical-accel.patch
178 - message-dialog-restore-traditional-look-on-unity.patch
179 - 0001-gtk-reftest-Force-icon-theme-to-Adwaita.patch
180 - restore_filechooser_typeaheadfind
181 - 0001-calendar-always-emit-day-selected-once.patch
182 - 0001-gtkwindow-set-transparent-background-color.patch
183 - ubuntu_fileselector_behaviour.patch
184 - unity-border-radius.patch
185 - unity-headerbar-maximized-mode.patch
186 - gtksocket-unscale-before-sending-configurenotify.patch
187 * Drop the mir patches that have been applied in new release
188
189 -- Jeremy Bicha <jbicha@ubuntu.com> Sun, 30 Apr 2017 23:03:11 -0400
190
191gtk+3.0 (3.22.12-1) unstable; urgency=medium
192
193 * New upstream release.
194
195 -- Andreas Henriksson <andreas@fatal.se> Thu, 13 Apr 2017 06:41:09 +0200
196
197gtk+3.0 (3.22.11-1) unstable; urgency=medium
198
199 * New upstream release.
200 * Drop patches which have been merged upstream.
201
202 -- Michael Biebl <biebl@debian.org> Fri, 24 Mar 2017 02:27:48 +0100
203
204gtk+3.0 (3.22.9-4) unstable; urgency=medium
205
206 * Force update of GResource files so the changes to the CSS files are
207 actually applied.
208
209 -- Michael Biebl <biebl@debian.org> Tue, 14 Mar 2017 01:38:30 +0100
210
211gtk+3.0 (3.22.9-3) unstable; urgency=medium
212
213 * Revert move of .flat from frame > border to frame as it broke existing
214 themes which relied on that behaviour.
215
216 -- Michael Biebl <biebl@debian.org> Sun, 05 Mar 2017 21:40:15 +0100
217
218gtk+3.0 (3.22.9-2) unstable; urgency=medium
219
220 * Team upload
221 * d/p/wayland-make-sure-to-clear-up-the-number-of-keys.patch:
222 Add patch from upstream fixing unintended key repeats on Wayland
223 (Closes: #856478)
224
225 -- Simon McVittie <smcv@debian.org> Wed, 01 Mar 2017 15:50:14 +0000
226
227gtk+3.0 (3.22.9-1) unstable; urgency=medium
228
229 * New upstream release.
230 * Drop debian/patches/032_mips_treeview_row_separator_height.patch, no
231 longer needed.
232
233 -- Michael Biebl <biebl@debian.org> Tue, 28 Feb 2017 18:48:39 +0100
234
235gtk+3.0 (3.22.8-1) unstable; urgency=medium
236
237 * New upstream release.
238 * Stop patching gtk-doc.make and instead run gtkdocize via the upstream
239 provided autogen.sh on autoreconf. The gtk-doc-tools version in Debian has
240 been fixed to properly handle the installation of HTML images for
241 out-of-tree builds.
242
243 -- Michael Biebl <biebl@debian.org> Wed, 15 Feb 2017 12:17:29 +0100
244
245gtk+3.0 (3.22.7-2) unstable; urgency=medium
246
247 * Team upload
248 * d/p/gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch:
249 add proposed patch from upstream Bugzilla to let GDK X11
250 initialization complete successfully when libGL.so.1 is not
251 available (Closes: #847366)
252 * Override Lintian error source-is-missing for
253 debian/missing-sources/zlib.js-0.1.6/deps.js. It is a generated
254 file, but the script to generate it is also present.
255
256 -- Simon McVittie <smcv@debian.org> Sat, 21 Jan 2017 15:38:15 +0000
257
258gtk+3.0 (3.22.7-1) unstable; urgency=medium
259
260 * New upstream release.
261
262 -- Michael Biebl <biebl@debian.org> Tue, 17 Jan 2017 19:09:05 +0100
263
264gtk+3.0 (3.22.6-1) unstable; urgency=medium
265
266 [ Jeremy Bicha ]
267 * Update debian/watch to only look for GTK+ 3.22 releases
268
269 [ Emilio Pozuelo Monfort ]
270 * New upstream release.
271 * debian/libgtk-3-0.symbols: add new symbol.
272
273 -- Michael Biebl <biebl@debian.org> Mon, 09 Jan 2017 15:55:17 +0100
274
275gtk+3.0 (3.22.5-1) unstable; urgency=medium
276
277 * New upstream release.
278
279 -- Michael Biebl <biebl@debian.org> Sat, 10 Dec 2016 17:00:03 +0100
280
281gtk+3.0 (3.22.4-1) unstable; urgency=medium
282
283 * New upstream release.
284 * Drop d/p/cssshadowvalue-scale-the-blur-surface-by-the-same-fa.patch
285 - now included in upstream release.
286 * Update debian/libgtk-3-0.symbols with one addition.
287
288 -- Andreas Henriksson <andreas@fatal.se> Sun, 20 Nov 2016 19:22:12 +0100
289
290gtk+3.0 (3.22.3-2) unstable; urgency=medium
291
292 * d/p/cssshadowvalue-scale-the-blur-surface-by-the-same-fa.patch
293 - Added. Improve the rendering of shadow around GTK windows, this turns out
294 to be a big performance improvement for HiDPI on wayland (From upstream
295 git, bgo#772075)
296
297 -- Sjoerd Simons <sjoerd@debian.org> Thu, 10 Nov 2016 22:58:59 +0100
298
299gtk+3.0 (3.22.3-1) unstable; urgency=medium
300
301 * New upstream release.
302
303 -- Michael Biebl <biebl@debian.org> Tue, 08 Nov 2016 17:32:27 +0100
304
305gtk+3.0 (3.22.2-1) unstable; urgency=medium
306
307 * New upstream release.
308
309 -- Michael Biebl <biebl@debian.org> Tue, 25 Oct 2016 00:10:32 +0200
310
311gtk+3.0 (3.22.1-1) unstable; urgency=medium
312
313 * New upstream release.
314 * Drop d/p/wayland-Avoid-negative-size-constraints.patch and
315 d/p/wayland-always-sync-state-after-a-frame-is-painted.patch, merged
316 upstream.
317 * Bump Build-Depends on libxrandr-dev to (>= 2:1.5.0). This means we can
318 drop d/p/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch.
319 Upstream has already applied a similar patch for the Xrandr 1.5 code path
320 and we no longer need the workaround for Xrandr 1.3.
321 * Update Build-Depends as per configure.ac:
322 - Add libfontconfig1-dev.
323 - Drop libxt-dev, libxft-dev, libxrender-dev and x11proto-xext-dev.
324 - Drop Debian specific versions for various libx*-dev packages. Those
325 versions were a long time ago for gtk+2.0 when the udeb was switched
326 from DirectFB to Xlib.
327 * Update Depends of libgtk-3-dev to match the dependencies declared in the
328 pkg-config .pc files.
329
330 -- Michael Biebl <biebl@debian.org> Sat, 01 Oct 2016 15:36:03 +0200
331
332gtk+3.0 (3.22.0-2) unstable; urgency=medium
333
334 * d/p/wayland-Avoid-negative-size-constraints.patch
335 - Added. Resolve unexpected order of size-allocation signals, fixes issues
336 with placing clutter-gtk widgets on wayland.
337 (From upstream git, bgo#771915)
338 * d/p/wayland-always-sync-state-after-a-frame-is-painted.patch
339 - Added. Always sync the state after a frame paint. Avoids things getting
340 out of sync when painting using GL as e.g. epiphany does these days.
341 (From upstream git, bgo#771553)
342
343 -- Sjoerd Simons <sjoerd@debian.org> Fri, 30 Sep 2016 14:36:52 +0200
344
345gtk+3.0 (3.22.0-1) unstable; urgency=medium
346
347 * New upstream release.
348 * Drop dbg packages now that we have automatic dbgsym packages.
349 * Bump debhelper compat level to 9.
350
351 -- Michael Biebl <biebl@debian.org> Tue, 20 Sep 2016 20:48:18 +0200
352
353gtk+3.0 (3.21.6-1) unstable; urgency=medium
354
355 [ Andreas Henriksson ]
356 * New upstream development release.
357 * Update (build-)dependencies according to configure.ac changes:
358 - bump wayland-protocols to >= 1.7
359 * Update debian/libgtk-3-0.symbols with a few scrolled_window additions.
360
361 [ Michael Biebl ]
362 * Refresh patches.
363
364 -- Andreas Henriksson <andreas@fatal.se> Wed, 14 Sep 2016 10:35:59 +0200
365
366gtk+3.0 (3.21.5-3) unstable; urgency=medium
367
368 * Mark two more reftests as known_fail and make test-suite failures fatal
369 again.
370
371 -- Michael Biebl <biebl@debian.org> Wed, 31 Aug 2016 23:41:32 +0200
372
373gtk+3.0 (3.21.5-2) unstable; urgency=medium
374
375 * Mark the gdk_wayland_* symbols as linux-any.
376 * Drop workaround for cdbs bug which has been fixed in the mean time.
377 * Change Build-Depends on dbus-x11 to dbus. The use of dbus-launch has been
378 removed upstream so having only dbus installed is sufficient to run the
379 test-suite. (Closes: #835891)
380 * Add dbus to autopkgtest dependencies to ensure machine-id is properly
381 setup.
382
383 -- Michael Biebl <biebl@debian.org> Wed, 31 Aug 2016 18:48:24 +0200
384
385gtk+3.0 (3.21.5-1) unstable; urgency=low
386
387 [ Simon McVittie ]
388 * Merge packaging changes from 3.20.9-1 in unstable
389
390 [ Andreas Henriksson ]
391 * New upstream release.
392 * Update build-dependencies according to configure.ac changes:
393 - bump libglib2.0-dev to >= 2.49.4
394 - bump wayland-protocols to >= 1.6
395 * Fix debian/patches/no-accessibility-dump.patch to apply again.
396 * Drop d/p/Don-t-apply-GDK_HINT_RESIZE_INC-to-GDK_WINDOW_STATE_.patch
397 - now included in upstream release.
398 * Update debian/libgtk-3-0.symbols with several additions and one missing:
399 - gdk_wayland_display_get_xdg_shell unused outside of gtk+.
400
401 -- Andreas Henriksson <andreas@fatal.se> Tue, 30 Aug 2016 18:13:45 +0200
402
403gtk+3.0 (3.20.9-1) unstable; urgency=medium
404
405 [ Jeremy Bicha ]
406 * Team upload
407 * New upstream release
408 * debian/control.in:
409 - Drop unnecessary version number from dependency on adwaita-icon-theme
410 * debian/patches/0001-Revert-Improve-external-drives-detection.patch:
411 - Dropped, applied in new version
412
413 [ Simon McVittie ]
414 * Another new upstream release
415 * Explicitly build-depend on docbook-xsl, libxml2-utils and xsltproc
416 to be able to generate man pages from their source code. Move docbook-xml
417 to Build-Depends since the man pages are in an Architecture: any package.
418 * Drop Build-Depends-Indep on docbook-utils, the old SGML toolchain,
419 which is currently uninstallable (#834616) and does not appear to be
420 needed for anything
421
422 -- Simon McVittie <smcv@debian.org> Thu, 18 Aug 2016 10:47:10 +0100
423
424gtk+3.0 (3.20.7-1) unstable; urgency=medium
425
426 [ Laurent Bigonville ]
427 * debian/control.in: Add hicolor-icon-theme as a hard dependency, the
428 package is small and only provides the directory structure of the theme.
429 * debian/control.in: Move adwaita-icon-theme dependency to the main package.
430
431 [ Emilio Pozuelo Monfort ]
432 * New upstream release.
433 * debian/patches/0001-Revert-Improve-external-drives-detection.patch:
434 + Revert upstream change that requires unstable glib 2.49.1.
435
436 -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 04 Aug 2016 19:07:21 +0200
437
438gtk+3.0 (3.21.4-1) experimental; urgency=medium
439
440 * New upstream release.
441 * debian/control.in:
442 + Build depend on xauth, needed for xvfb-run.
443 + Drop build-dependency on gettext and update the version requirements
444 for wayland-protocols and glib.
445 * debian/patches/wayland-add-extended-state-for-tiled.patch:
446 + Dropped, included upstream.
447 * d/p/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch:
448 + New patch. Fix division by zero when running under Xvfb.
449 * debian/libgtk-3-0.symbols:
450 + Add new symbols.
451 * debian/rules:
452 + Don't abort on test suite failures for now. Too many new failures due
453 to deprecation warnings.
454 * Upload to experimental.
455
456 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 20 Jul 2016 23:33:22 +0200
457
458gtk+3.0 (3.20.6-2) unstable; urgency=medium
459
460 * Team upload
461
462 [ Laurent Bigonville ]
463 * Drop patches/015_default-fallback-icon-theme.patch: The default icon theme
464 is already defined as Adwaita, not need to also define the fallback theme.
465
466 [ Simon McVittie ]
467 * d/rules: reset XDG_CONFIG_HOME, XDG_CACHE_HOME, XDG_DATA_HOME so that
468 they are based on the temporary HOME
469 * Backport patch from upstream to mark tiled Mutter/Shell windows
470 as GDK_WINDOW_STATE_TILED under Wayland (with mutter >= 3.20.2-2)
471 * Add my patch from upstream bug 755947 to disable character-cell-based
472 size contraints for TILED windows, so that gnome-terminal can snap to
473 half the screen under Wayland
474
475 -- Simon McVittie <smcv@debian.org> Sat, 25 Jun 2016 00:19:51 +0100
476
477gtk+3.0 (3.20.6-1) unstable; urgency=medium
478
479 * New upstream release.
480 * Drop revert-scrolledwindow-Remove-child-before-destroying.patch, merged
481 upstream.
482 * Re-enable test-suite.
483
484 -- Michael Biebl <biebl@debian.org> Tue, 31 May 2016 21:33:34 +0200
485
486gtk+3.0 (3.20.5-4) unstable; urgency=medium
487
488 * Work around a bug in cdbs which causes the package to FTBFS; see #825135
489 for further details.
490
491 -- Michael Biebl <biebl@debian.org> Thu, 26 May 2016 08:08:16 +0200
492
493gtk+3.0 (3.20.5-3) unstable; urgency=medium
494
495 * Make it simpler to bootstrap the package by marking the build dependencies
496 which are required to run the test-suite with <!nocheck>.
497 (Closes: #747392)
498 * Bump Build-Depends on debhelper to (>= 9.20141010) and dpkg-dev to
499 (>= 1.17.14) for build dependency restrictions support.
500 * Temporarily disable the test suite (and its build-dependencies) to allow
501 building the new gtk-update-icon-cache package. Our buildds don't support
502 build profiles yet, so we'll have to bootstrap manually for now.
503
504 -- Michael Biebl <biebl@debian.org> Mon, 23 May 2016 01:01:27 +0200
505
506gtk+3.0 (3.20.5-2) unstable; urgency=medium
507
508 * Split gtk-update-icon-cache utility out of libgtk-3-bin into a separate
509 package called gtk-update-icon-cache to break a dependency cycle with
510 adwaita-icon-theme when building the package. (Closes: #824999)
511 As the gtk-update-icon-cache binary doesn't actually have any libgtk-3-0
512 dependency, there is no longer a reason to ship a gtk2 and gtk3 variant.
513 So from now on we will only ship one implementation built from src:gtk+3.0
514 and drop the Debian specific -3.0 suffix. To simplify the transition make
515 libgtk-3-bin depend on gtk-update-icon-cache. Once all theme packages have
516 been updated, this dependency can be dropped.
517 * Cherry-pick patch from upstream Git which reverts a commit that was
518 causing crashes in the filechooser in some applications.
519
520 -- Michael Biebl <biebl@debian.org> Sun, 22 May 2016 08:52:19 +0200
521
522gtk+3.0 (3.20.5-1) unstable; urgency=medium
523
524 * New upstream release.
525 * Refresh patches.
526 * Bump Standards-Version to 3.9.8.
527
528 -- Michael Biebl <biebl@debian.org> Sat, 21 May 2016 00:11:13 +0200
529
530gtk+3.0 (3.20.4-1) unstable; urgency=medium
531
532 * New upstream release.
533
534 -- Andreas Henriksson <andreas@fatal.se> Tue, 10 May 2016 14:29:37 +0200
535
536gtk+3.0 (3.20.3-2) unstable; urgency=medium
537
538 * Restore debian/patches/reftest-known-fail.patch so we can mark known
539 failing tests as non-fatal.
540 * Drop debian/patches/disable-flaky-textview-margins-reftest.patch and tag
541 textview-margins.ui as known-fail.
542 * Mark button-wrapping.ui reftest as known-fail, it currently fails on
543 mips(64)el and prevents testing migration and important fixes in other
544 packages reaching testing.
545
546 -- Michael Biebl <biebl@debian.org> Mon, 02 May 2016 01:18:04 +0200
547
548gtk+3.0 (3.20.3-1) unstable; urgency=medium
549
550 * New upstream release.
551 * Drop debian/patches/git_window-Remove-suspicious-branch.patch, merged
552 upstream and refresh the remaining patches.
553 * Upload to unstable.
554
555 -- Michael Biebl <biebl@debian.org> Sat, 16 Apr 2016 21:13:07 +0200
556
557gtk+3.0 (3.20.2-1) experimental; urgency=medium
558
559 * New upstream release.
560 * Drop debian/patches/git_fix_emacs.patch, included in release.
561 * Add debian/patches/git_window-Remove-suspicious-branch.patch
562 - from upstream git, reverts a revert in 3.20.2 that causes the
563 testsuite to fail. Emacs users watch out!
564
565 -- Andreas Henriksson <andreas@fatal.se> Mon, 11 Apr 2016 12:53:17 +0200
566
567gtk+3.0 (3.20.1-2) experimental; urgency=medium
568
569 * Add debian/patches/disable-flaky-textview-margins-reftest.patch
570
571 -- Andreas Henriksson <andreas@fatal.se> Wed, 30 Mar 2016 14:02:10 +0200
572
573gtk+3.0 (3.20.1-1) experimental; urgency=medium
574
575 * New upstream release.
576 * Drop debian/patches/git_a11y_GTK_CSD_distcheck.patch, included in release.
577 * Add debian/patches/git_fix_emacs.patch, cherry-picked from upstream git.
578 Thanks to Matteo F. Vescovi for verifying the commit fixed the emacs problem.
579
580 -- Andreas Henriksson <andreas@fatal.se> Wed, 30 Mar 2016 11:08:26 +0200
581
582gtk+3.0 (3.20.0-1) experimental; urgency=medium
583
584 * New upstream release.
585 * Make testsuite fatal again.
586 * Add debian/patches/git_a11y_GTK_CSD_distcheck.patch
587 - cherry-pick commit from upstream to use client-side decorations
588 for a11y tests when running under distcheck.
589 * Drop debian/patches/reftest-known-fail.patch
590 * Stop tagging reftests as known fail since they should be fixed now:
591 - style-properties-nth-child.ui
592 - label-text-shadow-changes-modify-clip.ui
593 * Add debian/patches/no-accessibility-dump.patch
594 - skip this test until someone figures out how to reliably run it
595 always with CSD enabled, to match testsuite expected data.
596
597 -- Andreas Henriksson <andreas@fatal.se> Wed, 23 Mar 2016 14:10:27 +0100
598
599gtk+3.0 (3.19.12-1) experimental; urgency=medium
600
601 * New upstream development release+snapshot.
602 * Update (build-)dependencies according to configure.ac changes:
603 - add wayland-protocols (>= 1.1)
604 - bump libwayland-dev to 1.9.91
605 - add libharfbuzz-dev (>= 0.9), libpango1.0-dev
606 * Temporarily make testsuite non-fatal while investigating.
607 * libgtk-3-bin.install:
608 - ship new gtk-query-settings tool.
609 - ship gtk-builder gettext (its) files.
610 - run wrap-and-sort on this file while at it.
611 * Update debian/libgtk-3-0.symbols with new additions.
612 - also drops an internal unused wayland-related drag and drop symbol.
613
614 -- Andreas Henriksson <andreas@fatal.se> Tue, 15 Mar 2016 11:34:25 +0100
615
616gtk+3.0 (3.18.9-1) unstable; urgency=medium
617
618 [ Michael Biebl ]
619 * New upstream release.
620 * Bump Standards-Version to 3.9.7.
621
622 [ Uwe Kleine-König ]
623 * Remove debian/{build,install} in clean target. (Closes: #792736)
624
625 -- Michael Biebl <biebl@debian.org> Sat, 12 Mar 2016 21:29:26 +0100
626
627gtk+3.0 (3.18.8-1) unstable; urgency=medium
628
629 * New upstream stable release 3.18.8
630
631 -- Iain Lane <iain@orangesquash.org.uk> Wed, 24 Feb 2016 17:55:46 +0000
632
633gtk+3.0 (3.18.7-1) unstable; urgency=medium
634
635 * New upstream release.
636
637 -- Michael Biebl <biebl@debian.org> Tue, 02 Feb 2016 19:12:28 +0100
638
639gtk+3.0 (3.18.6-1) unstable; urgency=medium
640
641 * New upstream release.
642 * Refresh debian/patches/071_fix-installation-of-HTML-images.patch.
643
644 -- Michael Biebl <biebl@debian.org> Tue, 08 Dec 2015 15:11:24 +0100
645
646gtk+3.0 (3.18.5-1) unstable; urgency=medium
647
648 * New upstream stable release 3.18.5
649 + GtkFileChooser:
650 - Make sure external drives show up either in the sidebar or the places
651 view
652 - Ignore double-click events
653 + Avoid some crashes in CSS parsing error handling
654
655 -- Iain Lane <laney@debian.org> Tue, 17 Nov 2015 14:10:09 +0000
656
657gtk+3.0 (3.18.4-1) unstable; urgency=medium
658
659 * New upstream stable release 3.18.4
660 + Revert a GtkTextBuffer change that broke binding API
661 - Remove downstream cherry-picks for this change.
662 + Properly refresh styles when widget names change
663
664 -- Iain Lane <laney@debian.org> Fri, 13 Nov 2015 13:19:47 +0000
665
666gtk+3.0 (3.18.3-3) unstable; urgency=medium
667
668 * Revert "textbuffer: nicer get_iter functions" and related commits since
669 this broke the bindings API. (Closes: #804798)
670
671 -- Michael Biebl <biebl@debian.org> Thu, 12 Nov 2015 18:50:55 +0100
672
673gtk+3.0 (3.18.3-2) unstable; urgency=medium
674
675 * The placesview API was not supposed to be public, so those symbols were
676 removed. Update the libgtk-3-0.symbols file accordingly.
677
678 -- Michael Biebl <biebl@debian.org> Wed, 11 Nov 2015 02:39:56 +0100
679
680gtk+3.0 (3.18.3-1) unstable; urgency=medium
681
682 * New upstream release.
683 * Refresh patches.
684 * Drop Recommends on hicolor-icon-theme from libgtk-3-0 as libgtk-3-common
685 already has a Depends on adwaita-icon-theme.
686
687 -- Michael Biebl <biebl@debian.org> Wed, 11 Nov 2015 01:41:11 +0100
688
689gtk+3.0 (3.18.2-1) unstable; urgency=medium
690
691 * New upstream release.
692 * Refresh patches.
693
694 -- Michael Biebl <biebl@debian.org> Tue, 13 Oct 2015 23:07:49 +0200
695
696gtk+3.0 (3.18.1-2) unstable; urgency=medium
697
698 * Add debian/patches/git_stylecontext-make-sure-valid.patch
699 - patch from upstream git to fix crash with some themes (Closes: #800911)
700
701 -- Andreas Henriksson <andreas@fatal.se> Sun, 11 Oct 2015 01:21:46 +0200
702
703gtk+3.0 (3.18.1-1) unstable; urgency=medium
704
705 * New upstream release.
706 * Refresh patches.
707 * Drop debian/patches/git_bitmask-dont-hardcode-64bit-size.patch, merged
708 upstream.
709
710 -- Michael Biebl <biebl@debian.org> Thu, 08 Oct 2015 00:41:06 +0200
711
712gtk+3.0 (3.18.0-4) unstable; urgency=medium
713
714 * Team upload.
715 * gir1.2-gtk-3.0 Breaks pre-3.18 versions of pygobject (Closes: #800798)
716
717 -- Simon McVittie <smcv@debian.org> Sun, 04 Oct 2015 15:46:54 +0100
718
719gtk+3.0 (3.18.0-3) unstable; urgency=medium
720
721 [ Michael Biebl ]
722 * Drop the XS-Testsuite: autopkgtest field
723 - it is no longer required, as dpkg 1.17.11 will add it
724 automatically if there is a debian/tests/control file.
725
726 [ Andreas Henriksson ]
727 * Upload to unstable.
728
729 -- Andreas Henriksson <andreas@fatal.se> Fri, 02 Oct 2015 17:04:02 +0200
730
731gtk+3.0 (3.18.0-2) experimental; urgency=medium
732
733 * Add debian/patches/git_bitmask-dont-hardcode-64bit-size.patch
734 - from upstream git. should fix test failure on i386, mips, mipsel.
735 * debian/rules: move --fail-missing to binary target instead of
736 binary-indep to use it on full builds only. This should avoid
737 breaking source-only uploads as the binary-indep (only) builds
738 more then it needs to do (which is not installed anywhere).
739
740 -- Andreas Henriksson <andreas@fatal.se> Sun, 27 Sep 2015 15:29:19 +0200
741
742gtk+3.0 (3.18.0-1) experimental; urgency=medium
743
744 * Drop debian/patches/061_multiarch_module_fallback.patch
745 - now obsolete since all packages has been fixed to install
746 in multiarch directories.
747 * Drop patches which are unused and has been for a very long time:
748 - debian/patches/030_tests_skip_filechooser.patch
749 - debian/patches/042_treeview_single-focus.patch
750 - debian/patches/043_notebook_scroll.patch
751 * New upstream release.
752 * Drop debian/patches/git_test-simplify-use-bash.patch
753 - now included in upstream release.
754
755 -- Andreas Henriksson <andreas@fatal.se> Wed, 23 Sep 2015 17:07:59 +0200
756
757gtk+3.0 (3.17.9-2) experimental; urgency=medium
758
759 * Add debian/patches/git_test-simplify-use-bash.patch from upstream
760
761 -- Andreas Henriksson <andreas@fatal.se> Sun, 20 Sep 2015 19:46:36 +0200
762
763gtk+3.0 (3.17.9-1) experimental; urgency=medium
764
765 [ Simon McVittie ]
766 * d/p/073-Use-AC_USE_SYSTEM_EXTENSIONS-to-get-_GNU_SOURCE-_XOP.patch:
767 remove, applied upstream in 3.13 and no longer listed in series
768
769 [ Andreas Henriksson ]
770 * Add Breaks against gtk3-engines-oxygen << 1.4.1-3 (Closes: #797797)
771 * New upstream development release.
772 * Update (build-)dependencies according to configure.ac changes:
773 - bump pango to >= 1.37.3
774 * Bump glib build-dep to >= 2.45.8
775 - g_param_spec_get_name_quark is needed.
776 * Ship new gtk-builder-tool in libgtk-3-bin package.
777 * Update debian/libgtk-3-0.symbols with many new additions.
778
779 -- Andreas Henriksson <andreas@fatal.se> Thu, 17 Sep 2015 13:12:35 +0200
780
781gtk+3.0 (3.16.6-1) unstable; urgency=medium
782
783 * New upstream release.
784 * Refresh patches.
785 * Drop obsolete Breaks from pre-wheezy.
786 * Remove debian/libgtk-3-common.preinst.in, this file is a leftover from
787 gtk+2.0 and not necessary anymore.
788
789 -- Michael Biebl <biebl@debian.org> Wed, 22 Jul 2015 21:29:11 +0200
790
791gtk+3.0 (3.16.5-1) unstable; urgency=medium
792
793 * New upstream bugfix release 3.16.5
794
795 -- Iain Lane <laney@debian.org> Wed, 08 Jul 2015 16:20:40 +0100
796
797gtk+3.0 (3.16.4-2) unstable; urgency=medium
798
799 * Merge changes from 3.14.13-1.
800 * debian/README.Debian:
801 + Removed, that's for gtk+2.0. Closes: #622913.
802 * debian/control.in:
803 + Drop versioned dependency on pkg-config. The version is satisfied
804 in oldstable and that helps other packages that provide pkg-config.
805 Closes: #734481.
806 * Upload to unstable.
807
808 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 14 Jun 2015 13:30:06 +0200
809
810gtk+3.0 (3.16.4-1) experimental; urgency=medium
811
812 [ Iain Lane ]
813 * build with --fail-missing when doing an indep build
814 * Install some utilities and missing icons, desktop files and manpages into
815 gtk-3-examples (for want of a better package).
816 * clean up reftest known_fail files in clean target which we create in
817 pre-build
818
819 [ Emilio Pozuelo Monfort ]
820 * New upstream release.
821
822 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 12 Jun 2015 00:06:44 +0200
823
824gtk+3.0 (3.16.3-2) experimental; urgency=medium
825
826 * d/p/015_default-fallback-icon-theme.patch: Replace gnome with Adwaita.
827 * Update libgtk-3-dev dependencies according to its pkg-config file.
828
829 -- Dmitry Shachnev <mitya57@debian.org> Sun, 24 May 2015 19:26:07 +0300
830
831gtk+3.0 (3.16.3-1) experimental; urgency=medium
832
833 [ Sjoerd Simons ]
834 * New upstream release 3.16.2.
835 * debian/patches/044_tracker_fts.patch:
836 + Dropped, upstream also defaults to FTS tracker queries now
837 * debian/control: Update build-dependency versions
838 * debian/control: Add libexpoxy and libegl1-mesa-dev to build-depencies
839 * debian/libgtk-3-0.symbols: Updated
840 * d/p/notify-test-Don-t-test-object-relying-on-dbus-connec.patch:
841 + Added. Fix test failure when no session bus is running (bgo#749009)
842 * debian/rules: Add label-text-shadow-changes-modify-clip.ui to known
843 reftest failures
844
845 [ Emilio Pozuelo Monfort ]
846 * New upstream release 3.16.3.
847 * debian/patches:
848 + Refreshed.
849 * debian/patches/notify-test-Don-t-test-object-relying-on-dbus-connec.patch:
850 + Dropped, included upstream.
851
852 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 22 May 2015 18:23:50 +0200
853
854gtk+3.0 (3.14.13-1) unstable; urgency=medium
855
856 * New upstream release.
857
858 -- Andreas Henriksson <andreas@fatal.se> Wed, 10 Jun 2015 18:19:44 +0200
859
860gtk+3.0 (3.14.5-1) unstable; urgency=medium
861
862 * New upstream bugfix release.
863 * debian/patches/077_fix_menu_height_calculating.patch:
864 + Dropped, merged upstream.
865
866 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 11 Nov 2014 18:55:46 +0100
867
868gtk+3.0 (3.14.4-2) unstable; urgency=medium
869
870 [ Rico Tzschichholz ]
871 * Install org.gtk.Settings.Debug.gschema.xml
872
873 [ Dmitry Shachnev ]
874 * debian/patches/077_fix_menu_height_calculating.patch: backport upstream
875 commit to fix calculation of menu height (closes: #767906).
876
877 -- Dmitry Shachnev <mitya57@debian.org> Tue, 04 Nov 2014 17:19:48 +0300
878
879gtk+3.0 (3.14.4-1) unstable; urgency=medium
880
881 * New upstream release.
882
883 -- Michael Biebl <biebl@debian.org> Thu, 23 Oct 2014 15:43:31 +0200
884
885gtk+3.0 (3.14.3-1) unstable; urgency=medium
886
887 * New upstream release.
888 * Install typelib files into multiarch paths.
889 * Mark gir and dev package as Multi-Arch: same.
890 * Bump Standards-Version to 3.9.6. No further changes.
891
892 -- Michael Biebl <biebl@debian.org> Mon, 13 Oct 2014 23:35:40 +0200
893
894gtk+3.0 (3.14.2-1) unstable; urgency=medium
895
896 * New upstream release.
897 - includes fix gtkbuilder fix for problems affecting libgweather
898 users (like gnome-clocks, Closes: #764681)
899
900 -- Andreas Henriksson <andreas@fatal.se> Sat, 11 Oct 2014 15:12:08 +0200
901
902gtk+3.0 (3.14.1-1) unstable; urgency=medium
903
904 [ Emilio Pozuelo Monfort ]
905 * New upstream release.
906
907 [ Andreas Henriksson ]
908 * Add debian/patches/reftest-known-fail.patch
909 - make it possible to tag individual reftests as ok to fail.
910 * debian/rules:
911 touch testsuite/reftests/style-properties-nth-child.ui.known_fail
912 - reftest shows this intermittently has a couple of pixels
913 difference on some architectures. No big deal.
914 Noone is willing to investigate and consensus is it's ok to disable.
915
916 -- Michael Biebl <biebl@debian.org> Thu, 02 Oct 2014 01:49:16 +0200
917
918gtk+3.0 (3.14.0-1) unstable; urgency=medium
919
920 * New upstream release.
921 * Refresh patches.
922
923 -- Michael Biebl <biebl@debian.org> Tue, 23 Sep 2014 22:25:42 +0200
924
925gtk+3.0 (3.13.9-2) unstable; urgency=medium
926
927 * Upload to unstable.
928
929 -- Andreas Henriksson <andreas@fatal.se> Fri, 19 Sep 2014 22:25:39 +0200
930
931gtk+3.0 (3.13.9-1) experimental; urgency=medium
932
933 [ Andreas Henriksson ]
934 * libgtk-3-common: Depend on adwaita-icon-theme (>= ${gnome:Version})
935 - gtk+ should guarantee we have atleast one sane icon theme available.
936 * debian/rules: Include gnome-version.mk to generate ${gnome:Version}
937
938 [ Emilio Pozuelo Monfort ]
939 * New upstream development release.
940 * debian/control.in:
941 + Bump libpango1.0-dev minimum (build-)dependency.
942
943 -- Emilio Pozuelo Monfort <pochu@debian.org> Fri, 19 Sep 2014 17:37:42 +0200
944
945gtk+3.0 (3.13.8-1) experimental; urgency=medium
946
947 [ Andreas Henriksson ]
948 * New upstream development release (3.13.7)
949 * Update build-dependencies according to configure.ac
950 - bump libglib2.0-dev to (>= 2.41.2)
951 * Update libgtk-3.0-dev dependency on libglib2.0-dev to (>= 2.41.2)
952 * Massage debian/patches/018_gdkenumtypes.c_location.patch to apply again
953 * Drop backported/merged patches now in released version:
954 - debian/patches/072_Avoid-pkg-config-atleast-version.patch
955 * Have quilt refresh remaining patches.
956 * Bump gobject-introspection build-dependency to (>= 1.41.3)
957 - this one supports new "nullable" annotation.
958 * Build-depend on adwaita-icon-theme instead of gnome-icon-theme-symbolic
959 * Update debian/libgtk-3-0.symbols with many additions
960 * New upstream development release (3.13.8)
961 * Update build-dependencies according to configure.ac changes:
962 - Bump libgdk-pixbuf2.0-dev to (>= 2.30.0)
963 - Bump libwayland-dev to (>= 1.5.91)
964 * debian/patches/032_mips_treeview_row_separator_height.patch:
965 - massage the patch into applying again.
966 * Update debian/libgtk-3-0.symbols
967 - 4 dropped gdk_wayland_*_libgtk_only symbols, should be unused.
968 - 3 new wayland related symbols
969
970 -- Sjoerd Simons <sjoerd@debian.org> Fri, 05 Sep 2014 22:50:11 +0200
971
972gtk+3.0 (3.12.2-3) unstable; urgency=medium
973
974 * Team upload
975 * debian/missing-sources/zlib.js-0.1.6: add missing source code for
976 gdk/broadway/rawinflate.min.js (Closes: #753968)
977 - some files in zlib.js upstream had missing source code themselves
978 (closure-compiler.jar) or are not needed here, and have been removed
979 to save space; see debian/missing-sources/README for details
980 - make debian/missing-sources/rawinflate.js a symlink into zlib.js-0.1.6
981 to reassure lintian that source is present
982 * d/p/073-Use-AC_USE_SYSTEM_EXTENSIONS-to-get-_GNU_SOURCE-_XOP.patch:
983 define _GNU_SOURCE on non-Linux to fix "assignment makes pointer from
984 integer without a cast" found by build-log scanning on kFreeBSD
985
986 -- Simon McVittie <smcv@debian.org> Sun, 17 Aug 2014 15:26:50 +0100
987
988gtk+3.0 (3.12.2-2) unstable; urgency=medium
989
990 * Team upload
991
992 [ Dmitry Shachnev ]
993 * Autopkgtests fixes: add missing xauth dependency, and stop using
994 deprecated GtkStock item.
995
996 [ Simon McVittie ]
997 * debian/patches/072_Avoid-pkg-config-atleast-version.patch:
998 stop AM_PATH_GTK_3_0([3], [], [], [gthread]) trying to require
999 gthread-2.0 >= 3, which doesn't exist (Closes: #756476)
1000
1001 -- Simon McVittie <smcv@debian.org> Sun, 10 Aug 2014 17:26:57 +0100
1002
1003gtk+3.0 (3.12.2-1) unstable; urgency=medium
1004
1005 * New upstream release.
1006
1007 -- Andreas Henriksson <andreas@fatal.se> Fri, 16 May 2014 12:12:48 +0200
1008
1009gtk+3.0 (3.12.1-1) unstable; urgency=medium
1010
1011 * New upstream release
1012
1013 -- Sjoerd Simons <sjoerd@debian.org> Sat, 26 Apr 2014 16:44:41 +0200
1014
1015gtk+3.0 (3.12.0-4) unstable; urgency=medium
1016
1017 * Build-depend on gnome-icon-theme-symbolic and make test suite errors
1018 fatal again.
1019
1020 -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 03 Apr 2014 19:45:56 +0200
1021
1022gtk+3.0 (3.12.0-3) unstable; urgency=medium
1023
1024 * debian/control.in:
1025 + Loosen the dependencies on libgtk-3-common from = ${source:Version}
1026 to >= ${source:Version} to make libgtk-3-bin and libgtk-3-0 installable
1027 when a new source version is uploaded.
1028 + Don't build depend on gnome-icon-theme-symbolic as that pulls
1029 gnome-icon-theme which in turns pulls libgtk-3-bin, which isn't
1030 installable at the moment.
1031 * debian/rules:
1032 + Temporarily make the test suite non-fatal as gnome-icon-theme-symbolic
1033 is needed for some tests.
1034
1035 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 02 Apr 2014 19:11:32 +0200
1036
1037gtk+3.0 (3.12.0-2) unstable; urgency=medium
1038
1039 * Upload to unstable.
1040
1041 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 02 Apr 2014 16:10:12 +0200
1042
1043gtk+3.0 (3.12.0-1) experimental; urgency=medium
1044
1045 * New upstream release.
1046 * Update debian/libgtk-3-0.symbols with added symbols.
1047
1048 -- Andreas Henriksson <andreas@fatal.se> Tue, 25 Mar 2014 10:17:09 +0100
1049
1050gtk+3.0 (3.11.8-1) experimental; urgency=medium
1051
1052 * New upstream release.
1053 * debian/control.in,
1054 debian/rules:
1055 + Enable Google cloud print support on the normal build.
1056
1057 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 09 Mar 2014 15:07:56 +0100
1058
1059gtk+3.0 (3.11.7-1) experimental; urgency=medium
1060
1061 * New upstream release.
1062 * Bump build-dependencies according to configure.ac:
1063 - glib 2.39.5 and gtk-doc 1.20
1064 * Use quilt to refresh all patches.
1065 * Update debian/libgtk-3-0.symbols
1066
1067 -- Andreas Henriksson <andreas@fatal.se> Tue, 18 Feb 2014 20:22:50 +0100
1068
1069gtk+3.0 (3.11.5-1) experimental; urgency=medium
1070
1071 * New upstream development release.
1072 * debian/control.in:
1073 + Update build dependencies.
1074 + Build depend on gnome-icon-theme-symbolic, needed for some tests.
1075 + Standards-Version is 3.9.5, no changes needed.
1076 * debian/libgtk-3-0.symbols:
1077 + Add new symbols. A couple of wayland-related symbols,
1078 gdk_wayland_display_get_wl_shell{,_surface} are gone in favor of
1079 gdk_wayland_display_get_xdg_shell. The wayland backend is not fully
1080 stable yet and nothing in the archive should be depending on them,
1081 so this should be fine.
1082 + Drop four commented-out symbols that weren't exported after 3.9.10,
1083 as mentioned below in the 3.9.14 changelog entry. Those for symbols
1084 were not exported in the headers and were only used internally by
1085 gdk.
1086 * debian/patches/080_disable-parallel-docs-build.patch:
1087 + Dropped, gtk-doc 1.20 works fine with parallel builds.
1088 * debian/rules:
1089 + Break colord<->gtk+ loop when bootstrapping. Thanks Daniel Schepler.
1090 Closes: #738603.
1091
1092 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 17 Feb 2014 18:57:53 +0100
1093
1094gtk+3.0 (3.10.7-1) unstable; urgency=low
1095
1096 * debian/libgtk-3-bin.install:
1097 + Ship broadwayd.
1098 * debian/rules:
1099 + Enable parallel builds.
1100 * New upstream release.
1101 * debian/patches/080_disable-parallel-docs-build.patch:
1102 + Disable parallel support for the docs as that has races, see
1103 the similar glib2.0 patch for a longer explanation.
1104 * Upload to unstable.
1105
1106 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 15 Feb 2014 14:15:56 +0100
1107
1108gtk+3.0 (3.10.2-1) experimental; urgency=low
1109
1110 * debian/libgtk-3-0.symbols:
1111 + Mark wayland symbols as linux-any.
1112 * New upstream release.
1113 + debian/libgtk-3-0.symbols:
1114 - Removed a couple of private structs that shouldn't have been
1115 exported.
1116 * debian/rules:
1117 + Set VERBOSE so we get more information about test failures.
1118
1119 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 28 Oct 2013 02:08:26 +0100
1120
1121gtk+3.0 (3.10.1-1) experimental; urgency=low
1122
1123 [ Emilio Pozuelo Monfort ]
1124 * debian/control.in,
1125 debian/rules:
1126 + Only build the wayland backend on linux-any.
1127
1128 [ Andreas Henriksson ]
1129 * New upstream release
1130 * Bump libwayland-dev (build-)dependency to >= 1.2.0
1131 * Update debian/libgtk-3-0.symbols with added symbols
1132
1133 -- Andreas Henriksson <andreas@fatal.se> Sun, 13 Oct 2013 20:14:15 +0200
1134
1135gtk+3.0 (3.9.14-1) experimental; urgency=low
1136
1137 [ Andreas Henriksson ]
1138 * New upstream development release (3.9.10)
1139 * Bump glib (build-)dependency to >= 2.37.3 as per configure.ac
1140 * Trivial update in 015_default-fallback-icon-theme.patch to apply.
1141 * Update debian/patches/018_gdkenumtypes.c_location.patch to apply
1142 after upstream dropped --disable-rebuilds.
1143 * Disable 030_tests_skip_filechooser.patch
1144 - testsuite moved and restructured....
1145 * Updated to apply patch against new testsuite file location:
1146 - 032_mips_treeview_row_separator_height.patch
1147 * Drop 031_ia64_children_test.patch
1148 - fixed differently upstream (see GBZ #702370)
1149 * Drop 080_correct_padding_of_submenu_arrows.patch
1150 - previously cherry-picked, now included in upstream release.
1151 * Refresh all patches to apply without offset.
1152 * Ignore testsuite failures for now...
1153 * Update debian/libgtk-3-0.symbols
1154 - many added symbols, and four missing:
1155 gdk_frame_clock_idle_get_type,
1156 gdk_offscreen_window_get_type,
1157 gdk_window_impl_get_type,
1158 gdk_window_impl_x11_get_type.
1159 * Explicitly set which GDK backends to build:
1160 - enable x11,wayland,broadway in regular build
1161 - disable wayland,broadway and enable x11 in udeb build
1162 * Add build-dependencies needed by wayland backend:
1163 - libwayland-dev (>= 1.1.90), libxkbcommon-dev (>= 0.2.0)
1164 * Update debian/libgtk-3-0.symbols with added broadway & wayland symbols.
1165 * New upstream release (3.9.12)
1166 - bump cairo build-dependency to >= 1.12
1167
1168 [ Sjoerd Simons ]
1169 * Add libwayland-dev depend in libgtk-3-dev since we're building the wayland
1170 backend now
1171 * Also needs libxkbcommon-dev now due to the wayland backend (Found by Andrew
1172 Lee)
1173 * debian/libgtk-3-0.symbols: Update for new symbols (Patch by Andrew Lee)
1174
1175 [ Emilio Pozuelo Monfort ]
1176 * New upstream development release (3.9.14).
1177 * debian/libgtk-3-0.symbols:
1178 + Updated for new symbols.
1179 * debian/control.in:
1180 + Bump minimum libglib2.0-dev build dependency.
1181 + Build depend on gsettings-desktop-schemas for the testsuite.
1182 + Build depend on dbus-x11 for the testsuite.
1183 + Build depend on at-spi2-core as libatspi2.0-0 seems to require it,
1184 tests that use dbus fail otherwise.
1185 * debian/rules:
1186 + Set XDG_DATA_DIRS and copy and copile the gsettings schemas so that
1187 gsettings can find them. Makes the test suite happy.
1188 + Set XDG_RUNTIME_DIR, makes the test suite even happier.
1189 + Make the test suite fatal again.
1190
1191 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 10 Sep 2013 01:23:06 +0200
1192
1193gtk+3.0 (3.8.2-3) unstable; urgency=low
1194
1195 * Simplify our trigger for gtk-query-immodules-3.0, use the --update-cache
1196 option instead of redirecting stdout.
1197 * debian/patches/080_correct_padding_of_submenu_arrows.patch: Take padding
1198 into account to position submenu arrow. Patch cherry-picked from upstream
1199 Git.
1200 * Update debian/copyright to comply with the final 1.0 spec.
1201
1202 -- Michael Biebl <biebl@debian.org> Sat, 06 Jul 2013 00:51:39 +0200
1203
1204gtk+3.0 (3.8.2-2) unstable; urgency=low
1205
1206 * debian/patches/031_ia64_children_test.patch:
1207 + Patch from Stephan Schreiber, fix an invalid read on a test case
1208 that caused it to fail on ia64, making the build fail.
1209 * debian/patches/032_mips_treeview_row_separator_height.patch:
1210 + Disable another test that currently fails on mips but that also
1211 fails at least on amd64 when run under valgrind.
1212 * All the above closes: #711107.
1213
1214 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 16 Jun 2013 01:25:10 +0200
1215
1216gtk+3.0 (3.8.2-1) unstable; urgency=low
1217
1218 [ Josselin Mouette ]
1219 * Switch to interest-noawait for triggers. They only affect IM
1220 modules, so this is not likely to cause upgrade problems.
1221
1222 [ Michael Biebl ]
1223 * Upload to unstable.
1224 * New upstream release.
1225 * Update debian/copyright following the latest copyright-format spec.
1226 * Bump Standards-Version to 3.9.4. No further changes.
1227
1228 -- Michael Biebl <biebl@debian.org> Thu, 23 May 2013 16:23:37 +0200
1229
1230gtk+3.0 (3.8.0-1) experimental; urgency=low
1231
1232 [ Rico Tzschichholz ]
1233 * debian/gtk-3-examples.install:
1234 - Install usr/bin/gtk3-demo-application
1235
1236 [ Emilio Pozuelo Monfort ]
1237 * New upstream release.
1238 + debian/patches/071_fix-installation-of-HTML-images.patch:
1239 - Refreshed.
1240
1241 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 26 Mar 2013 11:21:30 +0100
1242
1243gtk+3.0 (3.7.14-1) experimental; urgency=low
1244
1245 * New upstream release.
1246 + d/p/090-GtkTextView-don-t-popdown-a-bubble-if-we-don-t-have-.patch:
1247 - Removed, included upstream.
1248 * debian/rules:
1249 + Set HOME rather than G_HOME, as GLib now honors the former and
1250 G_HOME is a Debian-specific thing.
1251
1252 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 19 Mar 2013 12:06:40 +0100
1253
1254gtk+3.0 (3.7.12-2) experimental; urgency=low
1255
1256 * d/p/090-GtkTextView-don-t-popdown-a-bubble-if-we-don-t-have-.patch:
1257 + Added. Fix segv when popping down non-existing bubblees (From upstream
1258 git, bgo #695304)
1259
1260 -- Sjoerd Simons <sjoerd@debian.org> Mon, 11 Mar 2013 21:42:39 +0100
1261
1262gtk+3.0 (3.7.12-1) experimental; urgency=low
1263
1264 [ Sjoerd Simons ]
1265 * debian/patches/80_Fix-DND-with-frame-sync.patch:
1266 + Added. Temporary fix for DND when using mutter with the frame sync
1267 protocol (from upstream git, bgo#694217).
1268
1269 [ Emilio Pozuelo Monfort ]
1270 * New upstream release.
1271 + debian/patches/*:
1272 - Refreshed.
1273 + debian/patches/80_Fix-DND-with-frame-sync.patch:
1274 - Removed, included upstream.
1275 + debian/libgtk-3-0.symbols:
1276 - Updated for new symbols.
1277
1278 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 06 Mar 2013 13:43:48 +0100
1279
1280gtk+3.0 (3.7.10-1) experimental; urgency=low
1281
1282 * New upstream release.
1283 + debian/control.in:
1284 - Update build dependencies.
1285 + debian/patches:
1286 - Refreshed.
1287 + debian/libgtk-3-0.symbols:
1288 - Updated for the new symbols.
1289 + debian/gtk-3-examples.install:
1290 - Stop installing gtk3-demo files, no longer needed.
1291 + debian/patches/030_tests_skip_filechooser.patch:
1292 - New patch: skip filechooser tests as they are not designed to
1293 be run without gtk+ installed.
1294
1295 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 23 Feb 2013 20:37:27 +0100
1296
1297gtk+3.0 (3.6.4-1) experimental; urgency=low
1298
1299 * New upstream release
1300
1301 -- Sjoerd Simons <sjoerd@debian.org> Tue, 08 Jan 2013 13:54:26 +0100
1302
1303gtk+3.0 (3.6.3-1) experimental; urgency=low
1304
1305 * New upstream release.
1306 * Refresh patches.
1307 * debian/libgtk-3-bin.install: Install gtk-launch man page.
1308 * debian/libgtk-3-dev.install: Install gtkbuilder.rng RELAX NG schema file
1309 which can be used to validate GtkBuilder ui files.
1310
1311 -- Michael Biebl <biebl@debian.org> Fri, 04 Jan 2013 23:23:45 +0100
1312
1313gtk+3.0 (3.6.1-1) experimental; urgency=low
1314
1315 * Team upload
1316 * New upstream release 3.6.1
1317 - drop private symbols gtk_css_image_get_parser_type and
1318 gtk_style_properties_get_style from symbols file (made static upstream;
1319 verified not to be present in any header file)
1320
1321 -- Simon McVittie <smcv@debian.org> Mon, 22 Oct 2012 21:17:30 +0100
1322
1323gtk+3.0 (3.6.0-2) experimental; urgency=low
1324
1325 * debian/control.in: Add ${shlibs:Depends} Depends to libgtk-3-bin
1326
1327 -- Sjoerd Simons <sjoerd@debian.org> Wed, 03 Oct 2012 18:44:04 +0200
1328
1329gtk+3.0 (3.6.0-1) experimental; urgency=low
1330
1331 * New upstream release (3.6.0)
1332 * Sync with ubuntu:
1333 * debian/rules: Make test failures fatal again
1334 * debian/libgtk-3-0.symbols: Updated
1335 * debian/rules: Update build-depends
1336 * debian/libgtk-3-bin.install: Add gtk-launch: A new commandline utility
1337 to launch an application from its desktop file
1338 * Add autopkgtest support
1339 * debian/patches/072_statusicon_icon_size.patch:
1340 * Removed merged upstream
1341 * debian/patches/074_try-harder-to-discriminate-Shift-F10-and-F10.patch:
1342 * Removed, fixed upstream
1343 * debian/patches/073_transparent_colors.patch
1344 * Removed, fixed upstream
1345 * debian/control.in: bump glib2.0 build-dep to >= 2.33.14 to trump the dodgy
1346 version in unstable
1347 * debian/control.in: Bump gnome-themes-standard break due to theme related
1348 changes
1349
1350 -- Sjoerd Simons <sjoerd@debian.org> Wed, 03 Oct 2012 09:07:16 +0200
1351
1352gtk+3.0 (3.4.2-6) unstable; urgency=low
1353
1354 * Team upload.
1355 * debian/patches/076_check_wm_supports_hint.patch: This patch fixes the
1356 size and placement of popup menus with some window managers, such as
1357 Awesome and XMonad. Closes: #681974
1358
1359 -- Sébastien Villemot <sebastien@debian.org> Thu, 31 Jan 2013 18:09:43 +0100
1360
1361gtk+3.0 (3.4.2-5) unstable; urgency=low
1362
1363 * debian/patches/075_gtkplug-fix-handling-of-key-events-for-layouts.patch:
1364 This patch fixes handling of key events for different layouts in
1365 GtkPlug. In particular, it fixes the keyboard layout switching from
1366 gnome-screensaver when the screen is locked. Closes: #692235
1367 * debian/libgtk-3-0.symbols: add gdk_x11_keymap_get_group_for_state and
1368 gdk_x11_keymap_key_is_modifier which are introduced by the above patch
1369 (actually backported from the 3.5.2 API).
1370 * debian/rules: call dh_makeshlibs with -V 'libgtk-3-0 (>= 3.4.2-5~)',
1371 since we introduced new public symbols in this Debian revision.
1372
1373 -- Sébastien Villemot <sebastien@debian.org> Wed, 09 Jan 2013 11:00:22 +0100
1374
1375gtk+3.0 (3.4.2-4) unstable; urgency=low
1376
1377 * debian/patches/074_try-harder-to-discriminate-Shift-F10-and-F10.patch:
1378 With xkb-data 2.5.1-2.1 preserving the Shift modifier, GTK+ can properly
1379 map F10 and Shift-F10 to different key bindings. Closes: #658392
1380
1381 -- Michael Biebl <biebl@debian.org> Fri, 21 Sep 2012 18:30:41 +0200
1382
1383gtk+3.0 (3.4.2-3) unstable; urgency=low
1384
1385 [ Josselin Mouette ]
1386 * Update xrandr epoch.
1387
1388 [ Michael Biebl ]
1389 * debian/libgtk-3-0.postrm.in: Drop "rm -rf /etc/gtk-3.0/" on purge since
1390 this removes files owned by libgtk-3-common. Those bits were copied over
1391 from the gtk+2.0 package but they are actually obsolete and no longer
1392 required. Closes: #681198
1393 * debian/patches/073_transparent_colors.patch: Handle transparent colors
1394 better in GtkStyle emulation. Patch cherry-picked from upstream Git.
1395 Closes: #669694
1396 * debian/patches/070_revert-widget-set-up-signals-after-initializing.patch:
1397 This patch was a temporary workaround for a bug in mutter which has been
1398 fixed in version 3.4. It was not supposed to be shipped as part of wheezy,
1399 so drop it again.
1400 * If the NEWS or README file is larger than 4k in size append a .gz suffix
1401 as dh_compress will compress those files. This avoids dangling symlinks.
1402 Closes: #679754
1403
1404 -- Michael Biebl <biebl@debian.org> Mon, 06 Aug 2012 21:40:53 +0200
1405
1406gtk+3.0 (3.4.2-2) unstable; urgency=low
1407
1408 * debian/patches/072_statusicon_icon_size.patch: Fix how we determine the
1409 icon size for the statusicon. This fixes a crash in notification-daemon
1410 which was caused by an assertion failure. Closes: #669883
1411 Thanks to Fernando Lemos for the patch and Brad Jorsch for the excellent
1412 debugging.
1413
1414 -- Michael Biebl <biebl@debian.org> Sat, 30 Jun 2012 17:01:38 +0200
1415
1416gtk+3.0 (3.4.2-1) unstable; urgency=low
1417
1418 * New upstream release.
1419 * Simplify shlibs version information for libgail-3-0 and no longer create a
1420 dependency on libgail-3-common, this package has been dropped in 3.2.
1421
1422 -- Michael Biebl <biebl@debian.org> Thu, 10 May 2012 14:44:28 +0200
1423
1424gtk+3.0 (3.4.1-2) unstable; urgency=low
1425
1426 * Upload to unstable.
1427
1428 -- Michael Biebl <biebl@debian.org> Thu, 19 Apr 2012 02:46:25 +0200
1429
1430gtk+3.0 (3.4.1-1) experimental; urgency=low
1431
1432 [ Josselin Mouette ]
1433 * Break libvte-2.90-9 < 0.32 and libwebkitgtk-3.0-0 < 1.8.0 for the
1434 scrolling related changes. Closes: #666921.
1435
1436 [ Michael Biebl ]
1437 * New upstream release.
1438 - Fixes GtkPaned's handling of preferred size. Closes: #666718
1439 * Update dependencies according to configure.ac.
1440 * Drop explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop.
1441 * Refresh patches.
1442 * Remove leftovers from the opt flavor.
1443 * Set --sourcedir for the different flavors when running dh_install. This
1444 way the .install files can be simplified a lot which makes them much more
1445 readable.
1446 * Bump Standards-Version to 3.9.3.
1447 * Update Vcs-* URLs.
1448 * Remove --enable-xinput configure flag as xinput support is no longer
1449 optional and this flag has thus been removed upstream.
1450 * debian/patches/071_fix-installation-of-HTML-images.patch: Fix installation
1451 of HTML images for out-of-tree builds when using absolute paths.
1452 Closes: #656803
1453
1454 -- Michael Biebl <biebl@debian.org> Tue, 17 Apr 2012 20:59:19 +0200
1455
1456gtk+3.0 (3.4.0-1) experimental; urgency=low
1457
1458 * New upstream release.
1459 * Bump Build-Depends on cdbs for multiarch support.
1460 * debian/libgtk-3-0.symbols: Updated.
1461 * debian/rules: Bump SHVER to 3.3.18.
1462 * debian/control.in:
1463 - Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.20).
1464 - Drop explicit Build-Depends on gir1.2-atk-1.0, gir1.2-pango-1.0 and
1465 gir1.2-gdkpixbuf-2.0, those are pulled via the corresponding -dev
1466 package.
1467 - Update dependencies of libgtk-3-dev. Strip the minimum version from
1468 libx*-dev, since those versions were older then lenny anyway.
1469 - Remove a few obsolete Conflicts/Replaces.
1470 * Refresh patches.
1471 * Disable 043_notebook_scroll.patch, it needs to be updated.
1472 * Move org.gtk.Demo.gschema.xml gsettings schema from libgtk-3-common to
1473 gtk-3-examples. Add the necessary Breaks/Replaces.
1474 * debian/libgtk-3-bin.install.in: Install the man pages from the install
1475 directory, not the source directory.
1476 * debian/patches/070_revert-widget-set-up-signals-after-initializing.patch:
1477 Revert upstream commit which breaks the window decorations in
1478 gnome-shell resp. mutter 3.2.
1479
1480 -- Michael Biebl <biebl@debian.org> Wed, 28 Mar 2012 15:27:05 +0200
1481
1482gtk+3.0 (3.3.16-1) experimental; urgency=low
1483
1484 * New upstream development release.
1485 * debian/libgtk-3-0.symbols: Add new symbols.
1486 * debian/rules: Bump SHVER to 3.3.16.
1487 * debian/control.in:
1488 - Bump (Build-)Depends on libglib2.0-dev to (>= 2.31.18).
1489 - Bump (Build-)Depends on libgdk-pixbuf2.0-dev to (>= 2.25.2).
1490 - Drop Depends on libxml2-utils from libgtk-3-dev as gtk-builder-convert
1491 has been removed.
1492 - Drop Recommends on python and debhelper from libgtk-3-dev since it no
1493 longer includes a dh_gtkmodules debhelper addon.
1494 - Bump Breaks against gnome-themes-standard due to theming related
1495 changes.
1496 * Remove leftovers from the gtk3-engines-pixbuf package.
1497 * Update patches:
1498 - Drop 003_gdk.pc_privates.patch, fixed upstream in a similar way.
1499 - Drop 70-Fix-document-generation-in-out-of-tree-builds.patch, applied
1500 upstream.
1501 - Drop 041_ia32-libs.patch, no longer required with multiarch.
1502 - Disable 042_treeview_single-focus.patch for now since it has no
1503 description why this patch is needed and it needs to be updated.
1504 - Refresh remaining patches.
1505 * debian/gtk-3-examples.install.in: Install gtk3-widget-factory demo
1506 application.
1507 * Stop building static libraries which require a full separate build and
1508 appear to be unused.
1509 * Enable colord support for color-managed printing. Keep it disabled for the
1510 udeb build.
1511
1512 -- Michael Biebl <biebl@debian.org> Wed, 07 Mar 2012 01:16:05 +0100
1513
1514gtk+3.0 (3.2.3-1) unstable; urgency=low
1515
1516 * New upstream release.
1517 - Fixes segfault on arrow keypress in empty GtkIconView. Closes: #638704
1518 - Fixes a11y related crash in treeview. Closes: #652073
1519 - Fixes mouse grabbing when clicking resize grip. Closes: #630972
1520 * Update patches:
1521 - Drop 000git_gtk_tree_view_get_tooltip_context_annotation.patch, applied
1522 upstream.
1523 - Drop 080_filechooserdefault-Don-t-unref-value-twice.patch, applied
1524 upstream.
1525 - Refresh 017_no_offscreen_device_grabbing.patch,
1526 042_treeview_single-focus.patch and 043_notebook_scroll.patch.
1527 * Change section of gir1.2-gtk-3.0 to introspection.
1528
1529 -- Michael Biebl <biebl@debian.org> Tue, 20 Dec 2011 18:42:32 +0100
1530
1531gtk+3.0 (3.2.2-3) unstable; urgency=low
1532
1533 [ Martin Pitt ]
1534 * Add 000git_gtk_tree_view_get_tooltip_context_annotation.patch: Fix
1535 gtk_tree_view_get_tooltip_context() transfer annotation, causing crashes
1536 when using this method from Python.
1537 * Add 016_no_offscreen_widgets_grabbing.patch: Widgets inside
1538 GtkOffscreenWindow seem like they should not be allowed to do
1539 grab the mouse or whatever, as this can deactivate open menus.
1540 (LP: #512427, GNOME #607668)
1541 * Add 017_no_offscreen_device_grabbing.patch: Do not allow devices in an
1542 offscreen hierarchy to take grabs. (LP: #804009, GNOME #658563)
1543 * Add 018_gdkenumtypes.c_location.patch: Always generate gdk/gdkenumtypes.c
1544 in the source tree, and fix path in the introspection sources. With this,
1545 gdkenumtypes.c is correctly included with separate build trees, too. This
1546 fixes missing GTypes in the .gir when using a separate build tree.
1547 (LP: #769256, GNOME #647729)
1548 * debian/rules: Bump SHVER to 3.1.90.
1549 * Build for multiarch. Adapted Steve Langasek's changes to Ubuntu's gtk+2.0
1550 package:
1551 - debian/control.in: Bump build dependencies to multiarch aware versions.
1552 - debian/control.in: Add Multi-Arch: and necessary Pre-Depends: fields.
1553 (libraries/-dbg are "same", -doc/-bin are "foreign").
1554 - debian/rules: Use multiarch LIBDIR.
1555 - debian/libgail-3-dev.install, debian/libgail-3-0.install: Rename to
1556 *.in, and use @LIBDIR@ instead of hardcoded usr/lib.
1557 - debian/gir1.2-gtk-3.0.install.in: Use @LIBDIR@.
1558 - debian/libgtk-3-0.triggers.in, debian/libgtk-3-0.postinst.in,
1559 debian/rules: Also trigger on changes to the fallback non-multiarch
1560 module directory, which is now called @OLD_MODULES_BASE_PATH@.
1561 - Add 061_multiarch_module_fallback.patch: Fall back to the hard-coded
1562 pre-multiarch module directory when searching for modules. This
1563 maintains compatibility with packages installing modules to
1564 the old directories.
1565
1566 [ Josselin Mouette ]
1567 * Break murrine-themes (same reason as gnome-themes-standard).
1568 * Move /etc/gtk-3.0 to libgtk-3-common.
1569 * Add appropriate Breaks/Replaces to handle it.
1570 * Remove gtk-query-immodules-3.0 from libgtk-3-bin since it is
1571 clearly not Multi-Arch compatible. It should not be needed anyway,
1572 everything is handled by triggers from the private directory.
1573 * Remove incorrect M-A: same statement for the debug package.
1574 * Make libgtk-3-bin arch-any, thanks Rico for noticing.
1575
1576 [ Michael Biebl ]
1577 * debian/libgtk-3-0.postinst.in: If the non-multiarch immodules directory
1578 does not exist or is empty handle this case more gracefully and don't
1579 print an error message.
1580 * debian/patches/080_filechooserdefault-Don-t-unref-value-twice.patch: Fix
1581 incorrect ref counting which could lead to a crash in the filechooser.
1582 Closes: #650223
1583
1584 -- Michael Biebl <biebl@debian.org> Wed, 30 Nov 2011 00:25:29 +0100
1585
1586gtk+3.0 (3.2.2-2) unstable; urgency=low
1587
1588 * Upload to unstable.
1589 * debian/control.in:
1590 - Add Breaks against gnome-themes-standard (<< 3.2) due to the CSS theming
1591 related changes. Closes: #649203
1592 * Fix broken symlinks in /usr/share/doc. Closes: #647466
1593
1594 -- Michael Biebl <biebl@debian.org> Sat, 19 Nov 2011 00:01:03 +0100
1595
1596gtk+3.0 (3.2.2-1) experimental; urgency=low
1597
1598 * New upstream release.
1599 * Refresh patches.
1600
1601 -- Michael Biebl <biebl@debian.org> Mon, 14 Nov 2011 00:07:56 +0100
1602
1603gtk+3.0 (3.2.1-2) experimental; urgency=low
1604
1605 * debian/control.in:
1606 - Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
1607 required by autoreconf. Also bump it to (>= 1.11).
1608
1609 -- Michael Biebl <biebl@debian.org> Sat, 22 Oct 2011 00:30:44 +0200
1610
1611gtk+3.0 (3.2.1-1) experimental; urgency=low
1612
1613 [ Sjoerd Simons ]
1614 * New upstream release
1615 * debian/control.in: Update build-depends
1616 * debian/rules: Bump libgail SHVER depends
1617 * d/p/002_static-linking-dont-build-perf.patch: Removed, fixed upstream
1618 * d/p/030_xim-modules.patch: Removed, fixed upstream
1619 * d/p/045_trayicon-visual.patch: Removed, fixed upstream
1620 * d/p/003_gdk.pc_privates.patch: Refreshed
1621 * d/p/043_notebook_scroll.patch: Refreshed
1622 * d/p/044_tracker_fts.patch: Refreshed
1623 * debian/rules: Enable gtk-doc build with the shared build
1624
1625 [ Michael Biebl ]
1626 * debian/watch:
1627 - Track .xz tarballs.
1628 * debian/control.in:
1629 - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
1630 - Instead of depending on lynx | www-browser, make the -doc packages
1631 suggest devhelp.
1632
1633 [ Sjoerd Simons ]
1634 * debian/libgtk-3-0.symbols: Update symbols
1635 * Remove libgail-3-common package. Modules have been integrated directly into
1636 Gtk
1637 * debian/patches/70-Fix-document-generation-in-out-of-tree-builds.patch:
1638 + Added, fix documentation when build out of tree
1639
1640 -- Sjoerd Simons <sjoerd@debian.org> Fri, 21 Oct 2011 19:36:06 +0200
1641
1642gtk+3.0 (3.0.12-3) unstable; urgency=low
1643
1644 * 030_xim-modules.patch: stolen from upstream git. Fix the behavior of
1645 XIM modules. Closes: #633720.
1646 * 043_notebook_scroll.patch: handle a few more widgets to avoid
1647 alt+scroll being intercepted by ranges, spin buttons, combo boxes…
1648
1649 -- Josselin Mouette <joss@debian.org> Thu, 08 Sep 2011 13:01:03 +0200
1650
1651gtk+3.0 (3.0.12-2) unstable; urgency=low
1652
1653 [ Josselin Mouette ]
1654 * Tighten dependencies on libgtk-3-common. Closes: #636766.
1655
1656 [ Michael Biebl ]
1657 * debian/patches/045_trayicon-visual.patch: Fix assertion in trayicon-x11
1658 when visual is not available. Thanks to Vincent Bernat for the patch.
1659 Closes: #637067
1660 * debian/libgail-3-0.symbols: Remove trailing empty line which confuses
1661 dpkg-gensymbols.
1662 * Bump debhelper compatibility level to 8.
1663
1664 -- Michael Biebl <biebl@debian.org> Tue, 30 Aug 2011 01:57:26 +0200
1665
1666gtk+3.0 (3.0.12-1) unstable; urgency=low
1667
1668 * New upstream release.
1669 - GdkKeymap: Prevent an infinite loop in the non-XKB case.
1670 (Closes: #633917)
1671 * Stop installing libtool .la files.
1672
1673 -- Michael Biebl <biebl@debian.org> Thu, 28 Jul 2011 12:45:04 +0200
1674
1675gtk+3.0 (3.0.11-1) unstable; urgency=low
1676
1677 * New upstream release.
1678 - Fixes infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER.
1679 (Closes: #628457)
1680 * debian/patches/044_tracker_fts.patch: Enable Tracker full text search.
1681
1682 -- Michael Biebl <biebl@debian.org> Thu, 14 Jul 2011 14:45:24 +0200
1683
1684gtk+3.0 (3.0.10-1) unstable; urgency=low
1685
1686 [ Josselin Mouette ]
1687 * libgtk-3-0.postrm.in: fix badly written test.
1688
1689 [ Fabian Greffrath ]
1690 * Remove leftover diversions from the libgtk3.0-bin package
1691 that got replaced by libgtk-3-bin (Closes: #617662 ).
1692
1693 [ Michael Biebl ]
1694 * debian/watch: Switch to .bz2 tarballs.
1695 * New upstream release.
1696 * Refresh patches.
1697 * Bump Standards-Version to 3.9.2. No further changes.
1698 * Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent
1699 version.
1700 * Update package descriptions.
1701 * Drop debian/gruik2devhelp.awk and Build-Depends on gawk, obsolete.
1702
1703 [ Josselin Mouette ]
1704 * 043_notebook_scroll.patch: new patch. Reintroduce tab scrolling in
1705 GtkNotebook, but this time only when Alt is pressed, as recommended
1706 by upstream, and from the whole notebook area.
1707 * Drop debhelper 8 requirement so that it can build.
1708 * libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they
1709 already exist.
1710
1711 -- Josselin Mouette <joss@debian.org> Sat, 04 Jun 2011 22:51:06 +0200
1712
1713gtk+3.0 (3.0.8-1) unstable; urgency=low
1714
1715 * Make the -dev package depend on the gir package.
1716 * New upstream release.
1717 * Drop the mimeinfo.cache from the udeb, it’s been moved to
1718 gdk-pixbuf.
1719 * Upload to unstable; drop check-dist include.
1720
1721 -- Josselin Mouette <joss@debian.org> Sun, 10 Apr 2011 18:29:44 +0200
1722
1723gtk+3.0 (3.0.6-1) experimental; urgency=low
1724
1725 * New upstream release.
1726 + debian/libgtk-3-0.symbols:
1727 - Updated.
1728 * debian/control.in:
1729 + Tighten libatk1.0-dev b-d to make sure we get an Atk-1.0.gir file.
1730
1731 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 26 Mar 2011 00:00:41 +0000
1732
1733gtk+3.0 (3.0.3-1) experimental; urgency=low
1734
1735 * New upstream release.
1736 + debian/control.in:
1737 - Bump minimum libpango1.0-dev dependency.
1738
1739 -- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 14 Mar 2011 23:34:09 +0000
1740
1741gtk+3.0 (3.0.2-1) experimental; urgency=low
1742
1743 * New upstream release
1744 * debian/patches/080_prevent_invalid_free.patch
1745 - Removed. fixed upstream
1746
1747 -- Sjoerd Simons <sjoerd@debian.org> Wed, 09 Mar 2011 23:46:48 +0000
1748
1749gtk+3.0 (3.0.1-2) experimental; urgency=low
1750
1751 * debian/patches/080_prevent_invalid_free.patch
1752 - Added. Prevent invalid free on double/tripple click events (from upstream
1753 git)
1754
1755 -- Sjoerd Simons <sjoerd@debian.org> Sat, 26 Feb 2011 16:02:13 +0000
1756
1757gtk+3.0 (3.0.1-1) experimental; urgency=low
1758
1759 [ Robert Ancell ]
1760 * debian/libgtk-3-bin.postrm:
1761 * debian/libgtk-3-bin.preinst:
1762 - Fix package name used in diversion
1763
1764 [ Emilio Pozuelo Monfort ]
1765 * New upstream release.
1766
1767 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 22 Feb 2011 20:36:55 +0000
1768
1769gtk+3.0 (3.0.0-1) experimental; urgency=low
1770
1771 [ Emilio Pozuelo Monfort ]
1772 * New upstream release.
1773 + debian/control.in:
1774 - Stop building the pixbuf package, it hasn't been ported to the
1775 new style API so is useless.
1776 + debian/patches/006_reenable_pixbuf_engine.patch:
1777 - Removed, no longer necessary.
1778 + debian/libgtk3.0-0.symbols:
1779 - Updated.
1780 + debian/libgtk3.0-dev.install.in,
1781 debian/libgtk3.0-dev.manpages,
1782 debian/rules:
1783 - gtk-builder-convert is gone, stop shipping it.
1784
1785 [ Robert Ancell ]
1786 * New upstream release
1787 * Rename binary packages to new so naming
1788 * debian/control:
1789 - Bump build-depends on libglib2.0-dev, libgdk-pixbuf2.0-dev, libatk1.0-dev,
1790 gobject-introspection
1791 * debian/libgail-3-0.symbols:
1792 * debian/libgtk-3-0.symbols:
1793 - Updated
1794 - Mark symbols with stable version number
1795 * debian/rules:
1796 - Bump SHVER
1797
1798 [ Emilio Pozuelo Monfort ]
1799 * Fix some leftovers after the renaming.
1800
1801 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 19 Feb 2011 11:40:36 +0000
1802
1803gtk+3.0 (2.99.2-1) experimental; urgency=low
1804
1805 * New upstream release.
1806 + d/p/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch
1807 d/p/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch
1808 d/p/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch
1809 - Removed, included upstream.
1810 + debian/libgtk3.0-0.symbols:
1811 - Updated.
1812 + debian/rules:
1813 - Bumped the shver.
1814
1815 -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 13 Jan 2011 18:36:27 +0000
1816
1817gtk+3.0 (2.99.1-1) experimental; urgency=low
1818
1819 [ Robert Ancell ]
1820 * debian/control.in:
1821 - Bump build-depends on libglib2.0-dev
1822 * debian/libgtk3.0-0.symbols:
1823 - Updated.
1824 * debian/libgtk3.0-dev.install.in
1825 - gdkconfig.h no longer distributed
1826 * debian/rules:
1827 - Bumped the shver.
1828 * debian/patches/001_static-linking-dont-query-immodules.patch:
1829 * debian/patches/005_support_disabling_x11_extensions.patch:
1830 * debian/patches/003_gdk.pc_privates.patch:
1831 * debian/patches/070_mandatory-relibtoolize.patch:
1832 * debian/patches/041_ia32-libs.patch:
1833 * debian/patches/002_static-linking-dont-build-perf.patch:
1834 * debian/patches/004_git_add_missing_include.patch:
1835 * debian/patches/042_treeview_single-focus.patch:
1836 - Refreshed.
1837
1838 [ Emilio Pozuelo Monfort ]
1839 * New upstream release.
1840 + debian/rules:
1841 - Pass --enable-xinput instead of --with-xinput=yes.
1842 - Bump the shver.
1843 + debian/patches/004_git_add_missing_include.patch,
1844 debian/patches/005_support_disabling_x11_extensions.patch,
1845 debian/patches/007-continue-to-install-gdk-TARGET-3.0.pc.patch:
1846 - Removed, included upstream.
1847 + debian/patches/061_use_pdf_as_default_printing_standard.patch:
1848 - Removed. The cups backend part has been fixed upstream in a (better)
1849 different way, and the lpr part doesn't make sense as we don't know
1850 if the job will be sent to CUPS or not.
1851 + debian/patches/070_mandatory-relibtoolize.patch,
1852 debian/rules:
1853 - Switch to dh-autoreconf.
1854 + debian/patches/*:
1855 - Refreshed.
1856 + debian/libgtk3.0-0.symbols,
1857 debian/libgail3.0-0.symbols:
1858 - Updated.
1859 + debian/libgtk3.0-*.{install.in,manpages},
1860 debian/rules:
1861 - Install manpages and binaries with the -3.0 suffix as upstream has
1862 stopped doing so.
1863 * Switch to CDBS' flavours system.
1864 * debian/rules:
1865 + Remove hack to build on PowerPC64. That port is dead, and if it's
1866 ever back, hopefully we won't need to workaround toolchain issues.
1867 + Pass -O1 to the linker so dynamic loading is faster.
1868 * d/patches/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch
1869 d/patches/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch
1870 d/patches/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch
1871 + Backport patches from upstream git. They fix rendering issues and
1872 assertion failures.
1873
1874 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 12 Jan 2011 22:06:17 +0000
1875
1876gtk+3.0 (2.91.6-1) experimental; urgency=low
1877
1878 * New upstream release.
1879 + debian/patches/004_git_dont_setup_timeout_twice.patch:
1880 - Removed, included upstream.
1881 + debian/patches/004_git_add_missing_include.patch:
1882 - New patch from upstream git, add a missing include that
1883 otherwise caused the build to fail when disabling X extensions.
1884 + debian/patches/006_reenable_pixbuf_engine.patch:
1885 - New patch. Build the pixbuf engine even if it hasn't been ported to
1886 the new GtkThemingEngine API.
1887 + debian/patches/*:
1888 - Refreshed.
1889 + debian/libgtk3.0-0.symbols:
1890 - Updated.
1891 - Add Build-Depends-Package.
1892 + debian/rules:
1893 - Bumped the shver.
1894 - Disable silent builds.
1895 * Let gir1.2-gtk-3.0 replace gir1.0-gtk-3.0.
1896
1897 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 18 Dec 2010 16:00:23 +0000
1898
1899gtk+3.0 (2.91.5-2) experimental; urgency=low
1900
1901 * debian/control.in,
1902 debian/rules:
1903 + Remove the chrpath hack, it's been fixed in libtool.
1904 * Update to the new gir policy:
1905 - Rename gir1.0-gtk-3.0 to gir1.2-gtk-3.0.
1906 - Bump the gobject-introspection build dependency.
1907 - Build depend on gir1.2 packages.
1908
1909 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 12 Dec 2010 16:03:02 +0100
1910
1911gtk+3.0 (2.91.5-1) experimental; urgency=low
1912
1913 * New upstream release.
1914 + debian/patches/004_gtk_gir_build.patch:
1915 - Removed, fixed upstream.
1916 + debian/patches/004_git_dont_setup_timeout_twice.patch:
1917 - New patch from upstream git, don't setup a timeout in
1918 gtkspinners twice.
1919 + debian/patches/070_mandatory-relibtoolize.patch:
1920 - Updated.
1921 + debian/libgtk3.0-0.symbols:
1922 - Updated.
1923
1924 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 30 Nov 2010 23:13:17 +0100
1925
1926gtk+3.0 (2.91.4-2) experimental; urgency=low
1927
1928 [ Laurent Bigonville ]
1929 * debian/watch: Bump version to 3
1930
1931 [ Emilio Pozuelo Monfort ]
1932 * Add gir1.0-gtk-3.0, based on the gir1.0-gtk-2.0 Ubuntu patch.
1933 * debian/patches/004_gtk_gir_build.patch:
1934 + Fix the introspection build.
1935 * debian/patches/070_mandatory-relibtoolize.patch:
1936 + Updated.
1937
1938 [ Sjoerd Simons ]
1939 * Update build-depends to properly depend on -dev packages with .gir
1940 * Target experimental
1941
1942 -- Sjoerd Simons <sjoerd@debian.org> Sat, 27 Nov 2010 17:01:51 +0000
1943
1944gtk+3.0 (2.91.4-1) experimental; urgency=low
1945
1946 * debian/libgtk3.0-common.install:
1947 + Ship the GSettings schemas.
1948 * New upstream release.
1949 + debian/control.in:
1950 - Bump glib2.0 build requirement.
1951 + debian/patches/*:
1952 - Refreshed.
1953 * debian/libgtk3.0-bin.{preinst,postrm}:
1954 + Add #DEBHELPER# token. Make errors fatal with set -e.
1955 * debian/rules:
1956 + Exclude .in files from the dh_installdocs call, so that
1957 it picks the real .doc-base files and not the .in ones.
1958 * debian/libgtk3.0-doc.doc-base.gdk{,.in}:
1959 + Don't hardcode the package name, generate it at build time.
1960 * debian/libgail3.0-doc.doc-base.gail-reference:
1961 + Fix paths to the manual.
1962
1963 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Nov 2010 06:30:33 +0100
1964
1965gtk+3.0 (2.91.3-1) experimental; urgency=low
1966
1967 [ Sebastian Dröge ]
1968 * Initial GTK+ 3 packaging.
1969
1970 [ Rico Tzschichholz ]
1971 * New upstream development release
1972 * some fixes and changes
1973
1974 [ Sjoerd Simons ]
1975 * New upstream release (2.91.3)
1976 * debian/patches/009_gtk-export-filechooser.patch:
1977 + Removed. Doesn't apply anymore and was only needed for hildon
1978 * Update build-depends to cairo >= 1.10.0 and glib-2.0 >= 2.27.0
1979 * debian/patches/070_mandatory-relibtoolize.patch
1980 + Updated
1981 * Update the faq/tutorial index files names
1982 * debian/control.in:
1983 + Add dependency on docbook-utils for db2html to generate the documentation
1984 html during build
1985 * Update the symbols file
1986 * Version various document index files so they don't conflict with their
1987 gtk2 flavour
1988 * debian/libgtk3-bin.preinst, debian/libgtk3-bin.postrm:
1989 + Divert gtk+2.0's update-icon-caches. The format remained the same so this
1990 is safe to do
1991 * debian/ruels, libtk3.0-doc.*: Tutorial and FAQ have been removed from the
1992 gtk source as they were updated, stop trying to install them
1993 * debian/libgail3.0-doc.doc-base.gail-reference
1994 + Rename the doc-base to gail-reference-3.0 to not conflict with
1995 libgail3.0-doc
1996 * debian/copyright updated/rewritten
1997
1998 -- Sjoerd Simons <sjoerd@debian.org> Sun, 07 Nov 2010 20:45:46 +0000
1999
2000gtk+2.0 (2.21.5-1) experimental; urgency=low
2001
2002 * New upstream development release:
2003 + debian/control.in,
2004 debian/rules,
2005 debian/*:
2006 - Remove all mentions of gdk-pixbuf and (build-) depend on it.
2007 + debian/libgtk2.0-0.postinst.in,
2008 debian/libgtk2.0-0.postrm.in,
2009 debian/libgtk2.0-0.triggers.in,
2010 debian/dh_gtkmodules.in:
2011 - Handle immodules by triggers and deprecate dh_gtkmodules.
2012 + debian/patches/*:
2013 - Refreshed.
2014 - Remove gdk-pixbuf and immodule patches.
2015 + debian/rules,
2016 debian/libgtk2.0-0.symbols:
2017 - Update for new API symbols.
2018 + debian/update-gdkpixbuf-loaders*,
2019 debian/update-gtk-immodules*:
2020 - Drop module update scripts which are no-ops since 2.10.1.
2021
2022 -- Sebastian Dröge <slomo@debian.org> Thu, 22 Jul 2010 21:01:09 +0200
2023
2024gtk+2.0 (2.21.2-1) experimental; urgency=low
2025
2026 * New upstream development release:
2027 + debian/rules,
2028 debian/libgtk2.0-0.symbols:
2029 - Update for new API symbols.
2030 + debian/patches/070_mandatory-relibtoolize.patch:
2031 - Regenerated for the new version.
2032 + debian/control.in:
2033 - Update GLib (build-) dependency to >= 2.25.8.
2034
2035 -- Sebastian Dröge <slomo@debian.org> Fri, 11 Jun 2010 12:19:30 +0200
2036
2037gtk+2.0 (2.21.1-1) experimental; urgency=low
2038
2039 * New upstream development release:
2040 + debian/rules,
2041 debian/libgtk2.0-0.symbols:
2042 - Update for new API symbols.
2043 + debian/patches/070_mandatory-relibtoolize.patch:
2044 - Regenerated for the new version.
2045
2046 -- Sebastian Dröge <slomo@debian.org> Mon, 31 May 2010 09:45:32 +0200
2047
2048gtk+2.0 (2.21.0-1) experimental; urgency=low
2049
2050 * New upstream development release:
2051 + debian/rules,
2052 debian/libgtk2.0-0.symbols:
2053 - Update for new API symbols.
2054 + debian/patches/002_static-linking-dont-build-perf.patch:
2055 - Refreshed.
2056 + debian/patches/070_mandatory-relibtoolize.patch:
2057 - Regenerated for the new version.
2058
2059 -- Sebastian Dröge <slomo@debian.org> Sat, 08 May 2010 08:20:19 +0200
2060
2061gtk+2.0 (2.20.1-1) unstable; urgency=low
2062
2063 * New upstream bugfix release:
2064 + debian/patches/006_support-for-tracker-0.8-stable-releases.patch:
2065 - Dropped, merged upstream.
2066 + debian/patches/003_gdk.pc_privates.patch:
2067 - Updated to apply cleanly again.
2068 + debian/patches/070_mandatory-relibtoolize.patch:
2069 - Regenerated for the new version.
2070
2071 -- Sebastian Dröge <slomo@debian.org> Mon, 03 May 2010 07:26:14 +0200
2072
2073gtk+2.0 (2.20.0-3) unstable; urgency=low
2074
2075 * debian/control.in
2076 - Add Vcs-* fields.
2077 - Add Homepage field.
2078 * debian/patches/006_support-for-tracker-0.8-stable-releases.patch
2079 - Add support for tracker 0.8 stable and future 0.9 releases. Also add
2080 support for loading the search engines on demand until they are actually
2081 needed. Patch is backported from upstream Git branch "tracker-0.8".
2082 * Refresh patches to apply cleanly.
2083
2084 -- Michael Biebl <biebl@debian.org> Wed, 14 Apr 2010 20:39:28 +0200
2085
2086gtk+2.0 (2.20.0-2) unstable; urgency=low
2087
2088 * Upload to unstable.
2089
2090 -- Sebastian Dröge <slomo@debian.org> Wed, 31 Mar 2010 09:16:00 +0200
2091
2092gtk+2.0 (2.20.0-1) experimental; urgency=low
2093
2094 [ Emilio Pozuelo Monfort ]
2095 * debian/rules,
2096 debian/control.in,
2097 debian/libgtk-directfb-2.0-0.*,
2098 debian/libgtk-directfb-2.0-dev.*,
2099 debian/patches/090_directfb-map-virtual-modifiers.patch,
2100 debian/patches/series:
2101 - Drop the DirectFB enabled GTK+ packages. They were needed for the
2102 graphical installer but it's now switching to X11 so we don't need
2103 them anymore.
2104 * debian/rules:
2105 - Move --with-xinput=yes and --with-libjasper to configure_flags
2106 since they are common to all of our flavours.
2107
2108 [ Sebastian Dröge ]
2109 * New upstream stable release:
2110 + debian/patches/070_mandatory-relibtoolize.patch:
2111 - Regenerated for the new version.
2112 + debian/rules,
2113 debian/libgtk2.0-0.symbols:
2114 - Update SHVER to 2.20.0 for the new API to force dependencies
2115 on the stable version.
2116 + debian/control.in:
2117 - Update GLib build dependency and tighten some -dev package dependencies.
2118 + debian/patches/003_gdk.pc_privates.patch:
2119 - Updated to apply cleanly again.
2120
2121 -- Sebastian Dröge <slomo@debian.org> Tue, 23 Mar 2010 15:55:56 +0100
2122
2123gtk+2.0 (2.19.7-3) experimental; urgency=low
2124
2125 * debian/control.in:
2126 - Build depend on xsltproc, needed to generate the mime cache.
2127 It was brought indirectly by gtk-doc-tools, but that's on
2128 Build-Depends-Indep which isn't enough.
2129
2130 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Mar 2010 15:30:32 +0100
2131
2132gtk+2.0 (2.19.7-2) experimental; urgency=low
2133
2134 [ Cyril Brulebois ]
2135 * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
2136 graphical installer. Closes: #573872.
2137 - Replace libgtk-directfb-2.0-0-udeb with libgtk-x11-udeb in control
2138 file.
2139 - Update description accordingly.
2140 - Update .install.in accordingly, using the “shared_udeb” flavour,
2141 based on the “shared” one, but with a few X11 extensions disabled.
2142 - Update package name and file paths accordingly in rules file.
2143 * Version/Bump some B-D to make sure the udeb gets proper dependencies
2144 on the recently reworked/added udebs:
2145 - libx11-dev
2146 - libxcursor-dev
2147 - libxext-dev
2148 - libxi-dev
2149 - libxinerama-dev
2150 - libxrender-dev
2151 * Add one patch to make it possible to disable X11 extensions, and
2152 refresh the other one accordingly:
2153 - 005_support_disabling_x11_extensions.patch
2154 - 070_mandatory-relibtoolize.patch
2155 * Ship a minimal MIME database in the udeb, since the loaders mechanism
2156 isn’t sufficient to get proper PNG support:
2157 - Add shared-mime-info to Build-Depends to ensure that the
2158 update-mime-database tool is available at build-time, as well as
2159 the source freedesktop.org.xml file.
2160 - Add debian/keep-png-only.xsl to only keep the mime-type matching
2161 type="image/png". Matching with namespaces is tricky, see the
2162 comments in the XSL file for the details.
2163 - Build a MIME cache, and only ship the resulting mime.cache file
2164 under /usr/share/mime in the udeb.
2165 - While this is dirty, that should do the trick until it is needed
2166 for shared-mime-info to ship its own udeb.
2167
2168 [ Emilio Pozuelo Monfort ]
2169 * Rename the udeb to libgtk2.0-0-udeb.
2170 * Standards-Version is 3.8.4, no changes needed.
2171
2172 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Mar 2010 01:01:48 +0100
2173
2174gtk+2.0 (2.19.7-1) experimental; urgency=low
2175
2176 * New upstream development release:
2177 + debian/patches/070_mandatory-relibtoolize.patch:
2178 - Regenerated for the new version.
2179
2180 -- Sebastian Dröge <slomo@debian.org> Fri, 12 Mar 2010 15:59:27 +0100
2181
2182gtk+2.0 (2.19.6-1) experimental; urgency=low
2183
2184 * New upstream development release:
2185 + debian/patches/070_mandatory-relibtoolize.patch:
2186 - Regenerated for the new version.
2187 + debian/rules,
2188 debian/libgtk-directfb-2.0-0.symbols,
2189 debian/libgtk2.0-0.symbols:
2190 - Update SHVER to 2.19.6 for the new API and add new symbols.
2191 * debian/patches/090_directfb-map-virtual-modifiers.patch:
2192 + Update to add just another stub to fix the build.
2193
2194 -- Sebastian Dröge <slomo@debian.org> Wed, 24 Feb 2010 10:01:31 +0100
2195
2196gtk+2.0 (2.19.5-1) experimental; urgency=low
2197
2198 * New upstream development release:
2199 + debian/patches/070_mandatory-relibtoolize.patch:
2200 - Regenerated for the new version.
2201 + debian/rules,
2202 debian/libgtk-directfb-2.0-0.symbols,
2203 debian/libgtk2.0-0.symbols:
2204 - Update SHVER to 2.19.5 for the new API and add new symbols.
2205
2206 -- Sebastian Dröge <slomo@debian.org> Wed, 10 Feb 2010 09:38:52 +0100
2207
2208gtk+2.0 (2.19.4-1) experimental; urgency=low
2209
2210 * New upstream development release:
2211 + debian/patches/070_mandatory-relibtoolize.patch:
2212 - Regenerated for the new version.
2213 + debian/rules,
2214 debian/libgtk-directfb-2.0-0.symbols,
2215 debian/libgtk2.0-0.symbols:
2216 - Update SHVER to 2.19.4 for the new API and add new symbols.
2217
2218 -- Sebastian Dröge <slomo@debian.org> Tue, 26 Jan 2010 08:25:41 +0100
2219
2220gtk+2.0 (2.19.3-1) experimental; urgency=low
2221
2222 * New upstream development release:
2223 + debian/patches/070_mandatory-relibtoolize.patch:
2224 - Regenerated for the new version.
2225 + debian/rules,
2226 debian/libgtk-directfb-2.0-0.symbols,
2227 debian/libgtk2.0-0.symbols:
2228 - Update SHVER to 2.19.3 for the new API and add new symbols.
2229 + debian/patches/091_size_allocate_crash.patch:
2230 - Dropped, merged upstream.
2231
2232 -- Sebastian Dröge <slomo@debian.org> Mon, 11 Jan 2010 20:36:25 +0100
2233
2234gtk+2.0 (2.19.2-2) experimental; urgency=low
2235
2236 * debian/patches/091_size_allocate_crash.patch:
2237 + Patch from upstream GIT to fix a crash on size allocations.
2238 Thanks to Sebastien Bacher.
2239
2240 -- Sebastian Dröge <slomo@debian.org> Wed, 06 Jan 2010 11:42:07 +0100
2241
2242gtk+2.0 (2.19.2-1) experimental; urgency=low
2243
2244 [ Emilio Pozuelo Monfort ]
2245 * debian/patches/000_gtk+-2.0.6-exportsymbols.patch:
2246 + Removed, it wasn't being applied and hasn't been relevant for a
2247 long time.
2248
2249 [ Sebastian Dröge ]
2250 * New upstream development release:
2251 + debian/patches/070_mandatory-relibtoolize.patch:
2252 - Regenerated for the new version.
2253 + debian/rules,
2254 debian/libgtk-directfb-2.0-0.symbols,
2255 debian/libgtk2.0-0.symbols:
2256 - Update SHVER to 2.19.2 for the new API and add new symbols.
2257 * debian/patches/090_directfb-map-virtual-modifiers.patch:
2258 + Fix compilation of the DirectFB backend, patch adapted from
2259 upstream commit to fix the Quartz backend.
2260
2261 -- Sebastian Dröge <slomo@debian.org> Mon, 04 Jan 2010 10:43:48 +0100
2262
2263gtk+2.0 (2.19.1-1) experimental; urgency=low
2264
2265 * New upstream development release:
2266 + debian/rules:
2267 - Include check-dist.mk to prevent accidental uploads to unstable.
2268 + debian/control.in:
2269 - Update ATK build dependency.
2270 + debian/rules,
2271 debian/libgtk-directfb-2.0-0.symbols,
2272 debian/libgtk2.0-0.symbols:
2273 - Update SHVER to 2.19.1 for the new API and add new symbols.
2274 + debian/patches/009_gtk-export-filechooser.patch,
2275 debian/patches/021_loader-files-d.patch:
2276 - Updated to apply cleanly again.
2277 + debian/patches/070_mandatory-relibtoolize.patch:
2278 - Regenerated for the new version.
2279
2280 -- Sebastian Dröge <slomo@debian.org> Tue, 01 Dec 2009 15:28:10 +0100
2281
2282gtk+2.0 (2.18.4-1) unstable; urgency=low
2283
2284 * New upstream bugfix release:
2285 + debian/patches/070_mandatory-relibtoolize.patch:
2286 - Updated for the new version.
2287 + debian/patches/091_dont-omit-gtk-icon-size-dialog.patch,
2288 debian/patches/092_gtk-image-size-allocation.patch:
2289 - Dropped, merged upstream.
2290
2291 -- Sebastian Dröge <slomo@debian.org> Tue, 01 Dec 2009 07:46:18 +0100
2292
2293gtk+2.0 (2.18.3-1) unstable; urgency=low
2294
2295 * New upstream bugfix release:
2296 + debian/patches/070_mandatory-relibtoolize.patch:
2297 - Updated for the new version.
2298 * debian/patches/091_dont-omit-gtk-icon-size-dialog.patch:
2299 + Patch from upstream GIT to not omit GTk_ICON_SIZE_DIALOG
2300 when searching for an appropiate icon size.
2301 * debian/patches/092_gtk-image-size-allocation.patch:
2302 + Patch from upstream GIT to fix size allocation of GtkImage.
2303
2304 -- Sebastian Dröge <slomo@debian.org> Sun, 18 Oct 2009 13:23:44 +0200
2305
2306gtk+2.0 (2.18.2-1) unstable; urgency=low
2307
2308 * New upstream bugfix release:
2309 + debian/patches/070_mandatory-relibtoolize.patch:
2310 - Updated for the new version.
2311 + 090_directfb-backend-compilation-fix.patch:
2312 - Dropped, merged upstream.
2313
2314 -- Sebastian Dröge <slomo@debian.org> Tue, 06 Oct 2009 07:41:45 +0200
2315
2316gtk+2.0 (2.18.1-1) unstable; urgency=low
2317
2318 * New upstream bugfix release:
2319 + debian/patches/070_mandatory-relibtoolize.patch:
2320 - Updated for the new version.
2321 + 090_directfb-backend-compilation-fix.patch:
2322 - Fix compilation of the DirectFB backend, see
2323 https://bugzilla.gnome.org/show_bug.cgi?id=596959
2324
2325 -- Sebastian Dröge <slomo@debian.org> Thu, 01 Oct 2009 07:20:43 +0200
2326
2327gtk+2.0 (2.18.0-1) unstable; urgency=low
2328
2329 * New upstream stable release:
2330 + debian/rules,
2331 debian/*.symbols:
2332 - Updated for the new version.
2333 + debian/patches/005_gdk_directfb_window_new.patch:
2334 - Dropped, merged upstream.
2335 + debian/patches/070_mandatory-relibtoolize.patch:
2336 - Updated for the new version.
2337
2338 -- Sebastian Dröge <slomo@debian.org> Wed, 23 Sep 2009 06:36:41 +0200
2339
2340gtk+2.0 (2.17.11-1) experimental; urgency=low
2341
2342 * New upstream development release:
2343 + debian/patches/070_mandatory-relibtoolize.patch:
2344 - Updated for the new version.
2345 + debian/rules,
2346 debian/*.symbols:
2347 - Updated for the new version.
2348
2349 -- Sebastian Dröge <slomo@debian.org> Sat, 05 Sep 2009 07:16:24 +0200
2350
2351gtk+2.0 (2.17.10-1) experimental; urgency=low
2352
2353 * New upstream development release:
2354 + debian/patches/070_mandatory-relibtoolize.patch:
2355 - Updated for the new version.
2356 + debian/rules,
2357 debian/*.symbols:
2358 - Updated for the new version.
2359 * -
2360
2361 -- Sebastian Dröge <slomo@debian.org> Sat, 05 Sep 2009 07:16:21 +0200
2362
2363gtk+2.0 (2.17.9-1) experimental; urgency=low
2364
2365 [ Josselin Mouette ]
2366 * Clean up the .la files in all -dev packages, not only in the main
2367 one.
2368
2369 [ Sebastian Dröge ]
2370 * New upstream development release:
2371 + debian/patches/070_mandatory-relibtoolize.patch:
2372 - Updated for the new version.
2373 + debian/rules,
2374 debian/*.symbols:
2375 - Updated for the new version.
2376
2377 -- Sebastian Dröge <slomo@debian.org> Tue, 25 Aug 2009 18:37:11 +0200
2378
2379gtk+2.0 (2.17.8-1) experimental; urgency=low
2380
2381 [ Emilio Pozuelo Monfort ]
2382 * New upstream development release.
2383 - Handle printers needing authentication. Closes: #499759.
2384 - Update libglib2.0-dev requirement.
2385 * debian/watch:
2386 - Don't uupdate.
2387 * debian/rules:
2388 - Configure with --with-libjasper, it's disabled by default now.
2389 * debian/control.in:
2390 - Remove conflicts and replaces no longer needed for packages in stable.
2391 - Standards-Version is 3.8.3, no changes needed.
2392 * debian/patches/005_xpmico.patch:
2393 - Removed, this check is not needed as HeaderSize can't overflow because
2394 IconCount will be at most 16 bits, and that multiplied by 16 is not
2395 enough to overflow an integer. (Checked with upstream)
2396 * debian/patches/001_static-linking-dont-query-immodules.patch,
2397 debian/patches/002_static-linking-dont-build-perf.patch:
2398 - Add headers.
2399 * debian/patches/005_gdk_directfb_window_new.patch:
2400 - New patch. Readd gdk_directfb_window_new(), which is exported in the
2401 public API and was removed by mistake.
2402 * debian/patches/*
2403 - Refreshed.
2404 * debian/libgtk-directfb-2.0-0.symbols,
2405 debian/libgtk2.0-0.symbols:
2406 - Updated for the new symbols. There's one symbol removed from the
2407 directfb backend, gdk_display_pointer_grab(). It wasn't exported in
2408 the headers, nor was supposed to be public, so if something out there
2409 is using it, they are doing it wrong.
2410 * debian/rules:
2411 - Remove a trailing backslash that prevented -c4 to be passed to
2412 dh_makeshlibs.
2413
2414 -- Josselin Mouette <joss@debian.org> Thu, 20 Aug 2009 18:29:04 +0200
2415
2416gtk+2.0 (2.16.5-1) unstable; urgency=low
2417
2418 * New upstream bugfix release:
2419 + debian/patches/070_mandatory-relibtoolize.patch:
2420 - Regenerated for the new version.
2421
2422 -- Sebastian Dröge <slomo@debian.org> Tue, 21 Jul 2009 08:09:50 +0200
2423
2424gtk+2.0 (2.16.4-1) unstable; urgency=low
2425
2426 * New upstream bugfix release:
2427 + debian/patches/070_mandatory-relibtoolize.patch:
2428 - Regenerated for the new version.
2429
2430 -- Sebastian Dröge <slomo@debian.org> Thu, 02 Jul 2009 06:09:04 +0200
2431
2432gtk+2.0 (2.16.3-1) unstable; urgency=low
2433
2434 * New upstream bugfix release:
2435 + debian/patches/070_mandatory-relibtoolize.patch:
2436 - Regenerated for the new version.
2437 * debian/control.in:
2438 + Update Standards-Version to 3.8.2.
2439
2440 -- Sebastian Dröge <slomo@debian.org> Mon, 29 Jun 2009 11:39:01 +0200
2441
2442gtk+2.0 (2.16.2-1) unstable; urgency=low
2443
2444 [ Loic Minier ]
2445 * Fix string concat in dh_gtkmodules; thanks Kanru Chen; closes: #528782.
2446
2447 [ Sebastian Dröge ]
2448 * New upstream bugfix release:
2449 + debian/patches/091_workaround_no_gtk_init_incorrect_display.patch:
2450 - Dropped, merged upstream.
2451 + debian/patches/070_mandatory-relibtoolize.patch:
2452 - Regenerated for the new version.
2453 + debian/*.install:
2454 - Install the manpages from their source locations as
2455 they're not installed anymore for some reason.
2456 * debian/control.in:
2457 + Updated Standards-Version to 3.8.1, no additional changes needed.
2458
2459 -- Sebastian Dröge <slomo@debian.org> Tue, 02 Jun 2009 07:44:43 +0200
2460
2461gtk+2.0 (2.16.1-2) unstable; urgency=low
2462
2463 [ Loic Minier ]
2464 * Fix test-print-backend configure flag addition.
2465 * Set opt_configure_flags to $(shared_configure_flags) in the sample opt
2466 flavor for armel and move the opt flavor and check flavors below the
2467 definition of other flags.
2468
2469 -- Josselin Mouette <joss@debian.org> Thu, 16 Apr 2009 18:08:02 +0200
2470
2471gtk+2.0 (2.16.1-1) experimental; urgency=low
2472
2473 [ Loic Minier ]
2474 * Clarify dh_gtkmodules doc slightly.
2475
2476 [ Gustavo Noronha Silva ]
2477 * debian/series:
2478 - forgot to add 022_disable-viqr-im-for-vi-locale.patch and
2479 061_use_pdf_as_default_printing_standard.patch to the series file
2480 (thanks to seb128 for noticing)
2481 * debian/control.in:
2482 - sync Replaces with ubuntu's package for easier migration from Ubuntu
2483 to Debian ;)
2484
2485 [ Josselin Mouette ]
2486 * Make update-icon-caches always generate the cache, now that dh_icons
2487 is widespread.
2488
2489 [ Sebastian Dröge ]
2490 * debian/libgtk-directfb-2.0-0.symbols,
2491 debian/libgtk2.0-0.symbols,
2492 debian/libgail18.symbols,
2493 debian/rules:
2494 + Add symbol files for GTK.
2495
2496 [ Loic Minier ]
2497 * Merge the following changes by Emmet Hikory:
2498
2499 [ Emmet Hikory ]
2500 * Port optimised flavor work by Loic Minier from pango1.0:
2501 - Rework flavor-specific vars.
2502 + Introduce $(flavor) which is set to $* to clarify implicit rules
2503 + Rename common_configure_flags to configure_flags
2504 + Introduce the flavor_get macro to use a flavor specific override or
2505 fallback to the common defaults for make vars.
2506 + Use $(call flavor_get, ) to retrieve configure_flags, CFLAGS, and
2507 LDFLAGS allowing to override these per flavor.
2508 - Add support for an optimised pass, implemented as a flavor
2509 + Define a default OPTLIBDIR and replace it in the sed foo for %.in
2510 files; this is like LIBDIR, but with some hwcaps extension, e.g.
2511 usr/lib/vfp.
2512 + Add vars to build an optimised vfp flavour for armel with
2513 additional CFLAGS
2514 + Add the "opt" special flavor to flavors to run the testuites on,
2515 CHECK_FLAVORS
2516 + Also sed and append %.opt after %.in when generating $ files from
2517 %.in; the %.opt file is optional and only included if the opt flavor
2518 is included.
2519 + Add a debian/libgtk2.0-0.install.opt which lists files from the
2520 optimised flavor to install in libgtk2.0-0.
2521 + Add a debian/libgail18.install.opt which lists files from the
2522 optimised flavor to install in libgail18.
2523
2524 [ Loic Minier ]
2525 * Only pass -j to the main make call, do not parallelize the debian/rules
2526 themselves as it seems to be racy for an unidentified reason which is hard
2527 to reproduce.
2528 * Merge patch below from Ubuntu.
2529
2530 [ Sebastien Bacher ]
2531 * debian/patches/093_git_change_fix_focus_issue.patch:
2532 - upstream git change to fix a timestamp issue leading to get nautilus.
2533 dialog opening sometime unfocussed for example (lp: #333366)
2534
2535 [ Loic Minier ]
2536 * Build-dep on autotools-dev for the config.guess / .sub updates to work.
2537 * Drop duplicate Section/Priority fields.
2538 * ppc64: use DEB_HOST_GNU_CPU instead of BUILD; drop TODOs, the current
2539 implementation is correct.
2540
2541 [ Sebastian Dröge ]
2542 * New upstream bugfix release:
2543 + debian/patches/070_mandatory-relibtoolize.patch:
2544 - Regenerated for the new version.
2545 + debian/patches/072_workaround_directfb_build.patch,
2546 debian/patches/092_fix_printtest_include.patch,
2547 debian/patches/093_git_change_fix_focus_issue.patch:
2548 - Dropped, merged upstream.
2549
2550 -- Sebastian Dröge <slomo@debian.org> Sun, 12 Apr 2009 11:21:58 +0200
2551
2552gtk+2.0 (2.16.0-1) experimental; urgency=low
2553
2554 [ Emilio Pozuelo Monfort ]
2555 * Let libgtk2.0-0 suggest gvfs, as it's needed for some APIs like
2556 gtk_show_uri.
2557
2558 [ Josselin Mouette ]
2559 * libgtk2.0-0 depends on shared-mime-info. Closes: #518090.
2560 * Add dependent doc packages to b-d-i to ensure proper xrefs.
2561
2562 [ Loic Minier ]
2563 * Clean up dh_gtkmodules output:
2564 - Demote warnings when skipping non-existent GtkPixbuf loaders and Gtk IM
2565 modules dirs to verbose_print(); use -v to see them.
2566 - Always print the number of GdkPixbuf loaders and Gtk IM modules found in
2567 each package.
2568
2569 [ Emilio Pozuelo Monfort ]
2570 * New upstream stable release.
2571 - Bump shlibs.
2572 - debian/patches/070_mandatory-relibtoolize.patch: regenerated.
2573 * Ship the gtk-builder-convert manpage in libgtk2.0-dev.
2574 * Section of dbg packages is debug.
2575
2576 -- Emilio Pozuelo Monfort <pochu@ubuntu.com> Sun, 15 Mar 2009 20:10:34 +0100
2577
2578gtk+2.0 (2.15.5-2) experimental; urgency=low
2579
2580 [ Emilio Pozuelo Monfort ]
2581 * debian/control.in:
2582 - bump libglib2.0-dev build-dep requirement to >= 2.19.7
2583 - bump libxrandr-dev build-dep requirement to >= 1:1.2.99
2584 - also bump libgtk2.0-dev dependecies accordingly
2585 (Closes: #518078)
2586
2587 [ Gustavo Noronha Silva ]
2588 * 042_treeview_single-focus.patch:
2589 - removed FIXME note, since it was explained to me that the patch is
2590 still necessary
2591 * debian/rules:
2592 - bumped SHVER to 2.15.5
2593
2594 [ Imported from Ubuntu ]
2595 * 022_disable-viqr-im-for-vi-locale.patch,
2596 061_use_pdf_as_default_printing_standard.patch:
2597 - for the rationale for the PDF for printing one see:
2598 https://wiki.ubuntu.com/PDFasStandardPrintJobFormat
2599
2600 -- Gustavo Noronha Silva <kov@debian.org> Tue, 03 Mar 2009 21:58:20 -0300
2601
2602gtk+2.0 (2.15.5-1) experimental; urgency=low
2603
2604 * New upstream development release
2605 * 070_mandatory-relibtoolize.patch: refreshed.
2606 * 031_directfb_dead-keys.patch, 032_gdkwindowimpl_directfb.patch,
2607 033_directfb_client-message.patch, 034_directfb_memleak.patch,
2608 071_jasper_link_fix.patch, 092_fix_printtest_include.patch:
2609 - dropped; already featured in this release
2610 * 030_gtkentry_password-char-circle.patch:
2611 - dropped; upstream provides a different solution to setting the default
2612 invisible char now, that takes the font being used into consideration
2613 * 003_gdk.pc_privates.patch:
2614 - refreshed
2615
2616 -- Gustavo Noronha Silva <kov@debian.org> Mon, 02 Mar 2009 22:01:03 -0300
2617
2618gtk+2.0 (2.14.7-3) experimental; urgency=low
2619
2620 * 032_gdkwindowimpl_directfb.patch: new version of the patch. This
2621 should restore the basic functionality of the backend, but there is
2622 still work underway.
2623 * 033_directfb_client-message.patch: stolen from the upstream SVN. Fix
2624 the DirectFB client_message API.
2625 * 034_directfb_memleak.patch: stolen from the upstream SVN. Fix memory
2626 leak in the DirectFB code.
2627 * Require DirectFB 1.0.0 for the 034 patch.
2628 * 070_mandatory-relibtoolize.patch: updated accordingly.
2629
2630 -- Josselin Mouette <joss@debian.org> Sat, 21 Feb 2009 14:59:45 +0100
2631
2632gtk+2.0 (2.14.7-2) experimental; urgency=low
2633
2634 * 008_implicit_pointer_conversion_gdkgc_directfb.patch: removed, it’s
2635 obsolete and just defines the same macro a second time.
2636 * 007_implicit_pointer_conversion_gdkdrawable_directfb.patch: removed,
2637 it’s not needed anymore with the latest directfb.
2638 * 006_proper-directfb-modules.patch: removed from the package, it
2639 won’t be necessary anymore.
2640 * 001_static-linking-dont-query-immodules.patch,
2641 002_static-linking-dont-build-perf.patch,
2642 003_gdk.pc_privates.patch,
2643 004_gtk+-ximian-gtk2-filesel-navbutton-5.patch: refreshed.
2644 * Remove 071_correct_directfb_declarations.patch, and replace it by
2645 032_gdkwindowimpl_directfb.patch, a patch from Sven Neumann to
2646 (hopefully) fix DirectFB support for GTK+ 2.14.
2647
2648 -- Josselin Mouette <joss@debian.org> Tue, 17 Feb 2009 23:17:56 +0100
2649
2650gtk+2.0 (2.14.7-1) experimental; urgency=low
2651
2652 [ Loic Minier ]
2653 * Don't purge /etc/gtk-2.0/gdk-pixbuf.loaders and /etc/gtk-2.0/gtk.immodules
2654 during first configuration.
2655
2656 [ Sebastian Dröge ]
2657 * New upstream bugfix release:
2658 + debian/patches/070_mandatory-relibtoolize.patch:
2659 - Regenerated for the new version.
2660
2661 -- Sebastian Dröge <slomo@debian.org> Thu, 08 Jan 2009 08:06:02 +0100
2662
2663gtk+2.0 (2.14.5-1) experimental; urgency=low
2664
2665 [ Josselin Mouette ]
2666 * Really install the faq and tutorial files correctly so that the
2667 devhelp file is read.
2668 * Update doc-base files accordingly.
2669 * gruik2devhelp.awk: new script to generate the devhelp files
2670 automatically for the FAQ and tutorial, based on the HTML doc.
2671 * Build-depend on gawk, run the script appropriately.
2672
2673 [ Sebastian Dröge ]
2674 * New upstream bugfix release:
2675 + debian/patches/070_mandatory-relibtoolize.patch:
2676 - Regenerated for the new version.
2677
2678 -- Sebastian Dröge <slomo@debian.org> Tue, 25 Nov 2008 11:00:35 +0100
2679
2680gtk+2.0 (2.14.4-3) experimental; urgency=low
2681
2682 * libgail*.install: fix installation paths. Closes: #505105.
2683 * Do not ship .la files for gail modules.
2684 * Generate shlibs for libgail.
2685 * Bump shlibs version to 2.14.0.
2686 * Do not install libgailutil in libgtk2.0-0.
2687 * Do not install gtk libs in libgail-dev.
2688 * Rework docs installation.
2689 * Add doc links where needed.
2690 * Install .devhelp files at the correct places. Closes: #504807.
2691 * Bump dependencies for the development package.
2692 * Fix dependencies of gail packages.
2693 * Don’t install libgail in the udeb.
2694 * Stop shipping /usr/lib/pkgconfig/libgtk-directfb-2.0-0/, nobody uses
2695 it.
2696 * Remove versioned conflicts with libgail packages.
2697 * Remove libgail18.shlibs.
2698 * Put debugging symbols of libgail modules in libgail-dbg.
2699 * dh_gtkmodules.in: fix a pod2man error.
2700 * Disable 006_proper-directfb-modules.patch.
2701 * Update 070_mandatory_relibtoolize.patch accordingly.
2702
2703 -- Josselin Mouette <joss@debian.org> Tue, 11 Nov 2008 14:44:21 +0100
2704
2705gtk+2.0 (2.14.4-2) experimental; urgency=low
2706
2707 * debian/control, debian/rules, debian/libgail*:
2708 - split libgail packages
2709
2710 -- Gustavo Noronha Silva <kov@debian.org> Wed, 05 Nov 2008 14:54:08 -0200
2711
2712gtk+2.0 (2.14.4-1) experimental; urgency=low
2713
2714 [ Gustavo Noronha Silva ]
2715 * New upstream release
2716 * debian/patches/006_proper-directfb-modules.patch:
2717 - refreshed
2718 * debian/patches/008_implicit_pointer_conversion_gdkgc_directfb.patch,
2719 debian/patches/009_gtk-export-filechooser.patch,
2720 debian/patches/020_immodules-files-d.patch,
2721 debian/patches/021_loader-files-d.patch,
2722 - update borrowed from Ubuntu's package
2723 * debian/patches/071_correct_directfb_declarations.patch,
2724 debian/patches/072_workaround_directfb_build.patch:
2725 - borrowed from ubuntu
2726 * debian/patches/033_treeview_resizing.patch,
2727 debian/patches/095_gtk-im-module-setting.patch:
2728 - removed; fixed upstream
2729 * debian/patches/070_mandatory-relibtoolize.patch:
2730 - refreshed
2731 * debian/control.in:
2732 - added libjasper-dev to the Build-Depends, as GTK+ now supports
2733 JPEG2000
2734 - make GTK+ packages conflict/replace with gail ones, since they are now
2735 included in GTK+
2736 * debian/patches/092_fix_printtest_include.patch:
2737 - new patch, to fix build problem in print test
2738 * debian/patches/071_jasper_link_fix.patch:
2739 - make gdk-pixbuf-csource link correctly with libjasper
2740 * debian/rules, debian/control:
2741 - newer libcairo2-dev contains everything needed to build the directfb
2742 target, so disable building with the dummy libcairo-directfb2-dev
2743 - this makes us have to build depend on libcairo2-dev >= 1.6.4-6.1
2744
2745 [ Loic Minier ]
2746 * Let libgtk2.0-dev recommend debhelper for dh_gtkmodules.
2747 * Let libgtk2.0-dev depend on libxml2-utils as it's required for
2748 gtk-builder-convert to work and might be relied upon by packages bdeping
2749 on libgtk2.0-dev.
2750
2751 [ Emilio Pozuelo Monfort ]
2752 * Update build-dependencies for the new version:
2753 - libglib2.0-dev >= 2.17.6
2754 - libpango1.0-dev >= 1.20
2755 - libatk1.0-dev >= 1.13.0
2756 - libcairo2-dev >= 1.6.0
2757
2758 -- Gustavo Noronha Silva <kov@debian.org> Wed, 24 Sep 2008 21:38:58 -0300
2759
2760gtk+2.0 (2.12.11-3) unstable; urgency=low
2761
2762 * 031_directfb_dead-keys.patch: patch from Jérémy Bobbio to fix dead
2763 keys in the DirectFB backend. Closes: #394871.
2764 * Now require DirectFB 0.9.26.
2765 * 070_mandatory_relibtoolize: updated to match the dependency bump.
2766 * 033_treeview_resizing.patch:
2767 + Fix crasher introduced by the patch. Closes: #491611.
2768 + Add references.
2769
2770 -- Josselin Mouette <joss@debian.org> Mon, 21 Jul 2008 15:22:38 +0200
2771
2772gtk+2.0 (2.12.11-2) unstable; urgency=low
2773
2774 * 033_treeview_resizing.patch:
2775 + Enable again, it was disabled by mistake.
2776 + Update to new version provided by Kristian Rietveld.
2777 Closes: #471073.
2778 * libgtk2.0-doc.doc-base.gtk2-tutorial: fix spelling of GTK+.
2779 * *.doc-base.*: fix doc-base sections.
2780
2781 -- Josselin Mouette <joss@debian.org> Fri, 18 Jul 2008 14:53:17 +0200
2782
2783gtk+2.0 (2.12.11-1) unstable; urgency=low
2784
2785 [ Emilio Pozuelo Monfort ]
2786 * Build-depend on libcups2-dev instead of libcupsys2-dev, as cups
2787 is transitioning to that new name.
2788
2789 [ Sebastian Dröge ]
2790 * New upstream bugfix release:
2791 + debian/patches/070_mandatory-relibtoolize.patch:
2792 - Regenerated for the new version.
2793 + debian/patches/092_openoffice-menus.patch:
2794 - Dropped, merged upstream.
2795 * debian/control.in:
2796 + Updated Standards-Version to 3.8.0, no additional changes needed.
2797
2798 -- Sebastian Dröge <slomo@debian.org> Wed, 02 Jul 2008 06:37:51 +0200
2799
2800gtk+2.0 (2.12.10-2) unstable; urgency=low
2801
2802 * debian/patches/092_openoffice-menus.patch:
2803 + Patch from upstream SVN to fix regression in menu placement
2804 in openoffice.org (Closes: #484580).
2805
2806 -- Sebastian Dröge <slomo@debian.org> Sat, 07 Jun 2008 10:27:50 +0200
2807
2808gtk+2.0 (2.12.10-1) unstable; urgency=low
2809
2810 * New upstream bugfix release:
2811 + debian/patches/009_gtk-export-filechooser.patch:
2812 - Updated to apply cleanly again.
2813 + debian/patches/031_gtksearchenginetracker_fixes.patch,
2814 debian/patches/061_foreign_colormaps.patch,
2815 debian/patches/092_implicit-g-fopen.patch:
2816 - Dropped, merged upstream.
2817 + debian/patches/070_mandatory-relibtoolize.patch:
2818 - Regenerated for the new version.
2819
2820 -- Sebastian Dröge <slomo@debian.org> Wed, 04 Jun 2008 08:14:08 +0200
2821
2822gtk+2.0 (2.12.9-4) unstable; urgency=low
2823
2824 [ Loic Minier ]
2825 * Flip back gdkpixbuf_module_files_d_str after gdkpixbuf_module_file_str in
2826 patch 021_loader-files-d; this fixes config of gdk loaders and hence the
2827 current ia32-libs implementation; the change in 2.12.0-3 was incorrect in
2828 that it flipped the order for im modules and pixbuf loaders, but only im
2829 modules had to be flipped; the reason im modules had to be flipped is that
2830 the first list of modules wins for im modules as there is some duplicate
2831 checking, while in the case of gdk pixbufs, the last file wins. What
2832 remains to be done here is:
2833 - biarch support, similar to pango, by loading /usr/lib32 and /usr/lib64
2834 stuff before /usr/lib; allows dropping the config file hack in
2835 ia32-libs.
2836 - loading of modules from multiarch locations (not multiarch); allows
2837 dropping the config file hack in ia32-libs.
2838 * Bump build-deps and libgtk2.0-dev's deps to ensure we get Xorg dev
2839 packages with .pc files, see list below; thanks Anon Sricharoenchai;
2840 closes: #370693.
2841 libxext-dev >= 1:1.0.1-2, libxinerama-dev >= 1:1.0.1-4.1, libxi-dev >=
2842 1:1.0.1-4, libxrandr-dev >= 1:1.0.2-2, libxfixes-dev >= 1:3.0.0-3,
2843 libxcomposite-dev >= 1:0.2.0-3, libxdamage-dev >= 1:1.0.1-3.
2844
2845 [ Josselin Mouette ]
2846 * 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call
2847 XFreeColormap on foreign colormaps, this causes crashes in e.g.
2848 vinagre. Closes: #477199.
2849 * Apply multiarch patch by Javier Serrano Polo, replacing all
2850 occurrences of usr/lib by $(LIBDIR). Closes: #468100.
2851 * rules: don't compress .sgml and .devhelp files.
2852
2853 [ Loic Minier ]
2854 * Fix broken second dh_strip invocation which was not only acting on the
2855 udeb but also on binary packages (-s -pUDEB should have been -pUDEB).
2856 * Update patch 021_loader-files-d to use PIXBUF_FILES_LIBDIR which is
2857 defined in gdk-pixbuf/Makefile.am, similarly to PIXBUF_LIBDIR, and based
2858 on the newly defined loaderfilesdir, similar to loaderdir; update
2859 070_mandatory-relibtoolize.
2860 * New patch, 022_module-files-append-compat-module-files-d, prefer
2861 /usr/lib32/gtk-2.0/<gtk-binary-version>/loader-files.d and
2862 /immodule-files.d over the /usr/lib/.../*.d pathnames added in
2863 020_immodules-files-d and 021_loader-files-d when available; this is
2864 useful for ia32-libs support; other modules might need additional support
2865 depending on how they are loaded, for example GTK_MODULES will probably
2866 still be looked up below libdir, as well as engines, printbackends,
2867 filesystems, and generic modules. See also Ubuntu #205223 and #190227 for
2868 examples.
2869
2870 -- Loic Minier <lool@dooz.org> Sun, 11 May 2008 00:47:26 +0200
2871
2872gtk+2.0 (2.12.9-3) unstable; urgency=low
2873
2874 [ Loic Minier ]
2875 * Refresh patches 009_gtk-export-filechooser,
2876 030_gtkentry_password-char-circle, 033_treeview_resizing,
2877 042_treeview_single-focus, 060_ignore-random-icons
2878 * Fix offsets in patch 095_gtk-im-module-setting; thanks Akira TAGOH;
2879 closes: #473699.
2880
2881 [ Sebastian Dröge ]
2882 * debian/rules:
2883 + Don't include the udeb in the debug package to get a working debug
2884 package in case the udeb libraries differ from the real ones.
2885
2886 -- Sebastian Dröge <slomo@debian.org> Sat, 12 Apr 2008 14:00:22 +0200
2887
2888gtk+2.0 (2.12.9-2) unstable; urgency=low
2889
2890 * debian/patches/092_implicit-g-fopen.patch:
2891 + Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit
2892 architectures. Thanks to Dann Frazier for the patch (Closes: #470665).
2893
2894 -- Sebastian Dröge <slomo@debian.org> Wed, 12 Mar 2008 18:52:53 +0100
2895
2896gtk+2.0 (2.12.9-1) unstable; urgency=low
2897
2898 [ Josselin Mouette ]
2899 * update-icon-caches: always exit with a 0 code to avoid breaking
2900 upgrades when a cache is corrupt. Display a big fat warning instead.
2901 Closes: #466083.
2902
2903 [ Sebastian Dröge ]
2904 * New upstream bugfix release:
2905 + 092_recentfiles-recursion-fix, dropped merged upstream.
2906 + 070_mandatory-relibtoolize.patch, regenerated for the new version.
2907 * debian/rules,
2908 debian/*.links.in:
2909 + Don't ship very old upstream changelogs and news as they're quite large.
2910
2911 -- Sebastian Dröge <slomo@debian.org> Wed, 12 Mar 2008 09:41:23 +0100
2912
2913gtk+2.0 (2.12.8-1) unstable; urgency=low
2914
2915 * New upstream bugfix release:
2916 + debian/patches/040_filechooser_single-click.patch,
2917 debian/patches/093_directfb-type-changes.patch,
2918 debian/patches/094_directfb-deprecation-fixes.patch:
2919 - Dropped, merged upstream.
2920 + debian/patches/070_mandatory-relibtoolize.patch:
2921 - Regenerated for the new version.
2922
2923 -- Sebastian Dröge <slomo@debian.org> Wed, 13 Feb 2008 09:11:50 +0100
2924
2925gtk+2.0 (2.12.7-1) unstable; urgency=low
2926
2927 * Fix GNOME casing in gtk-faq and gtk doc base descriptions.
2928 * Drop cruft trying to convert /usr/share/doc/libgtk2.0-0 directory into a
2929 symlink in libgtk2.0-0.postinst; thanks Sven Joachim; closes: #462057.
2930 * New upstream stable release; no API change; bug fixes and translation
2931 updates.
2932 - Refresh patches 033_treeview_resizing, 042_treeview_single-focus to
2933 apply cleanly.
2934 - Update relibtoolizing patch, 070_mandatory-relibtoolize
2935 - New patch, 094_directfb-deprecation-fixes, fixes directfb build with
2936 GLib 2.15 deprecation of G_GNUC_FUNCTION in favor of G_STRLOC.
2937 * Fix ordering in series.
2938 * New patch, 095_gtk-im-module-setting, adds XSETTINGS support for immodule;
2939 from GNOME 502446.
2940 * New upstream release; no change tarball update.
2941
2942 -- Loic Minier <lool@dooz.org> Mon, 21 Jan 2008 18:42:28 +0100
2943
2944gtk+2.0 (2.12.5-2) unstable; urgency=medium
2945
2946 * Add ${shlibs:Depends} to libgtk2.0-dev.
2947 * Rework /usr/share/doc symlinks completely; closes: #461440.
2948 - Use a real directory for all packages using a symlink previously:
2949 libgtk2.0-bin, libgtk-directfb-2.0-dev, libgtk2.0-dev, libgtk2.0-0-dbg,
2950 libgtk-directfb-2.0-0, libgtk2.0-0; add a preinst snippet removing the
2951 path on upgrade if it's a symlink and points to the proper directory;
2952 add a prerm snippet removing the path on upgrade (for downgrades) if
2953 it's a directory (and not a symlink).
2954 - Create symlinks for changelog.gz, NEWS.gz, NEWS.pre-1-0.gz, and
2955 README.gz in the /usr/share/doc dirs of these packages as well as for
2956 gtk2-engines-pixbuf; add a libgtk2.0-common unversionned dependency for
2957 all these packages.
2958 - Split dh_installdocs and dh_installchangelogs calls on multiple packages
2959 and use one call per package as the intent was to install in all the
2960 specified packages; also call dh_installdocs and dh_installchangelogs
2961 without any extra file for all packages to install copyright and Debian
2962 changelog.
2963 - Factor the list of dh_installdocs files in DH_INSTALLDOCS_FILES in
2964 rules.
2965
2966 -- Loic Minier <lool@dooz.org> Fri, 18 Jan 2008 10:38:43 +0100
2967
2968gtk+2.0 (2.12.5-1) unstable; urgency=low
2969
2970 [ Loic Minier ]
2971 * Drop the version in the libgtk2.0-0 -> libgtk2.0-common dependency; the
2972 translations and gtkrc files aren't critical to libgtk's working and have
2973 been compatible with other libgtk versions since years.
2974 * New patch, 094_fix-jpeg-loader-big-buffers, fixes spinguard logic for big
2975 buffers in the JPEG pixbuf loader; GNOME #494667; from SVN r19135.
2976 * New upstream stable releases; no API change; bug fixes and translation
2977 updates.
2978 - Drop patches 092_notebook-critical-warnings,
2979 094_fix-jpeg-loader-big-buffers, merged upstream.
2980 - Refresh patches 040_filechooser_single-click, 093_directfb-type-changes
2981 to apply cleanly.
2982 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2983
2984 [ Sebastian Dröge ]
2985 * Upload to unstable.
2986 * Fixes FTBFS caused by not installing the png pixbuf loader correctly
2987 (Closes: #461037).
2988 * Update Standards-Version to 3.7.3, no additional changes needed.
2989 * 092_recentfiles-recursion-fix.patch: Guard against recursion in
2990 gtk_recent_files_menu_populate(). Patch from upstream SVN by
2991 William Pitcock (Closes: #459393).
2992 * Drop duplicated ${misc:Depends} from Recommends.
2993
2994 -- Sebastian Dröge <slomo@debian.org> Thu, 17 Jan 2008 10:49:09 +0100
2995
2996gtk+2.0 (2.12.3-2) unstable; urgency=low
2997
2998 * 092_notebook-critical-warnings.patch: Fix removal of tab labels to not
2999 ref and unref a NULL pointer. Patch from upstream SVN, see BGO #388321.
3000 * 093_directfb-type-changes.patch: Define __u32 and __u8 to fix compilation
3001 with latest directfb from unstable while still supporting older versions.
3002 Patch from BGO #503190.
3003
3004 -- Sebastian Dröge <slomo@debian.org> Wed, 12 Dec 2007 05:36:40 +0100
3005
3006gtk+2.0 (2.12.3-1) unstable; urgency=low
3007
3008 * Let update-icon-caches skip args which are not dirs or don't exist; fixes
3009 postrm behavior of packages with an icon cache.
3010 * New upstream stable release; no API change; bug fixes and translation
3011 updates.
3012 - Refresh patch 042_treeview_single-focus to apply cleanly.
3013 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
3014
3015 -- Loic Minier <lool@dooz.org> Tue, 04 Dec 2007 22:39:07 +0100
3016
3017gtk+2.0 (2.12.2-1) unstable; urgency=low
3018
3019 * New upstream stable release; no API change; bug fixes and translation
3020 updated.
3021 - Drop patches 034_gtkcupsutils_type_fix, 071_fix_gdk_window_null_crasher
3022 fixed upstream.
3023 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
3024
3025 -- Sebastian Dröge <slomo@debian.org> Tue, 27 Nov 2007 05:15:01 +0100
3026
3027gtk+2.0 (2.12.1-3) unstable; urgency=low
3028
3029 * Conflict against metacity < 1:2.20.0-1. Closes: #450693.
3030 * Suggest librsvg2-common for SVG pixbuf support.
3031 * 033_treeview_resizing.patch: fix segmentation fault introduced by
3032 an API inconsistency.
3033 * 003_gdk.pc_privates.patch: generate correct Requires.private for
3034 gdk-2.0.pc containing all necessary dependencies for static linking.
3035 * 006_proper-directfb-modules.patch: refreshed.
3036 * 010_gdkpixbuf_-lm.patch: fix gdk-pixbuf-2.0.pc by adding back -lm,
3037 which is required by some macros. Closes: #451512.
3038 * 070_mandatory-relibtoolize.patch: regenerated.
3039 * rules: copy the extraneous libraries generated in the static build
3040 to the Libs.private of the shared build.
3041
3042 -- Josselin Mouette <joss@debian.org> Sun, 18 Nov 2007 01:30:52 +0100
3043
3044gtk+2.0 (2.12.1-2) unstable; urgency=low
3045
3046 * Stop suggesting gtk-engines-pixmap.
3047 * Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
3048 Parker. If some other packages still rely on having explicit X11
3049 dependencies, they are buggy and need to be fixed anyway.
3050 * Keep --enable-explicit-deps in the directfb build; otherwise this
3051 breaks any binary linking against it because the rpath isn't passed.
3052 * 033_treeview_resizing.patch: updated patch from Kristian Rietveld.
3053 + Add a new sizing fix for the case where there is a scrollbar.
3054 * 031_gtksearchenginetracker_fixes.patch: added back, only the name
3055 change was fixed upstream.
3056 * 034_gtkcupsutils_type_fix.patch: type-casting fix from Herbert
3057 Valerio Riedel that allows remote printing. Closes: #448071.
3058 * 040_filechooser_single-click.patch: allow a situation where no
3059 shortcut is selected, to avoid issues for keyboard users.
3060 Closes: #448674.
3061 * 042_treeview_single_focus.patch: don't select the focused item for
3062 GTK_SELECTION_SINGLE type treeviews. Allows the fix in
3063 040_filechooser_single-click.patch to work.
3064 * Conflict against libeel2-2.18. Closes: #443701, #499070.
3065 * Conflict against xfwm4 < 4.4.1-3 (previous versions freeze on
3066 startup).
3067 * 021_loader-files-d.patch: enclose process_module_file in correct
3068 #ifdef's.
3069 * 040_filechooser_single-click.patch: filter out duplicate entries in
3070 bookmarks. This avoids a situation where the selection is changed to
3071 the duplicate during DnD, causing an assertion error.
3072 Closes: #447279.
3073
3074 -- Josselin Mouette <joss@debian.org> Sun, 04 Nov 2007 16:22:31 +0100
3075
3076gtk+2.0 (2.12.1-1) unstable; urgency=low
3077
3078 * New upstream stable release; no API change; bug fixes and translation
3079 updates.
3080 - Drop patches 031_gtksearchenginetracker_fixes,
3081 080_from_bugzilla_workaround_eclipse_crash, 081_icon-cache-validate
3082 fixed upstream.
3083 - Refresh patches 033_treeview_resizing, 040_filechooser_single-click to
3084 apply cleanly.
3085 - Drop patches 060_opening-display-by-env-error-message,
3086 065_gtk-filechooser-locale-time merged upstream.
3087 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
3088 * Chech the exit status of close() in dh_gtkmodules; closes: #427654.
3089 * New patch, 060_ignore-random-icons, don't list images from unknown
3090 directories in icon cache; closes: #443571, #443574, #444285, #446188.
3091
3092 -- Loic Minier <lool@dooz.org> Sun, 21 Oct 2007 22:05:42 +0200
3093
3094gtk+2.0 (2.12.0-3) unstable; urgency=low
3095
3096 [ Josselin Mouette ]
3097 * 031_gtksearchenginetracker_fixes.patch: new patch.
3098 + Use libtrackerclient.so.0 (closes: #443403).
3099 + Check that tracker actually works before using it.
3100
3101 [ Loic Minier ]
3102 * Conflict with libwxgtk2.6-0 << 2.6.3.2.2-1 to prevent the migration of gtk
3103 to testing until the wxwidgets2.6 fix is there too; see #441766 and
3104 friends.
3105
3106 [ Josselin Mouette ]
3107 * Conflict with glabels << 2.1.3-3 to prevent a segmentation fault
3108 from showing up.
3109
3110 [ Loic Minier ]
3111 * Cleanup whitespace.
3112 * Add comments to relibtoolizing patch, 070_mandatody-relibtoolize, to
3113 mention the age of the upstream libtool in released tarballs which make
3114 relibtoolizing important for hurd-i386; GNOME #484426; Debian #445001.
3115
3116 [ Josselin Mouette ]
3117 * 020_immodules-files-d.patch, 021_loader-files-d.patch: read the
3118 GDK_PIXBUF_MODULE_FILE and GTK_IM_MODULE_FILE variables before the
3119 Debian directories. Thanks Thadeu Lima de Souza Cascardo.
3120 Closes: #439004.
3121
3122 [ Loic Minier ]
3123 * New patch, 080_from_bugzilla_workaround_eclipse_crash, fixes crash when
3124 displaying tooltips in SWT apps such as Eclipse; GNOME #410194; LP
3125 #128232; closes: #445613.
3126 * New patch, 060_opening-display-by-env-error-message, fixes error message
3127 on opening of display to include the display when it was set via the
3128 DISPLAY env var; GNOME #486636; closes: #283076.
3129 * New patch, 065_gtk-filechooser-locale-time, fixes conversion of localized
3130 week days in non-UTF-8 locales in the file chooser; GNOME #482504;
3131 closes: #444927.
3132 * Enable 091_workaround_no_gtk_init_incorrect_display to allow the non-free
3133 Flash plugin to work for users of non-Gtk browsers; please do bug Adobe
3134 about this; closes: #443661, #440165.
3135 * New patch, 071_fix_gdk_window_null_crasher, fixes potential crashes in
3136 IceWeasel's print preview dialog; GNOME #482531; LP #144326; found in the
3137 Ubuntu package.
3138
3139 -- Loic Minier <lool@dooz.org> Sun, 14 Oct 2007 20:46:29 +0200
3140
3141gtk+2.0 (2.12.0-2) unstable; urgency=low
3142
3143 [ Josselin Mouette ]
3144 * Add a conflict against openoffice.org-core (<< 2.2.1-8).
3145 Closes: #439256.
3146
3147 [ Loic Minier ]
3148 * Upload to unstable; drop check-dist include.
3149
3150 -- Loic Minier <lool@dooz.org> Thu, 20 Sep 2007 11:59:26 +0200
3151
3152gtk+2.0 (2.12.0-1) experimental; urgency=low
3153
3154 [ Alan Baghumian ]
3155 * New upstream stable release
3156 - Regenerated 070_mandatory-relibtoolize.patch
3157 * Added 081_icon-cache-validate.patch, GNOME #476342
3158
3159 [ Loic Minier ]
3160 * Refresh patches 033_treeview_resizing and 040_filechooser_single-click to
3161 apply cleanly.
3162 * Drop patch 080_from_svn_fix_dangling_tooltip, merged upstream.
3163 * Bump shlibs to 2.12.0 in the new upstream release for the addition of
3164 gdk_window_thaw_toplevel_updates_libgtk_only() and
3165 gdk_window_freeze_toplevel_updates_libgtk_only() to the ABI.
3166 * Add disabled patch 091_workaround_no_gtk_init_incorrect_display, taken
3167 from the Ubuntu package; it works around broken applications missing a
3168 call to gtk_init() but the breakage should better be exposed now so that
3169 applications can be fixed in time for release.
3170
3171 -- Loic Minier <lool@dooz.org> Tue, 18 Sep 2007 22:30:39 +0200
3172
3173gtk+2.0 (2.11.6-1) experimental; urgency=low
3174
3175 [ Loic Minier ]
3176 * Don't run the directfb testsuite on kfreebsd as it hangs; proposed patch
3177 by Petr Salinger; closes: #431477.
3178
3179 [ Josselin Mouette ]
3180 * Move manual pages of binaries in /usr/sbin to section 8.
3181 * update-icon-caches: new script, updates the icon caches in a given
3182 list of directories. It is meant to be used by packages shipping
3183 icons, in the postinst/postrm.
3184 For transition purposes, icon caches are currently updated but not
3185 created if they don't already exist.
3186 * Install this script and its manual page in libgtk2.0-bin.
3187
3188 [ Loic Minier ]
3189 * Call dh_shlibdeps separately for the udeb and add a
3190 -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
3191 found.
3192 * New upstream development release, with API additions.
3193 - Bump up shlibs to >= 2.11.6.
3194 - Refresh patches 006_proper-directfb-modules,
3195 015_default-fallback-icon-theme, 040_filechooser_single-click to apply
3196 cleanly.
3197 - Update patches 009_gtk-export-filechooser, 033_treeview_resizing to
3198 apply; update relibtoolizing patch, 070_mandatory-relibtoolize.
3199 * Update patch 009_gtk-export-filechooser:
3200 - gtk/Makefile.am (gtk_private_h_sources, gtk_semi_private_h_sources):
3201 export gtkquery.h and gtksearchengine.h as semi-private.
3202 - gtk/gtkquery.h: add GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED #ifdef guard.
3203 - gtk/gtksearchengine.h: add GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED #ifdef
3204 guard.
3205
3206 -- Loic Minier <lool@dooz.org> Tue, 24 Jul 2007 10:43:23 +0200
3207
3208gtk+2.0 (2.11.5-1) experimental; urgency=low
3209
3210 * New upstream development release, with API additions; the new API may
3211 still change incompatibly, especially the tooltips API.
3212 - Bump shlibs to >= 2.11.5.
3213 - Bump up libpango1.0-dev build-dep to >= 1.17.3.
3214 - Ship the new gtk-builder-convert Python script to convert Glade files to
3215 GtkBuilder syntax in libgtk2.0-dev; don't call dh_py* to generate a
3216 ${python:Depends} but Recommend python (>= 2.4) to avoid pulling python
3217 on buildds; the script requires python >= 2.4, but this is not enforced
3218 in the dependencies.
3219 - Refresh patches 001_static-linking-dont-query-immodules,
3220 006_proper-directfb-modules, 040_filechooser_single-click to apply
3221 cleanly.
3222 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
3223 * Use -s instead of -a in arch-specific dh_* calls.
3224
3225 -- Loic Minier <lool@dooz.org> Tue, 03 Jul 2007 13:01:25 +0200
3226
3227gtk+2.0 (2.11.4-1) experimental; urgency=low
3228
3229 [ Josselin Mouette ]
3230 * 040_filechooser_single-click.patch: fix the patch to apply cleanly
3231 again, and enable it.
3232
3233 [ Loic Minier ]
3234 * Pass -mminimal-toc in CFLAGS for ppc64 support; thanks Andreas Jochens;
3235 closes: #386815.
3236 * New upstream development release, with API additions; the new API may
3237 still change incompatibly.
3238 - Bump shlibs to >= 2.11.3.
3239 - Refresh patches 006_proper-directfb-modules,
3240 008_implicit_pointer_conversion_gdkgc_directfb,
3241 009_gtk-export-filechooser, 030_gtkentry_password-char-circle,
3242 033_treeview_resizing, 040_filechooser_single-click, and 041_ia32-libs
3243 to apply cleanly.
3244 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
3245 * Add a debian/dh_listmissing.pl script based on dh_install snippets but
3246 customized to handle multiple source installation dirs which can report
3247 files which were not installed to a package.
3248 * New list-missing rule to list files which were not installed to a package
3249 calling debian/dh_listmissing.pl.
3250 * Also depend on libxcomposite-dev, libxdamage-dev; thanks Sébastien Bacher.
3251 * Ship etc/gtk-2.0/im-multipress.conf in the shared library.
3252 * New upstream development release, with incompatible API changes; the new
3253 API may still change incompatibly.
3254 - Bump shlibs to >= 2.11.4.
3255 - Refresh relibtoolizing patch, 070_mandatory-relibtoolize.
3256 - Bump up libglib2.0-dev build-dep to >= 2.11.5.
3257
3258 -- Loic Minier <lool@dooz.org> Wed, 20 Jun 2007 10:47:42 +0200
3259
3260gtk+2.0 (2.11.2-1) experimental; urgency=low
3261
3262 * New upstream release series; these are development releases, the new API
3263 may still change incompatibly.
3264 - Target at experimental; include check-dist.
3265 - Bump shlibs to >= 2.11.2.
3266 - Refresh patches 001_static-linking-dont-query-immodules, 005_xpmico,
3267 009_gtk-export-filechooser, 015_default-fallback-icon-theme,
3268 033_treeview_resizing, 041_ia32-libs to apply cleanly.
3269 - Update patch 021_loader-files-d to apply with the upstream G_MODULE
3270 changes and the support for included modules.
3271 - Update patch 030_gtkentry_password-char-circle to apply.
3272 - Drop patch 031_cursor-blinking-timeout, merged upstream.
3273 - Disable 040_filechooser_single-click for now as it doesn't apply cleanly
3274 and doesn't seem critical; add a description and cross-refs.
3275 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
3276 - Bump up build-deps to libglib2.0-dev >= 2.13.1, libpango1.0-dev >=
3277 1.15.3, gtk-doc-tools >= 1.6.
3278 - Build-dep on libxcomposite-dev for composite support.
3279 - Build-dep on libxdamage-dev for damage support.
3280 - Enable test print backend by passing --enable-test-print-backend to
3281 configure.
3282 * Update 007_implicit_pointer_conversion_gdkdrawable_directfb to include
3283 cairo.h instead of defining the directfb feature manually.
3284 * New patch, 006_proper-directfb-modules, fixes pkg-config modules included
3285 to build directfb stuff, uncovered by the change in
3286 007_implicit_pointer_conversion_gdkdrawable_directfb; refresh
3287 relibtoolizing patch.
3288 * Add cross-refs to patch headers.
3289 * Clean up CFLAGS.
3290 * Prepare passing -z defs via LDFLAGS in the future.
3291
3292 -- Loic Minier <lool@dooz.org> Wed, 13 Jun 2007 16:57:47 +0200
3293
3294gtk+2.0 (2.10.13-1) unstable; urgency=low
3295
3296 * Bump Conflicts to iiimf-client-gtk << 12.3.91-4.
3297 * Upload to unstable; drop check-dist include.
3298 * New upstream release; no API change.
3299 - Drop patches 011_directfb-build-fixes-from-head,
3300 013_gdkproperty-directfb-strdup, 032_filechooser-sizing,
3301 090_capslock-numlock-im-thai merged upstream.
3302 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
3303
3304 -- Loic Minier <lool@dooz.org> Wed, 13 Jun 2007 10:06:49 +0200
3305
3306gtk+2.0 (2.10.12-3) experimental; urgency=low
3307
3308 * Use printf instead of echo in dh_gtkmodules to write to write data to
3309 files in complex_doit() calls as dash's echo will always honor escape
3310 sequences.
3311 * Conflict with gtk2-engines-ubuntulooks (<= 0.9.11-1).
3312 * New patch, 009_gtk-export-filechooser, exports some filechooser API for
3313 use in maemo / Hildon; from Nokia, taken from the Ubuntu package; update
3314 patch 032_filechooser-sizing to apply cleanly; bump shlibs to 2.10.12-3;
3315 update patch 070_mandatory-relibtoolize.
3316 * Kill patch 025_dfb-window-destroy-leak from source tree as well now.
3317 * Include check-dist to prevent accidental uploads to unstable.
3318
3319 -- Loic Minier <lool@dooz.org> Thu, 07 Jun 2007 00:13:00 +0200
3320
3321gtk+2.0 (2.10.12-2) unstable; urgency=low
3322
3323 [ Loic Minier ]
3324 * New patch, 15_default-fallback-icon-theme, sets the default
3325 gtk-fallback-icon-theme to "gnome"; closes: #421353.
3326 * Also honor parallel=n in DEB_BUILD_OPTIONS.
3327
3328 [ Josselin Mouette ]
3329 * 032_filechooser-sizing.patch: patch from Carlos Garnacho in bugzilla
3330 #420285, committed in trunk. Fixes (among many other things) infinite
3331 flickering with some window managers (closes: #420021).
3332 * Refresh other patches.
3333
3334 [ Loic Minier ]
3335 * New patch 090_capslock-numlock-im-thai, fixes Thai input method when
3336 NumLock/CapsLock is on; thanks Theppitak Karoonboonyanan; GNOME #438261;
3337 closes: #414698.
3338 * Re-add patch 031_cursor-blinking-timeout to patch series.
3339
3340 [ Josselin Mouette ]
3341 * 033_treeview_resizing.patch: fix column resizing in GtkTreeView when
3342 there is an expander column. See bugzilla #316087.
3343
3344 -- Josselin Mouette <joss@debian.org> Fri, 18 May 2007 19:02:20 +0200
3345
3346gtk+2.0 (2.10.12-1) unstable; urgency=low
3347
3348 * Bump Conflicts to gtk-im-libthai <= 0.1.4-2.
3349 * Document that 2.10.11-2 bumped the conflict on scim-gtk2-immodule to <=
3350 1.4.4-7.
3351 * Post-transition bump of conflicts to gtk2-engines-wonderland << 1.0-4,
3352 imhangul (<< 0.9.13-5), gcin (<< 1.3.4-2), gtk-im-libthai (<< 0.1.4-3),
3353 scim-gtk2-immodule (<< 1.4.4-8), uim-gtk2.0 (<< 1:1.4.1-3),
3354 gtk2-engines-cleanice (<< 2.4.0-1.1), gtk2-engines-magicchicken
3355 (<< 1.1.1-7.1), gtk2-engines-qtpixmap (<< 0.28-1.2), libginspx0
3356 (<< 20050529-1.1), tamil-gtk2im (<< 2.2-4.4), gtk2-engines-xfce
3357 (<< 2.4.0-1), scim-bridge-client-gtk (<< 0.4.10-1.1), swf-player
3358 (<< 0.3.6-2.3), gtk-qt-engine (<< 1:0.8~svn-rev36-1).
3359 * Let the udeb provide the Gtk+ module ABI (binver); closes: #419592.
3360 * Add a -k flag to dh_gtkmodules, matching the change in dh_pangomodules.
3361 * Use this new flag for the udeb and the shared library packages.
3362 * Add ${misc:Depends}.
3363 * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
3364 archive_cmds which is probably dangerous with newer libtools.
3365 * Drop patch 000_gtk+-2.0.6-exportsymbols which made all libs export way too
3366 many symbols and hence was dangerous; closes: #327652.
3367 - Update patch 070_mandatory-relibtoolize.
3368 * Fix description of the -dbg package.
3369 * New upstream release; no ABI change.
3370 - Refresh patches 011_directfb-build-fixes-from-head and
3371 040_filechooser_single-click.
3372 - Update relibtoolizing patch.
3373
3374 -- Loic Minier <lool@dooz.org> Thu, 03 May 2007 15:13:54 +0200
3375
3376gtk+2.0 (2.10.11-2) unstable; urgency=low
3377
3378 [ Loic Minier ]
3379 * Bump libwmf conflicts to << 0.2.8.4-5.
3380 * Fix control generation.
3381 * Include the new uploaders.mk from gnome-pkg-tools instead of duplicating
3382 its logic; build-dep on gnome-pkg-tools >= 0.11.
3383 * Run "make check" test suite for all flavors except if DEB_BUILD_OPTIONS
3384 contains the "nocheck" keyword; ignore failures.
3385 * Add support for DEB_BUILD_OPTIONS_PARALLEL.
3386 * Re-enable FAQ and Tutorial which were fixed upstream at some point; update
3387 installation dirs.
3388 * Call dh_installman -a.
3389
3390 [ Josselin Mouette ]
3391 * 040_filechooser_single-click.patch: remove shortcut-related actions
3392 in the response callback. This fixes the annoying bug where you need
3393 to click twice on "save" after clicking on a shortcut.
3394
3395 [ Loic Minier ]
3396 * Initialize CFLAGS to -Wall -g; pass debian/rules' CFLAGS and LDFLAGS to
3397 configure, doh!
3398 * Document that 2.10.8 (and 2.10.9) fixed CVE-2007-0010.
3399 * Stop shipping engines in the udeb again.
3400 * New patch, 040_ia32-libs.patch, for ia32-libs support via ia32-libs-gtk;
3401 based on a patch by Goswin von Brederlow with the following changes: a)
3402 use .32 and .64 suffixes in all cases (compatible with Ubuntu), b) fix
3403 typo, c) use g_file_test() instead of g_access(); does not cover module
3404 loading via env vars; closes: #406453.
3405 * Upload to unstable; drop check-dist include.
3406 * Wrap build-deps and deps.
3407 * Add Conflicts on gcin (<= 1.3.4-1), gtk-qt-engine (<= 1:0.8~svn-rev31-3),
3408 iiimf-client-gtk (<= 12.3.91-3), libginspx0 (<= 20050529-1),
3409 scim-bridge-client-gtk (<= 0.4.10-1), iiimgcf (<= 11.4.1870-7).
3410 * Bump Conflicts to gtk2-engines-gtk-qt << 1:0.7-2, imhangul <=
3411 0.9.13-3.1, libgnomeui-0 <= 2.14.1-3, swf-player <= 0.3.6-2.2,
3412 tamil-gtk2im <= 2.2-4.3, uim-gtk2.0 <= 1:1.2.1-9, scim-gtk2-immodule (<=
3413 1.4.4-7).
3414 * Drop docbook-utils and linuxdoc-tools-text from the build-deps.
3415
3416 -- Loic Minier <lool@dooz.org> Fri, 13 Apr 2007 22:25:49 +0200
3417
3418gtk+2.0 (2.10.11-1) experimental; urgency=low
3419
3420 * Move build and install base dirs to debian/build and debian/install
3421 instead of debian/tmp/build and debian/tmp/install.
3422 * Cleanup rules.
3423 * Make debian/control PHONY.
3424 * Use @DOC_PKG@ to point at the HTML doc as well.
3425 * Tune udeb description.
3426 * New upstream releases.
3427 - Drop patch 003_default_fallback_icon_theme, upstream added a fallback on
3428 hicolor.
3429 - Drop patch 015_gdkmain-x11_button-mask.patch, merged upstream.
3430 - Refresh patches.
3431 - Relibtoolize.
3432 * Remove 031_cursor-blinking-timeout from patch series as it causes a
3433 regression in the Thai IM; closes: #414698.
3434
3435 -- Loic Minier <lool@dooz.org> Wed, 14 Mar 2007 14:11:58 +0100
3436
3437gtk+2.0 (2.10.9-1) experimental; urgency=low
3438
3439 [ Josselin Mouette ]
3440 * 024_filechooser_single-click.patch:
3441 + Monitor selection changes instead of monitoring the cursor.
3442 + Miscellaneous fixes.
3443 * 015_gdkmain-x11_button-mask.patch, stolen from upstream SVN: fix the
3444 issue of resizing columns needing two tries in some cases
3445 (closes: #406906).
3446
3447 [ Loic Minier ]
3448 * Add a get-orig-source target to retrieve the upstream tarball.
3449 * Rename patch 023_gtkentry_password-char-circle to
3450 030_gtkentry_password-char-circle.
3451 * Rename patch 024_filechooser_single-click to 040_filechooser_single-click.
3452 * New patch, 031_cursor-blinking-timeout.patch, to stop blinking the cursor
3453 after a configurable timeout; helps saving energy by not waking up all Gtk
3454 processes with a cursor continuously; from upstream SVN r16366 (trunk);
3455 GNOME #353670, #352442.
3456 * Include the new check-dist Makefile to prevent accidental uploads to
3457 unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
3458 * Bump up libglib2.0-dev of libgtk2.0-dev dep to >= 2.12.0 as well; thanks
3459 Marc Brockschmidt.
3460
3461 [ Josselin Mouette ]
3462 * New upstream release.
3463 - Fixes CVE-2007-0010; RedHat #218755, #218932.
3464 * Remove patches integrated upstream:
3465 + 009_directfb_build.patch
3466 + 010_fix-stuc-vs-stub-typo.patch
3467 + 012_missing-stub-files.patch
3468 + 014_gtktreeview_missing-icons.patch
3469 * Refresh patches:
3470 + 020_immodules-files-d.patch
3471 + 031_cursor-blinking-timeout.patch
3472 + 040_filechooser_single-click.patch
3473 + 070_mandatory-relibtoolize.patch
3474
3475 -- Josselin Mouette <joss@debian.org> Thu, 1 Mar 2007 21:50:34 +0100
3476
3477gtk+2.0 (2.10.7-1) experimental; urgency=low
3478
3479 * New upstream release.
3480 * Refresh patches.
3481 * 022_gtkcupsutils_multipage.patch: removed, integrated upstream.
3482 * Regenerate 070_mandatory-relibtoolize.patch.
3483 * 014_gtktreeview_missing-icons.patch: update patch with the upstream
3484 fix that was committed.
3485 * 009_directfb_build.patch: new patch, fix typo in configure.in for
3486 the directfb build.
3487
3488 -- Josselin Mouette <joss@debian.org> Wed, 10 Jan 2007 00:03:03 +0100
3489
3490gtk+2.0 (2.10.6-5) experimental; urgency=low
3491
3492 [ Loic Minier ]
3493 * Really update gtk2-engines conflict to << 2.8.2-2.
3494
3495 [ Josselin Mouette ]
3496 * 022_gtkcupsutils_multipage.patch: new patch, stolen upstream.
3497 Properly pass multi-value options to cups (closes: #404867).
3498 * 023_gtkentry_password-char-circle.patch: new patch to replace stars by
3499 black circles in password fields; thanks Sven Arvidsson; found in Fedora
3500 and OpenSuse (closes: #401568).
3501 * 024_filechooser_single-click.patch: patch from UHU-Linux to make the
3502 side pane in the filechooser usable with a single click
3503 (closes: #405296).
3504
3505 -- Josselin Mouette <joss@debian.org> Wed, 3 Jan 2007 00:14:28 +0100
3506
3507gtk+2.0 (2.10.6-4) experimental; urgency=low
3508
3509 [ Loic Minier ]
3510 * Update gtk2-engines conflict to << 2.8.2-2.
3511
3512 [ Josselin Mouette ]
3513 * 014_gtktreeview_missing-icons.patch, stolen from bugzilla: fix
3514 missing icon in "save as" filechooser dialogs.
3515
3516 -- Josselin Mouette <joss@debian.org> Thu, 30 Nov 2006 20:42:44 +0100
3517
3518gtk+2.0 (2.10.6-3) experimental; urgency=low
3519
3520 [ Loic Minier ]
3521 * Update gtk2-engines conflict to <= 2.8.1-4.
3522 * Update gtk2-engines-pixbuf conflict to <= 2.10.
3523 * Bump up libcairo-directfb2-dev build-dep to 1.2.4-4.
3524
3525 [ Josselin Mouette ]
3526 * 070_mandatory-relibtoolize.patch: recreate with autoconf 2.59, to
3527 avoid the AM_GLIB_DEFINE_LOCALEDIR bug (making GTK+ applications
3528 untranslated).
3529 * Make gtk2-engines conflict less strict.
3530
3531 -- Josselin Mouette <joss@debian.org> Sat, 11 Nov 2006 00:04:46 +0100
3532
3533gtk+2.0 (2.10.6-2) experimental; urgency=medium
3534
3535 * New patch, 013_gdkproperty-directfb-strdup, to g_strdup() strings returned
3536 by gdk_atom_name(); GNOME #357611; thanks Attilio Fiandrotti.
3537
3538 -- Loic Minier <lool@dooz.org> Sun, 8 Oct 2006 16:03:08 +0200
3539
3540gtk+2.0 (2.10.6-1) experimental; urgency=low
3541
3542 * New upstream release.
3543 - Drop patch 013_stock-icons-typo-in-rm, merged upstream.
3544 - Relibtoolize: update patch 070_mandatory-relibtoolize.
3545
3546 -- Loic Minier <lool@dooz.org> Wed, 4 Oct 2006 11:41:37 +0200
3547
3548gtk+2.0 (2.10.5-1) experimental; urgency=low
3549
3550 * Fail if dh_gtkmodules called query helpers on module files, but no module
3551 could be written to the module file.
3552 * Parse stderr as well as the stdout of query helpers and bail out if
3553 g_module_open(); suggest adjusting LD_LIBRARY_PATH.
3554 * Fix some probably harmless typos.
3555 * New patch, 030_gtkfilechooserbutton-update-combo-box-null-base-path, to
3556 avoid a segfault when opening some filechoosers; thanks Sam Morris for
3557 reporting and testing; from CVS HEAD; GNOME #358405; closes: #390231.
3558 * New upstream release; no API change.
3559 - Drop patch 030_gtkfilechooserbutton-update-combo-box-null-base-path,
3560 merged upstream.
3561 - New patch, 013_stock-icons-typo-in-rm, to fix a typo in gtk/Makefile.am;
3562 GNOME #358931.
3563 - Relibtoolize: update patch 070_mandatory-relibtoolize.
3564
3565 -- Loic Minier <lool@dooz.org> Mon, 2 Oct 2006 16:59:18 +0200
3566
3567gtk+2.0 (2.10.4-1) experimental; urgency=low
3568
3569 * New upstream release; no API change.
3570 - Switch from tar-in-tar and sys-build to regular source and quilt
3571 patching; build-depend on quilt; remove occurrences of $(TOP_SRC_DIR)
3572 and @TOP_SRC_DIR@ which isn't needed anymore.
3573 - Refresh patch 021_loader-files-d.
3574 - New patch, 010_fix-stuc-vs-stub-typo, to replace "stuc" with "stub" in
3575 gtk/Makefile.am; from HEAD, not commited in the gtk-2-10 branch.
3576 - New patch, 011_directfb-build-fixes-from-head, to backport directfb
3577 build fixes; from HEAD not commited in the gtk-2-10 branch. Thanks
3578 Attilio Fiandrotti for pointing me at the actual log entry.
3579 - New patch, 012_missing-stub-files, to add gtk/gtkplug-stub.c and
3580 gtksocket-stub.c missing from the tarball; from the gtk-2-10 branch.
3581 - Relibtoolize: update patch 070_mandatory-relibtoolize.
3582
3583 -- Loic Minier <lool@dooz.org> Sun, 24 Sep 2006 12:24:31 +0200
3584
3585gtk+2.0 (2.10.3-3) experimental; urgency=medium
3586
3587 * Update patch 021_loader-files-d to not warn about missing module files or
3588 unreadable files as is already the case for immodules; see #388450 for
3589 more background.
3590 * Fix awful typo which broke generation of the udeb shlibs and which I
3591 didn't notice with debdiff; thanks Frans Pop.
3592 * Drop debian/docs.in and pass the list of files to dh_installdocs instead;
3593 should fix the missing README and NEWS files.
3594
3595 -- Loic Minier <lool@dooz.org> Thu, 21 Sep 2006 17:35:16 +0200
3596
3597gtk+2.0 (2.10.3-2) experimental; urgency=low
3598
3599 * Drop obsolete --with-cairo-backend configure flag.
3600 * Make update-gtk-immodules and update-gtk-immodules no-ops, to avoid
3601 modules to recreate the /etc modules files on upgrades or by mistake;
3602 remove the generated module files in /etc on upgrades. closes: #388450
3603 * Merge 2.8.20-2; drop patch 009_revert-gdkdrawable-directfb, merged
3604 upstream.
3605
3606 -- Loic Minier <lool@dooz.org> Wed, 20 Sep 2006 22:17:30 +0200
3607
3608gtk+2.0 (2.10.3-1) experimental; urgency=low
3609
3610 * New upstream releases; with API additions in the filesystem modules API,
3611 probably only used by gtk-demo, and in the quartz gdk backend, not used in
3612 Debian.
3613 - Bump shlibs to >= 2.10.3.
3614 - Drop patch 009_configurable-cairo-backend-module, it was not really
3615 required to select a cairo backend dynamically as the backend is always
3616 cairo-directfb for a directfb gdk.
3617 - Drop patch 010_gdk-require-cairo-module, merged upstream.
3618 - Drop patch 011_gdk-directfb-cvs-changes, this release includes the
3619 changes that were pulled back then.
3620 - Relibtoolize: update patch 070_mandatory-relibtoolize.
3621
3622 -- Loic Minier <lool@dooz.org> Tue, 19 Sep 2006 20:42:38 +0200
3623
3624gtk+2.0 (2.10.1-2) experimental; urgency=low
3625
3626 * Drop obsolete scary warning in 2.10.1-1.
3627 * Drop update-gtk-immodules and update-gdkpixbuf-loaders calls from
3628 libgtk2.0-0's postinst, this isn't needed for backwards compatibility.
3629 * Use /usr/lib/libgtk2.0-0/gdk-pixbuf-query-loaders and
3630 /usr/lib/libgtk2.0-0/gtk-query-immodules-2.0 instead of
3631 /usr/bin/gdk-pixbuf-query-loaders and /usr/bin/gtk-query-immodules-2.0 in
3632 dh_gtkmodules.
3633
3634 -- Loic Minier <lool@dooz.org> Tue, 19 Sep 2006 16:40:22 +0200
3635
3636gtk+2.0 (2.10.1-1) experimental; urgency=low
3637
3638 * Add a missing x11proto-xext-dev build-dep for X SYNC checks.
3639 * Add a missing libatk1.0-dev (>= 1.9.0) build-dep for ATK.
3640 * Replace GTK_BINARY_VERSION in debian/*.in to set the binary version of
3641 binary modules; it is set via debian/scripts/vars and currently in use in
3642 update-gdkpixbuf-loaders.in and update-gtk-immodules.in.
3643 * Remove fake support for version argument from update-gdkpixbuf-loaders and
3644 update-gtk-immodules.
3645 * New upstream development releases with API additions, and non-public API
3646 changes and removals.
3647 - Target at experimental.
3648 - Update copyright from AUTHORS.
3649 - Update upstream URL.
3650 - Bump up libglib2.0-dev build-dep to >= 2.12.0.
3651 - Add a libdirectfb-dev (>= 0.9.24) build-dep for DirectFB.
3652 - Add a libcupsys2-dev (>= 1.2) build-dep for CUPS printing backend.
3653 - Bump shlibs to >= 2.10.0.
3654 - Update list of docs to ship; now includes NEWS. (Closes: #384225)
3655 - Update watch file to track stable releases and use HTTP.
3656 - Set GTK_BINARY_VERSION to 2.10.0.
3657 - Add or bump Conflicts with packages shipping modules for the 2.4.0
3658 binary version of Gtk: gtk2-engines-wonderland <= 1.0-3,
3659 gtk2-engines-cleanice <= 2.4.0-1, gtk2-engines <= 1:2.6.10-2,
3660 gtk2-engines-magicchicken <= 1.1.1-7, gtk2-engines-pixbuf <= 2.8.20-1,
3661 gtk2-engines-gtk-qt <= 1:0.7-1, gtk2-engines-qtpixmap <= 0.28-1.1,
3662 librsvg2-common <= 2.14.4-2, gtk2-engines-xfce <= 2.3.90.2-1,
3663 libgnomeui-0 <= 2.14.1-2, tamil-gtk2im <= 2.2-4.2, imhangul <= 0.9.13-3,
3664 iiimgcf <= 11.4.1870-7.3, scim-bridge <= 0.2.4-1, scim-gtk2-immodule <=
3665 1.4.4-4, gtk-im-libthai <= 0.1.4-1, uim-gtk2.0 <= 1:1.2.1-3, libwmf-dev
3666 <= 0.2.8.4-2, libwmf0.2-7 <= 0.2.8.4-2, swf-player <= 0.3.6-2.1.
3667 - Replace 001_gtk+-2.2.0-buildfix-immodule patch with
3668 001_static-linking-dont-query-immodules which has more chances to be
3669 merged upstream; see GNOME #346531.
3670 - Drop 006_gtk+-2.8.17-directfb patch, merged upstream.
3671 - Refresh patches: 000_gtk+-2.0.6-exportsymbols,
3672 003_default_fallback_icon_theme,
3673 004_gtk+-ximian-gtk2-filesel-navbutton-5,
3674 007_implicit_pointer_conversion_gdkdrawable_directfb.
3675 - Update 070_mandatory-relibtoolize with libtoolize --force --copy &&
3676 aclocal-1.7 -I m4macros && autoconf && automake-1.7.
3677 - New patch, 002_static-linking-dont-build-perf, to avoid building the
3678 perf measurement tools in static builds; see GNOME #346559; needs
3679 the 001_gtk+-2.2.0-buildfix-immodule patch.
3680 - New patch, 009_configurable-cairo-backend-module, to add a new
3681 --with-cairo-backend flag which will select a cairo-$backend.pc
3682 pkg-config module instead of the default of cairo.pc; see GNOME #351509.
3683 - Configure with --with-cairo-backend=directfb for the dfb build.
3684 - New patch, 010_gdk-require-cairo-module, to require the Cflags and Libs
3685 from the cairo-directfb module (as $cairo_module); see GNOME #351519.
3686 - New patch, 011_gdk-directfb-cvs-changes, backport of CVS only build
3687 fixes to permit compilation against directfb 0.9.25.1.
3688 * Fix bashishms in debian/rules. (Closes: #385473)
3689 * Generate a Provides: gtk2.0-binver-@BINVER@ in libgtk2.0-@SONAME@ to track
3690 the binary version of Gtk and to permit Gtk modules to depend on it.
3691 * Define the flags for each flavor (shared, static, and udeb) in Makefile
3692 vars and share the common flags.
3693 * Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
3694 differ.
3695 * Stop shipping *.la and *.a files of modules (all module types).
3696 * Move GTK_BINARY_VERSION back to rules.
3697 * Use GTK_BINVER_DEP instead of BINVER.
3698 * Build flavors out-of-tree; saves 25% of required build space (315 MB) and
3699 some build time / IO load; this clutters the headers a little (full build
3700 path is mentionned instead of ".") though.
3701 * Rewrite and cleanup the build process completely.
3702 * Install the full set of pkg-config files from the dfb flavor in
3703 /usr/lib/pkgconfig/libgtk-directfb-2.0; to use this feature, set
3704 PKG_CONFIG_PATH while invoking pkg-config (or configure); the
3705 /usr/lib/pkgconfig/*directfb*.pc files will be removed when Debian sources
3706 have been converted.
3707 * In the same spirit, gdkconfig.h is in /usr/lib/gtk-2.0/include/directfb;
3708 to use it, prepend -I/usr/lib/gtk-2.0/include/directfb to CFLAGS.
3709 * Fix generation of /etc/gtk-2.0/gdk-pixbuf.loaders for the udeb.
3710 (Closes: #382435)
3711 * Build-depend on libcairo-directfb2-dev >= 1.2.4-2 to get PDF/PS support in
3712 the directfb flavor of libcairo.
3713 * Recommend the linked source packages in libgtk2.0-doc instead of simply
3714 suggesting them.
3715 * Rewrite update-gdkpixbuf-loaders and update-gtk-immodules.
3716 * Drop double libatk1.0-dev build-dep.
3717 * Empty the dependency_libs in the *.la files of libgtk2.0-dev.
3718 * New immodule files handling with *.immodules files below
3719 /usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d.
3720 - New patch, 020_immodules-files-d, to split the module search path on
3721 ":", as is done in Pango, prepend
3722 /usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d to the search path,
3723 and to read all *.immodules files when a directory is encountered in the
3724 search path.
3725 - Pre-generate
3726 /usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d/libgtk2.0-0.immodules
3727 for the shared library.
3728 - Continue generating /etc/gtk-2.0/gtk.immodules until packages are
3729 updated.
3730 * Add the libpixmap engine to the udeb for the new Bladr GTK theme for g-i.
3731 * New loader files handling with *.loaders files below
3732 /usr/lib/gtk-2.0/<BINARY_VERSION>/loaders-files.d.
3733 - New patch, 021_loader-files-d, to split the module search path on
3734 ":", as is done in Pango, prepend
3735 /usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d to the search path,
3736 and to read all *.loaders files when a directory is encountered in the
3737 search path.
3738 - Pre-generate
3739 /usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d/libgtk2.0-0.loaders
3740 for the shared library and libgtk-directfb-2.0-0-udeb.loaders for the
3741 udeb.
3742 - Continue generating /etc/gtk-2.0/gdk-pixbuf.loaders until packages are
3743 updated.
3744 - This particular patch uses two ugly workarounds and needs work before
3745 being sent upstream.
3746 * New Debhelper-based command, dh_gtkmodules, to create module files for IM
3747 modules and GdkPixbuf loaders; it will still add a dependency on the
3748 binary version of Gtk for other modules.
3749 * Make use of the new dh_gtkmodules during the build (override the path to
3750 gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders.
3751 * Add ${misc:Depends} to gtk2-engines-pixbuf.
3752
3753 -- Loic Minier <lool@dooz.org> Tue, 19 Sep 2006 15:13:38 +0200
3754
3755gtk+2.0 (2.8.20-2) unstable; urgency=low
3756
3757 * New patch, 009_revert-gdkdrawable-directfb, to revert a fix for Italic
3758 letters which caused ugly unneeded horizontal/vertical lines; thanks
3759 Davide Viti. (Closes: #386860)
3760 * Fix typo, install-dfb depends on build-dfb, not build-shared.
3761 * Fix typo (DFB_PKGFIR versus DFB_PKGDIR), use the BUILD_DFB_DIR version of
3762 gdk-pixbuf-query-loaders, and set LD_LIBRARY_PATH to the udeb's /usr/lib;
3763 should fix the empty /etc/gtk-2.0/gdk-pixbuf.loaders. (Closes: #382435)
3764 * Ship all engines of the DirectFB build in the udeb, that is
3765 engines/libpixmap.so.
3766
3767 -- Loic Minier <lool@dooz.org> Wed, 20 Sep 2006 21:36:04 +0200
3768
3769gtk+2.0 (2.8.20-1) unstable; urgency=low
3770
3771 * New upstream releases; no API changes.
3772
3773 -- Loic Minier <lool@dooz.org> Mon, 14 Aug 2006 16:52:04 +0200
3774
3775gtk+2.0 (2.8.18-7) unstable; urgency=medium
3776
3777 * Rename patches to reflect the order in which they are applied:
3778 - 000_gtk+-2.2.0-buildfix-immodule to 001_gtk+-2.2.0-buildfix-immodule
3779 - 001_default_fallback_icon_theme to 003_default_fallback_icon_theme
3780 - 001_gtk+-ximian-gtk2-filesel-navbutton-5 to
3781 004_gtk+-ximian-gtk2-filesel-navbutton-5
3782 - 002_xpmico to 005_xpmico
3783 - 003_gtk+-2.8.17-directfb to 006_gtk+-2.8.17-directfb
3784 - 005_implicit_pointer_conversion to
3785 007_implicit_pointer_conversion_gdkdrawable_directfb
3786 - 006_implicit_pointer_conversion to
3787 008_implicit_pointer_conversion_gdkgc_directfb
3788 * Change the 000_gtk+-2.0.6-exportsymbols, and
3789 001_gtk+-2.2.0-buildfix-immodule patches to only patch the
3790 non-autogenerated files.
3791 * Rename 004_reautoconf to 070_mandatory-relibtoolize; update it for the
3792 previous changes; use an older autoconf version to work around a bug
3793 in the glib-gettext macro which broke localization in dialog boxes; thanks
3794 Mike Hommey.
3795
3796 -- Loic Minier <lool@dooz.org> Sun, 6 Aug 2006 11:49:48 +0200
3797
3798gtk+2.0 (2.8.18-6) unstable; urgency=low
3799
3800 * 005_implicit_pointer_conversion.patch: patch from Dann Frazier to
3801 fix an implicit pointer conversion error on 64-bit architectures
3802 (closes: #381081).
3803 * 006_implicit_pointer_conversion.patch: fix another implicit
3804 conversion by allowing deprecated functions in the necessary header
3805 file (closes: #381082).
3806
3807 -- Josselin Mouette <joss@debian.org> Wed, 2 Aug 2006 14:48:54 +0200
3808
3809gtk+2.0 (2.8.18-5) unstable; urgency=low
3810
3811 [ Loic Minier ]
3812 * Set Priority to extra to sync with overrides.
3813
3814 [ Josselin Mouette ]
3815 * Set priority to extra for the udeb.
3816 * Bump build dependencies for libcairo to the stable version.
3817 * Lots of cleanup in debian/rules.
3818 * Rename directfb packages to libgtk-directfb-2.0-*.
3819 * Move .a and .la files from the engine package to the development
3820 package.
3821 + Add appropriate Replaces: field.
3822
3823 -- Josselin Mouette <joss@debian.org> Sun, 30 Jul 2006 18:21:37 +0200
3824
3825gtk+2.0 (2.8.18-4) experimental; urgency=low
3826
3827 * Bump libcairo build dependencies.
3828 * Only install the PNG loader in the udeb.
3829 * Rebuild against a fixed glib.
3830
3831 -- Josselin Mouette <joss@debian.org> Mon, 26 Jun 2006 22:34:27 +0200
3832
3833gtk+2.0 (2.8.18-3) experimental; urgency=low
3834
3835 [ Loïc Minier ]
3836 * Bump libgtk2.0-dev dependency and build-dep on libx11-dev to >= 2:1.0.0-6
3837 as it ships x11.pc which ends up in the Requires of gdk-x11-2.0.pc.
3838 (Closes: #326199, #370693)
3839 [debian/control, debian/control.in]
3840
3841 [ Josselin Mouette ]
3842 * 003_gtk+-2.8.17-directfb.patch: new patch, bringing a new directfb
3843 backend.
3844 * 004_reautoconf.patch: new patch, result of "libtoolize --force
3845 --copy; aclocal; autoheader; automake -acf; autoconf; rm -rf
3846 autom4te.cache" with the previous patches applied.
3847 * Make 3 new packages: libgtk+2.0-directfb0-udeb,
3848 libgtk+2.0-directfb-dev and libgtk+2.0-directfb0.
3849 * Add a new build flavour for directfb (only the shared version).
3850 * Use chrpath to remove the rpath in the udeb.
3851 * Generate a fake shlibs.local to handle all intra-gtk dependencies by
3852 hand.
3853 * Switch to debhelper compatibility mode 5 and require 5.0.22.
3854 * Standards-version is 3.7.2.
3855 * Break the circular dependency between libgtk2.0-0, libgtk2.0-bin and
3856 libgtk2.0-common (closes: #309604).
3857 + Remove libgtk2.0-common dependency on libgtk2.0-0.
3858 + Remove libgtk2.0-0 dependency on libgtk2.0-bin.
3859 + Use ${binary:Version} and ${source:Version} to ensure strict
3860 dependencies.
3861 + Build-depend on dpkg-dev 1.13.19.
3862 + Invert the libgtk2.0-common -> libgtk2.0-0 symbolic link.
3863 + libgtk2.0-common.preinst, libgtk2.0-0.postinst: dance the symbolic
3864 link samba.
3865 + Move support binaries and scripts to libgtk2.0-0 and make
3866 libgtk2.0-bin a binary-all package containing only scripts.
3867 + Move /usr/sbin/update-* calls to libgtk2.0-0.
3868 + update-*: call binaries at their new location.
3869
3870 -- Josselin Mouette <joss@debian.org> Mon, 26 Jun 2006 22:31:14 +0200
3871
3872gtk+2.0 (2.8.18-1) unstable; urgency=low
3873
3874 * New upstream version:
3875 Bugs fixed:
3876 - search box positioning has some bugs
3877 - Gdk does not translate VK_NUMPADx to GDK_KP_x
3878 - sanely handle late (re)setting of dnd image
3879 - Text is shifted off-by-one in Add to panel
3880 - gtk_widget_create_pango_layout docs typo
3881 - GtkLayout In GtkScrolledWindow does not receive the scroll_event
3882 - gtktreeview has RTL problems with toggle buttons if using gtktreestore
3883 as a model
3884 - Wrong drop location in GtkEntry
3885 - GtkImage animation CRITICALS on switching themes
3886 - DnD: Conditional jump or move depends on uninitialised value
3887 - cursor blocked to dnd mode after using shift and dnd on a GtkCalendar
3888 - Crashes while creating source code w/GtkFontSelection
3889 - the right edge tab does not appear when switching tab
3890 - Warning in gtk_paned_compute_position
3891 - gdk should set resolution on PangoCairoFontmap, not PangoCairoContext
3892 - GtkTreeView does not resize correctly
3893 - gtk_tree_view_get_cell_area() forgets depth-one expander
3894 - expander animation not working in RTL mode
3895 - Multiple issues discovered by Coverity
3896 - Make gtk_file_chooser_button_new() friendlier for language bindings
3897
3898 -- Sebastien Bacher <seb128@debian.org> Tue, 30 May 2006 17:02:26 +0200
3899
3900gtk+2.0 (2.8.17-1) unstable; urgency=low
3901
3902 * New upstream version:
3903 Bugs fixed:
3904 - Expander disclosure button is too small
3905 - gtk_image_clear doesn't cause redraw
3906 - typo in configure.in yields suspicious warning
3907 - gtk_icon_view_set_cursor causes Segmentation fault
3908 - garbage output of --help in non UTF-8 locale
3909 - GtkNotebook does not destroy its children on destroy()
3910 - TreeView DnD between-row highlight colo
3911 - Gtk-Criticals occur when scrolling a text_view that is not realized
3912 - Hidden menubar still activates submenus with kbd
3913 - GtkTreeItem broken
3914 - Clean up button press handling (use one-grab-op-at-a-time pattern)
3915 - broken scrolling when selecting
3916 - GTK+ File-chooser dialog crashes
3917 - Nautilus crashes when dragging icons to another screen
3918 - mixed line separators confuse gtk_text_iter_ends_line
3919 - Textview child is covered by window border
3920 - gdk_pixbuf_loader_new_with_type(): What image types are allowed?
3921 - Missing progress bar label
3922 - Fix a problem which caused grab-notify signal to be missed in some cases
3923 * debian/control.in:
3924 - clear the Build-Depends on xlibs-static-pic | xlibs-pic, not required
3925 - updated the Build-Depends on libpango1.0-dev so it build with
3926 the xorg transitioned version
3927 * * debian/patches/001_default_fallback_icon_theme.patch:
3928 - set the default fallback icon theme to "gnome", fixes the issues with
3929 the moves of icons from hicolor to gnome
3930
3931 -- Sebastien Bacher <seb128@debian.org> Sun, 9 Apr 2006 21:54:11 +0200
3932
3933gtk+2.0 (2.8.16-1) unstable; urgency=low
3934
3935 * New upstream version
3936
3937 -- Sebastien Bacher <seb128@debian.org> Wed, 15 Mar 2006 19:26:46 +0100
3938
3939gtk+2.0 (2.8.15-1) unstable; urgency=low
3940
3941 * New upstream version:
3942 * Bugs fixed:
3943 - Keys P and N in "open file" dialog have special meaning
3944 - MS-Windows theme (GTK-Wimp) shows all funky characters
3945 - Optimize gdk on win32
3946 - Hollow polygons have wrong linecaps
3947 - panel crash with a11y enabled
3948 * Updated translations (bg,bn,cs,eu,ro)
3949
3950 -- Sebastien Bacher <seb128@debian.org> Tue, 14 Mar 2006 15:41:56 +0100
3951
3952gtk+2.0 (2.8.13-1) unstable; urgency=low
3953
3954 * New upstream version:
3955 * Bugs fixed:
3956 - Can't select some items in GtkIconView
3957 - gtk_icon_theme_list_icons: example contexts don't work
3958 - gnopernicus crashes on changing display screen source for magnifier
3959 - evince crashes in gdk_region_union_with_rect
3960 - Small error in _gdk_gc_update_context
3961 - gtk.Notebook.get_current_page() returns incorrect page number
3962 when pages hidden
3963 - GtkAboutDialog not responsive to Escape key
3964 - GtkNotebook popup menu not keynavigatable
3965 - GtkRadioButton does not issue notify::active
3966 - Make more use of G_DISABLE_ASSERT in TextView code
3967 * Updated translations
3968
3969 -- Sebastien Bacher <seb128@debian.org> Sat, 25 Feb 2006 23:56:58 +0100
3970
3971gtk+2.0 (2.8.12-1) unstable; urgency=low
3972
3973 * New upstream bugfix release.
3974 * [debian/copyright] Updated FSF's address.
3975
3976 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Sun, 12 Feb 2006 14:11:11 +0100
3977
3978gtk+2.0 (2.8.11-1) unstable; urgency=low
3979
3980 * New upstream version
3981 * Avoid memory overruns in the pixbuf theme engine with nonsensical
3982 gradient specifications. [Matthias]
3983 * Bugs fixed:
3984 - Cursor doesn't move as expected
3985 - Segfault from combination of gtk_container_set_resize_mode()
3986 and GtkComboBox
3987 - segfault in update_cursor on amd64
3988 - eog crashes at launch under AIX
3989 - "~" should bring up the location dialog
3990 - gtk_text_layout_get_cursor_locations() chokes on layout=0x0
3991 * Documentation improvements [Federico Mena Quintero]
3992 * Translation updates (es,pt_BR,zh_HK,zh_TW)
3993
3994 -- Sebastien Bacher <seb128@debian.org> Fri, 27 Jan 2006 22:28:05 +0100
3995
3996gtk+2.0 (2.8.10-1) unstable; urgency=low
3997
3998 * New upstream version
3999 * debian/control.in:
4000 - updated the glib requirement
4001 * debian/patches/001_fs_documents.patch:
4002 - dropped, stick with upstream behaviour rather
4003
4004 -- Sebastien Bacher <seb128@debian.org> Thu, 12 Jan 2006 13:34:37 +0100
4005
4006gtk+2.0 (2.8.9-2) unstable; urgency=low
4007
4008 * Upload to unstable
4009
4010 -- Sebastien Bacher <seb128@debian.org> Thu, 15 Dec 2005 15:13:32 +0100
4011
4012gtk+2.0 (2.8.9-1) experimental; urgency=low
4013
4014 * New upstream version:
4015 Bugs fixed:
4016 - File chooser filter behaves weird
4017 - 2.8.4 to 2.8.6: sound-juicer crash, fileselector assertions
4018 - On unsetting the Model, GtkTreeView does not clear
4019 it's associated TreeSelection
4020 - Crash on selecting a file of null mime-type
4021 - gtktoolbutton leaks a pixbuf
4022 - GdkEvent leaked in gtktreeview.c / gtk_tree_view_key_press
4023 - Typo in trap_activate_cb()
4024 - gtkcalendar.c: The identifier is already declared.
4025 - gtk_menu_attach_to_widget() does not take NULL detacher
4026 - Unhinted fonts are measured incorrectly and drawing
4027 problems occur as a result
4028 - unwanted scrolling in recent gtk
4029 - Toolbars without icons are invisible in icon-only mode
4030 - Search-entry in the TreeView not working properly
4031 - gtktoolbutton.c:562: warning: 'image' is used
4032 uninitialized in this function
4033 - reference count of textbuffer increases with each paste
4034 - gtk_selection_data_get_uris leaks memory
4035 Other changes:
4036 - Remove GMemChunk from public header files to
4037 support building against GLib 2.10
4038 - Report errors in option parsing
4039 - Merge upstream xdgmime changes to handle duplicate glob patterns
4040
4041 -- Sebastien Bacher <seb128@debian.org> Sat, 10 Dec 2005 18:22:50 +0100
4042
4043gtk+2.0 (2.8.8-1) experimental; urgency=low
4044
4045 * New upstream version:
4046 GtkFileChooser:
4047 - Make F2 work for renaming bookmarks
4048 GtkEntry:
4049 - Turn off input methods in password entries
4050 - Other fixes * Documentation improvements
4051 - Updated translations
4052
4053 -- Sebastien Bacher <seb128@debian.org> Tue, 29 Nov 2005 16:00:32 +0100
4054
4055gtk+2.0 (2.8.7-1) experimental; urgency=low
4056
4057 * New upstream version.
4058 * Security fixes:
4059 - Add check to XPM reader to prevent integer overflow for specially crafted
4060 number of colors (CVE-2005-3186) (Closes: #339431).
4061 - Fix endless loop with specially crafted number of colors (CVE-2005-2975).
4062 * debian/patches/001_fs_documents.patch:
4063 - updated.
4064 * debian/rules:
4065 - fix confusing cp usage.
4066
4067 [ Loic Minier ]
4068 * Drop xlibs-dev deps and build-deps.
4069 [debian/control, debian/control.in]
4070
4071 -- Sebastien Bacher <seb128@debian.org> Wed, 16 Nov 2005 11:54:11 +0100
4072
4073gtk+2.0 (2.8.3-1) experimental; urgency=low
4074
4075 * New upstream version:
4076 - Fix problems with the handling of initial settings
4077 for font options and cursor themes.
4078 - Add a --ignore-theme-index option to gtk-update-icon-cache.
4079
4080 -- Jordi Mallach <jordi@debian.org> Thu, 1 Sep 2005 19:45:50 +0200
4081
4082gtk+2.0 (2.8.2-1) experimental; urgency=low
4083
4084 * New upstream version:
4085 - Fix a crash with custom icon themes, which affected
4086 the gnome-theme-manager.
4087 - Make sure font and cursor settings are propaged down
4088 to the screen initially.
4089 * debian/control.in:
4090 - require the current pango.
4091
4092 -- Sebastien Bacher <seb128@debian.org> Thu, 25 Aug 2005 00:36:18 +0200
4093
4094gtk+2.0 (2.8.1-1) experimental; urgency=low
4095
4096 * New upstream version:
4097 - gtk-update-icon-cache no longer stores copies of symlinked icons,
4098 and it has a --index-only option to omit image data from the cache.
4099 - Make large GtkSizeGroups more efficient.
4100 - Improve positioning of menus in GtkToolbar.
4101 - Make scrolling work on unrealized icon views.
4102 - Avoid unnecessary redraws on range widgets.
4103 - Make sure that all GTK+ applications reload icon themes promptly.
4104 - Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
4105 use the same font options and dpi value.
4106 - Multiple memory leak fixes.
4107 * debian/control.in:
4108 - updated the libgtk2.0-dev Depends according to the changes.
4109 * debian/rules:
4110 Add --enable-explicit-deps=yes to make sure stuff like x11 gets listed as a
4111 Requires: in gdk(-x11)-2.0.pc, because otherwise linkage against -lX11 and
4112 friends doesn't get carried through. Whether or not this is correct is
4113 arguable, since libgdk-x11-2.0.so.0* ends up linked against it anyway, but
4114 stuff like gnome-panel seems to be relying on this transience.
4115 Change by Daniel Stone.
4116
4117 -- Sebastien Bacher <seb128@debian.org> Wed, 24 Aug 2005 11:24:16 +0200
4118
4119gtk+2.0 (2.8.0-1) experimental; urgency=low
4120
4121 * New upstream version.
4122 * debian/control.in:
4123 - build with the new cairo (Closes: #323705).
4124 - updated the Build-Depends for xorg (Closes: #323080).
4125 * debian/copyright:
4126 - use License instead of Copyright (Closes: #323209).
4127 * debian/patches/001_fs_documents.patch:
4128 - default to Documents.
4129 * debian/rules:
4130 - updated the shlibs.
4131 * debian/watch:
4132 - updated.
4133
4134 -- Sebastien Bacher <seb128@debian.org> Thu, 18 Aug 2005 12:19:41 +0200
4135
4136gtk+2.0 (2.7.2-1) experimental; urgency=low
4137
4138 * New upstream version.
4139 * debian/control.in:
4140 - updated the Build-Depends.
4141 * debian/rules:
4142 - updated the shlibs.
4143 - use cairo.
4144 * debian/watch:
4145 - updated.
4146
4147 -- Sebastien Bacher <seb128@debian.org> Tue, 12 Jul 2005 01:06:55 +0200
4148
4149gtk+2.0 (2.6.8-1) unstable; urgency=low
4150
4151 * New upstream version.
4152 * debian/patches/003_focus_issues.patch:
4153 - fixed with the new version.
4154
4155 -- Sebastien Bacher <seb128@debian.org> Thu, 16 Jun 2005 12:52:35 +0200
4156
4157gtk+2.0 (2.6.7-2) unstable; urgency=low
4158
4159 * Upload to unstable.
4160 * Forward patches from 2.6.4 branch:
4161 + 003_focus_issues.patch: stolen from CVS HEAD to fix focus issues.
4162 + debian/gtk-tutorial.devhelp: updated to reflect the reality of the
4163 html files.
4164 * Loïc Minier:
4165 + Document the configuration of Emacs-style key bindings in README.Debian,
4166 with additional instructions for GNOME users. [debian/README.Debian]
4167 (Closes: #309530)
4168
4169 -- Josselin Mouette <joss@debian.org> Mon, 6 Jun 2005 22:39:27 +0200
4170
4171gtk+2.0 (2.6.7-1) experimental; urgency=low
4172
4173 * New upstream version:
4174 - Fix compilation with gcc 4.0 (Closes: #303646).
4175 * debian/rules:
4176 - clean from the mips changes.
4177 * debian/patches/002_bmp.patch:
4178 - the new version fixes that.
4179 * debian/patches/004_fs_newdir.patch:
4180 - the new version fixes that.
4181
4182 -- Sebastien Bacher <seb128@debian.org> Thu, 14 Apr 2005 22:06:53 +0200
4183
4184gtk+2.0 (2.6.4-1) unstable; urgency=medium
4185
4186 * New upstream release.
4187 * debian/patches/004_fs_newdir.patch:
4188 - fix a crash in the fileselector when creating a directory.
4189 * debian/patches/003_iconcache.patch:
4190 - this bug is fixed in the new version.
4191 * debian/patches/004_mipsbuild.patch:
4192 - dropped, this change is not required.
4193 * debian/patches/002_bmp.patch:
4194 - fix CAN-2005-0891: BMP double free Dos (Closes: #303141).
4195
4196 -- Sebastien Bacher <seb128@debian.org> Tue, 5 Apr 2005 21:09:01 +0200
4197
4198gtk+2.0 (2.6.2-4) unstable; urgency=high
4199
4200 * Sjoerd Simons:
4201 - debian/patches/003_iconcache.patch
4202 + Updated. Let updateiconcache.c include config.h so it's correctly build
4203 with large file support (Closes: #295777).
4204 * Sebastien Bacher:
4205 - debian/shlibs.local:
4206 + dropped, fix the self depends (Closes: #296175).
4207 * Loic Minier:
4208 - debian/control*
4209 + added gtk2-engines-pixbuf subsection and priority to sync with
4210 the override.
4211 * Use high urgency so that icon themes can propagate to testing.
4212
4213 -- Josselin Mouette <joss@debian.org> Wed, 2 Mar 2005 22:28:38 +0100
4214
4215gtk+2.0 (2.6.2-3) unstable; urgency=low
4216
4217 * Patch from Steve Langasek <vorlon@debian.org>:
4218 Add a --disable-testsuite argument to upstream configure, to permit
4219 skipping the testsuite on architectures where large static binaries
4220 are currently problematic (i.e., mips). Closes: #295048.
4221
4222 -- Sebastien Bacher <seb128@debian.org> Sun, 13 Feb 2005 19:23:39 +0100
4223
4224gtk+2.0 (2.6.2-2) unstable; urgency=low
4225
4226 * debian/libgtk2.0-bin.postinst:
4227 - don't run gtk-update-icon-cache, the themes should do that
4228 (Closes: #293568).
4229 * debian/patches/003_iconcache.patch:
4230 - should fix the gtk-update-icon-cache issue on sparc.
4231
4232 -- Sebastien Bacher <seb128@debian.org> Sun, 6 Feb 2005 19:57:57 +0100
4233
4234gtk+2.0 (2.6.2-1) unstable; urgency=low
4235
4236 * New upstream release:
4237 - fix the loop in gtkdialog (Closes: #291051).
4238 - should fix the issue on sparc (Closes: #293711).
4239
4240 -- Sebastien Bacher <seb128@debian.org> Sun, 6 Feb 2005 00:16:52 +0100
4241
4242gtk+2.0 (2.6.1-2) unstable; urgency=low
4243
4244 * Upload to unstable.
4245 * debian/patches/004_gtkmodules.patch:
4246 - don't reverse the order of modules, that fix a crash with the modules.
4247
4248 -- Sebastien Bacher <seb128@debian.org> Wed, 2 Feb 2005 18:28:09 +0100
4249
4250gtk+2.0 (2.6.1-1) experimental; urgency=low
4251
4252 * New upstream release.
4253
4254 -- Sebastien Bacher <seb128@debian.org> Sun, 9 Jan 2005 14:23:07 +0100
4255
4256gtk+2.0 (2.6.0-1) experimental; urgency=low
4257
4258 * New upstream release (Closes: #275239).
4259 * debian/control.in:
4260 - create a gtk2-engines-pixbuf package.
4261 - recommends hicolor-icon-theme (Closes: #287334).
4262 - rename libgtk2.0-dbg to libgtk2.0-0-dbg.
4263 - updated the Build-Depends.
4264 * debian/gtk2-engines-pixbuf.files:
4265 - added.
4266 * debian/libgtk2.0-bin.files:
4267 - install gtk-update-icon-cache here.
4268 * debian/libgtk2.0-bin.postinst:
4269 - call gtk-update-icon-cache.
4270 * debian/patches/001_gtk+-debian-aclocal-pass_all.patch:
4271 - removed, should not be needed with the new version.
4272 * debian/patches/003_treeview-typeahead.patch,
4273 debian/patches/003_filechooser-search.patch,
4274 debian/patches/004_treeview-activate.patch,
4275 debian/patches/005_modifiers.patch:
4276 - removed, these changes are in the new version.
4277 * debian/rules:
4278 - updated the shlibs.
4279 - use dh_strip to make the debug package.
4280 * update-gtk-immodules.in:
4281 * update-gdkpixbuf-loaders.in:
4282 - module version is 2.4.0.
4283 * debian/watch:
4284 - updated.
4285
4286 -- Sebastien Bacher <seb128@debian.org> Wed, 29 Dec 2004 18:55:11 +0100
4287
4288gtk+2.0 (2.4.14-2) unstable; urgency=low
4289
4290 * debian/patches/003_filechooser-search.patch:
4291 - open the path entry if "/" is enter in the file-selector.
4292 * debian/patches/004_treeview-activate.patch:
4293 - typeahead active the row.
4294 * debian/patches/005_modifiers.patch:
4295 - accept shift-/ for bringing up the location popup.
4296
4297 -- Sebastien Bacher <seb128@debian.org> Tue, 21 Dec 2004 16:21:15 +0100
4298
4299gtk+2.0 (2.4.14-1) unstable; urgency=low
4300
4301 * New upstream release (Closes: #286021).
4302 * debian/control.in:
4303 - set myself as maintainer.
4304 * debian/patches/003_treeview-typeahead.patch:
4305 - backport of the typeahead feature for the treeviews.
4306
4307 -- Sebastien Bacher <seb128@debian.org> Sun, 19 Dec 2004 14:55:07 +0100
4308
4309gtk+2.0 (2.4.13-1) unstable; urgency=low
4310
4311 * New upstream release:
4312 - make new notebook tabs appear again (Closes: #276266).
4313
4314 -- Sebastien Bacher <seb128@debian.org> Wed, 13 Oct 2004 16:48:13 +0200
4315
4316gtk+2.0 (2.4.11-1) unstable; urgency=low
4317
4318 * New upstream release.
4319
4320 -- Sebastien Bacher <seb128@debian.org> Mon, 11 Oct 2004 19:48:52 +0200
4321
4322gtk+2.0 (2.4.10-1) unstable; urgency=low
4323
4324 * New upstream release.
4325 * debian/patches/002_xpmico.patch:
4326 - updated, the two xpm fixes are in the new version.
4327
4328 -- Sebastien Bacher <seb128@debian.org> Sun, 19 Sep 2004 00:19:27 +0200
4329
4330gtk+2.0 (2.4.9-2) unstable; urgency=high
4331
4332 * debian/patches/002_xpmico.patch:
4333 - fix CAN-2004-0782 Heap-based overflow in pixbuf_create_from_xpm.
4334 - fix CAN-2004-0783 Stack-based overflow in xpm_extract_color.
4335 - fix CAN-2004-0788 ico loader integer overflow.
4336
4337 -- Sebastien Bacher <seb128@debian.org> Fri, 17 Sep 2004 12:23:02 +0200
4338
4339gtk+2.0 (2.4.9-1) unstable; urgency=medium
4340
4341 * GNOME team upload.
4342 * New upstream release.
4343 * debian/patches/002_gtk+-pixbuf-breakage.patch: removed, included in
4344 upstream version 2.4.8.
4345
4346 -- Jordi Mallach <jordi@debian.org> Thu, 26 Aug 2004 14:41:17 +0200
4347
4348gtk+2.0 (2.4.7-1) unstable; urgency=medium
4349
4350 * GNOME team upload.
4351 * New upstream release.
4352 * debian/patches/002_gtk+-pixbuf-breakage.patch: new, apply patch
4353 from CVS to fix thumbnail corruption in nautilus.
4354
4355 -- Jordi Mallach <jordi@debian.org> Wed, 25 Aug 2004 20:12:28 +0200
4356
4357gtk+2.0 (2.4.4-2) unstable; urgency=medium
4358
4359 * Rebuilt with libtiff4.
4360 * debian/control.in:
4361 - Build-Depends on libtiff4-dev.
4362
4363 -- Sebastien Bacher <seb128@debian.org> Wed, 28 Jul 2004 23:11:54 +0200
4364
4365gtk+2.0 (2.4.4-1) unstable; urgency=low
4366
4367 * New upstream release
4368 - fix the problem with directories displayed twice in the file chooser
4369 (Closes: #249057).
4370 * debian/control.in:
4371 - libgtk2.0-bin Conflicts with old libgtk2.0-dev.
4372
4373 -- Sebastien Bacher <seb128@debian.org> Sun, 11 Jul 2004 00:33:45 +0200
4374
4375gtk+2.0 (2.4.3-3) unstable; urgency=low
4376
4377 * debian/control.in:
4378 - since manpages have moved from libgtk2.0-dev to libgtk2.0-bin we need
4379 to update the Replaces.
4380
4381 -- Sebastien Bacher <seb128@debian.org> Mon, 5 Jul 2004 21:15:25 +0200
4382
4383gtk+2.0 (2.4.3-2) unstable; urgency=low
4384
4385 * debian/libgtk2.0-bin.files:
4386 - moved gdk-pixbuf-query-loader and gtk-query-immodules-2.0 manpages
4387 to libgtk2.0-bin. (Closes: #257399).
4388 * debian/libgtk2.0-doc.doc-base.gtk-faq,
4389 debian/libgtk2.0-doc.doc-base.gtk-tutorial:
4390 - changed index.html with book1.html.
4391 * Included devehelp files from Richard Cohen <richard@daijobu.co.uk>
4392 for the faq and the tutorial (Closes: #256844).
4393
4394 -- Sebastien Bacher <seb128@debian.org> Sat, 3 Jul 2004 12:14:38 +0200
4395
4396gtk+2.0 (2.4.3-1) unstable; urgency=medium
4397
4398 * New upstream release
4399 - fix the button size allocation logic (Closes: #253971, #253974).
4400 * debian/rules
4401 - updated the shlibs.
4402
4403 -- Sebastien Bacher <seb128@debian.org> Tue, 15 Jun 2004 11:29:13 +0200
4404
4405gtk+2.0 (2.4.2-1) unstable; urgency=low
4406
4407 * New upstream release (Closes: #252690).
4408
4409 -- Sebastien Bacher <seb128@debian.org> Sat, 5 Jun 2004 17:23:57 +0200
4410
4411gtk+2.0 (2.4.1-4) unstable; urgency=low
4412
4413 * Conflict with librsvg2-common << 2.6.3-1 (closes: #250714, #250647).
4414
4415 -- Josselin Mouette <joss@debian.org> Tue, 25 May 2004 14:15:22 +0200
4416
4417gtk+2.0 (2.4.1-3) unstable; urgency=low
4418
4419 * GNOME Team Upload.
4420 * Upload to unstable
4421 + close bug fixed in experimental uploads
4422 (Closes: #161244, #201429, #201507, #203677, #208744, #223316, #228603)
4423 (Closes: #232081, #234902, #238479, #241860)
4424 * Marc Brockschmidt <he@debian.org>
4425 + debian/rules: Really, *really* surpress warnings when removing directories
4426 (using >/dev/null 2>&1 instead of 2>&1 >/dev/null)
4427
4428 -- Sebastien Bacher <seb128@debian.org> Sat, 22 May 2004 15:23:21 +0200
4429
4430gtk+2.0 (2.4.1-2) experimental; urgency=low
4431
4432 * debian/control.in:
4433 + Conflict with old versions of packages that need a rebuild to work with
4434 gtk+2.4 to force the updates.
4435
4436 -- Sebastien Bacher <seb128@debian.org> Sat, 15 May 2004 23:24:07 +0200
4437
4438gtk+2.0 (2.4.1-1) experimental; urgency=low
4439
4440 * New upstream release.
4441 * Akira TAGOH <tagoh@debian.org>
4442 + debian/control:
4443 - added libgtk2.0-0 to Depends for libgtk2.0-common. (from 2.2.4-6).
4444 - libgtk2.0-dev requires libxext-dev. (Closes: #247469)
4445 * Sebastien Bacher <seb128@debian.org>
4446 + debian/rules:
4447 - updated shlib to 2.4.1.
4448
4449 -- Sebastien Bacher <seb128@debian.org> Wed, 5 May 2004 23:32:54 +0200
4450
4451gtk+2.0 (2.4.0-4) experimental; urgency=low
4452
4453 * Akira TAGOH <tagoh@debian.org>
4454 + debian/control:
4455 - moved arch-independent files to libgtk2.0-common again.
4456 - separated arch-dependent files to libgtk2.0-bin.
4457
4458 -- Akira TAGOH <tagoh@debian.org> Sat, 24 Apr 2004 02:11:52 +0900
4459
4460gtk+2.0 (2.4.0-3) experimental; urgency=low
4461
4462 * Akira TAGOH <tagoh@debian.org>
4463 + debian/rules:
4464 - modified the sed script to strip the version properly.
4465 (closes: Bug#241860)
4466 - clean up.
4467 + debian/control:
4468 - updated the dependencies for the separated xlibs-dev. (from 2.2.4-4)
4469 - separated arch-independent data to libgtk2.0-data package.
4470 (from 2.2.4-4)
4471
4472 -- Akira TAGOH <tagoh@debian.org> Fri, 23 Apr 2004 22:43:58 +0900
4473
4474gtk+2.0 (2.4.0-2) experimental; urgency=low
4475
4476 * debian/control.in:
4477 + Added build dependency on libxcursor-dev. (Closes: #239886)
4478
4479 Sebastien Bacher <seb128@debian.org>:
4480 * debian/rules:
4481 + Updated shver.
4482 * debian/control.in:
4483 + Added again Build-Depends removed in 2.4.0-1.
4484
4485 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Thu, 25 Mar 2004 11:18:48 +0100
4486
4487gtk+2.0 (2.4.0-1) experimental; urgency=low
4488
4489 * First upload of new GTK+ branch in experimental (Closes: #238479):
4490 + back out locale-dependent interpretation of KP_Decimal (Closes: #234902).
4491 + change scrolling method (Closes: #161244).
4492 + first day of the week depends of the locale (Closes: #228603).
4493 + fix fileselector multiple selection handling after keyboard validation
4494 (Closes: #208744).
4495 + fix gtktreeview crash when expanding nodes (Closes: #232081).
4496 + fix quotes missing in gtk-2.0.m4 (Closes: #223316).
4497 + use the new file selector (Closes: #203677, #201429, #201507).
4498 + and probably a lot of other bug fixes and improvements ...
4499 * Sebastien Bacher <seb128@debian.org>:
4500 * debian/control.in:
4501 - removed Build-Depends on docbook-utils and linuxdoc-tools-text.
4502 * patches/001_gtk+-debian-docfix-dtds.patch:
4503 - removed since we have a xml catalog now.
4504 * Rob Taylor <robtaylor@fastmail.fm>:
4505 * debian/control.in, debian/sources, debian/scripts/vars, debian/watch:
4506 - updated for 2.4.0.
4507 * debian/patches/:
4508 - 002_gtk+-debian-freetype.patch:
4509 + removed, not needed any more, configure already has the changes.
4510 - 000_gtk+-2.2.4-non-weak-symbols.patch:
4511 + removed, fixed in upstream source.
4512 - 000_gtk+-2.2.4-socketfocus.patch:
4513 + removed, fixed in upstream source.
4514 - 001_gtk+-debian-aclocal-pass_all.patch :
4515 + updated.
4516 - 000_gtk+-2.2.0-buildfix-immodule.patch
4517 + updated.
4518 - 000_gtk+-debian-xinerama-pic.patch
4519 + updated.
4520
4521 -- Sebastien Bacher <seb128@debian.org> Mon, 22 Mar 2004 22:00:09 +0100
4522
4523gtk+2.0 (2.2.4-6) unstable; urgency=low
4524
4525 * Akira TAGOH <tagoh@debian.org>
4526 + debian/control:
4527 - added libxt-dev to fix FTBFS. (closes: Bug#246450)
4528 - added libgtk2.0-0 to Depends for libgtk2.0-common.
4529
4530 -- Akira TAGOH <tagoh@debian.org> Tue, 4 May 2004 11:30:56 +0900
4531
4532gtk+2.0 (2.2.4-5) unstable; urgency=low
4533
4534 * Akira TAGOH <tagoh@debian.org>
4535 + debian/control:
4536 - moved arch-independent files to libgtk2.0-common again.
4537 - separated arch-dependent files to libgtk2.0-bin.
4538
4539 -- Akira TAGOH <tagoh@debian.org> Sat, 24 Apr 2004 01:12:08 +0900
4540
4541gtk+2.0 (2.2.4-4) unstable; urgency=low
4542
4543 * Akira TAGOH <tagoh@debian.org>
4544 + debian/rules:
4545 - bumped the shlib version to 2.2.1-3. (closes: Bug#208671)
4546 + debian/control:
4547 - separated arch-independent data to libgtk2.0-data package.
4548 (closes: Bug#233396)
4549 - fixed the dependencies for the separated xlibs-dev.
4550 (closes: Bug#241782, Bug#241522)
4551 + debian/libgtk2.0-data.{dir,files}:
4552 - added.
4553
4554 -- Akira TAGOH <tagoh@debian.org> Thu, 22 Apr 2004 00:42:02 +0900
4555
4556gtk+2.0 (2.2.4-3) unstable; urgency=low
4557
4558 * debian/patches/:
4559 - 002_gtk+-debian-freetype.patch: patch from Daniel Schepler to fix the
4560 build failure due to freetype (Closes: #225129).
4561
4562 -- Sebastien Bacher <seb128@debian.org> Sat, 27 Dec 2003 13:00:17 +0100
4563
4564gtk+2.0 (2.2.4-2) unstable; urgency=low
4565
4566 * debian/control:
4567 - added Uploaders to maintain as team.
4568 - added gnome-pkg-tools to Build-Depends.
4569 * debian/gtk-options.7:
4570 - included a manpage with the help on the options (Closes: Bug#216897).
4571 * debian/libgtk2.0-doc.doc-base.gtk-faq
4572 * debian/libgtk2.0-doc.doc-base.gtk-tutorial:
4573 - replaced book1.html by index.html (closes: Bug#215382).
4574 * debian/patches/:
4575 - 000_gtk+-2.2.4-socketfocus.patch: new patch to fix a GtkSocket focus
4576 problem that hang the system tray applet.
4577 (closes: Bug#210813, Bug#212772).
4578 - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: updated
4579 (closes: Bug#216660).
4580 * debian/rules:
4581 - modified to generate debian/control using gnome-pkg-tools.
4582
4583 -- Sebastien Bacher <seb128@debian.org> Fri, 31 Oct 2003 21:32:29 +0100
4584
4585gtk+2.0 (2.2.4-1) unstable; urgency=low
4586
4587 * New upstream release.
4588 - implemented the im module that produces C_WITH_CEDILLA rather than
4589 C_WITH_ACUTE for dead_acute+c combinations. it will be used as default
4590 im module for fr and pt. (closes: Bug#168557)
4591 - reworked the handling of XIM's status window. (closes: Bug#203009)
4592 * debian/control:
4593 - removed libgtk2.0-0png3 which is unnecessary anymore.
4594 - added non-versioned Conflicts: libgtk2.0-0png3.
4595 - bumped Standards-Version to 3.6.1.0.
4596 * debian/patches/: removed the backported patches.
4597 - 000_gtk+-2.2.2-docfix-gtk2compliant.patch
4598 - 000_gtk+-2.2.2-docfix-gtktreemodel.patch
4599 - 000_gtk+-2.2.2-gtkwidget-viewable.patch
4600 - 000_gtk+-2.2.2-imxim-reconnect.patch
4601
4602 -- Akira TAGOH <tagoh@debian.org> Mon, 8 Sep 2003 03:42:18 +0900
4603
4604gtk+2.0 (2.2.2-3) unstable; urgency=low
4605
4606 * debian/patches/:
4607 - 000_gtk+-2.2.2-docfix-gtk2compliant.patch: applied a backported patch
4608 from CVS to fix the old documentation. (closes: Bug#146723)
4609 - 000_gtk+-2.2.2-docfix-gtktreemodel.patch: applied a backported patch
4610 from CVS to fix the sample code. (closes: Bug#201322)
4611 - 000_gtk+-2.2.2-gtkwidget-viewable.patch: applied a backported patch from
4612 CVS to fix the garbled pixmaps. (closes: Bug#201808, Bug#202486)
4613 - 000_gtk+-2.2.2-imxim-reconnect.patch: applied a backported patch from
4614 CVS to fix the segfaults if the XIM server is killed during running gtk2
4615 applications.
4616 - 001_gtk+-debian-docfix-dtds.patch: applied to use the local DTD.
4617 * debian/control:
4618 - added Build-Depends-Indep: gtk-doc-tools, docbook-xml to re-generate the
4619 fixed documents.
4620
4621 -- Akira TAGOH <tagoh@debian.org> Thu, 7 Aug 2003 01:42:46 +0900
4622
4623gtk+2.0 (2.2.2-2) unstable; urgency=low
4624
4625 * debian/patches/:
4626 - 001_gtk+-debian-aclocal-pass_all.patch: re-applied a patch to fix FTBFS
4627 on arm. (closes: Bug#201443)
4628
4629 -- Akira TAGOH <tagoh@debian.org> Thu, 24 Jul 2003 03:14:10 +0900
4630
4631gtk+2.0 (2.2.2-1) unstable; urgency=low
4632
4633 * New upstream release. (closes: Bug#200350)
4634 - Fixed threadlocks on GtkTreeView. (closes: Bug#192136)
4635 - Fixed the crash on moving the cursor when the cursor is invisible.
4636 (closes: Bug#187858)
4637 - Fixed the compose table for ascending order. (closes: Bug#182073)
4638 * debian/control:
4639 - fix the FTBFS. Thanks to Daniel Baeyens.
4640 - bumped Standards-Version to 3.6.0.
4641 * debian/rules:
4642 - removed dh_undocumented.
4643 - don't claim the newer shlibs.
4644 * debian/patches/:
4645 - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch: removed.
4646 - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch: removed.
4647 - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch: removed.
4648 - 000_gtk+-2.2.1-gtktreeview-scroll.patch: removed.
4649 - 000_gtk+-debian-xinerama-pic.patch: updated.
4650 - 001_gtk+-debian-aclocal.patch: removed.
4651 - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: applied a Ximian patch
4652 to improve the GtkFileSel UI. Requested from Ross Burton.
4653 - 000_gtk+-2.2.2-non-weak-symbols.patch: applied to fix the undefined non
4654 weak symbols. (closes: Bug#193774)
4655
4656 -- Akira TAGOH <tagoh@debian.org> Sun, 13 Jul 2003 21:26:49 +0900
4657
4658gtk+2.0 (2.2.1-6) unstable; urgency=low
4659
4660 * debian/patches/001_gtk+-debian-aclocal.patch:
4661 - damn. forgot to re-run automake and autoconf. fix again.
4662 (closes: Bug#190569)
4663
4664 -- Akira TAGOH <tagoh@debian.org> Sat, 3 May 2003 16:56:18 +0900
4665
4666gtk+2.0 (2.2.1-5) unstable; urgency=low
4667
4668 * debian/control:
4669 - changed a section for libgtk2.0-dbg to libdevel.
4670 * debian/patches/000_gtk+-debian-aclocal.patch:
4671 - applied to fix Xinerama library linkage broken on arm and m68k.
4672 (closes: Bug#190569)
4673 Thanks to James Troup and Phil Blundell.
4674
4675 -- Akira TAGOH <tagoh@debian.org> Sat, 3 May 2003 01:50:52 +0900
4676
4677gtk+2.0 (2.2.1-4) unstable; urgency=low
4678
4679 * debian/patches/:
4680 - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch:
4681 applied a backported patch from CVS. (closes: Bug#185066)
4682 - 000_gtk+-2.2.1-gtktreeview-scroll.patch:
4683 applied a patch from Red Hat to fix infinite expose loops in TreeView.
4684 (closes: Bug#187312)
4685 * debian/control:
4686 - bumped Standards-Version to 3.5.9.
4687 - changed a section for libgtk2.0-dev to libdevel.
4688 * debian/rules:
4689 - fixed the symlinks on /usr/share/gtk-doc/html. (closes: Bug#183377)
4690 * debian/compat:
4691 - use it instead of DH_COMPAT.
4692
4693 -- Akira TAGOH <tagoh@debian.org> Fri, 4 Apr 2003 01:55:35 +0900
4694
4695gtk+2.0 (2.2.1-3) unstable; urgency=low
4696
4697 * build against the latest xlibs and xlibs-pic. so now correct
4698 libXinerama_pic.a is linked and supporting xinarama is re-enabled.
4699 (closes: Bug#177318)
4700 * debian/control:
4701 - depend on xlibs-pic (>= 4.2.1-6)
4702 * debian/README.Debian:
4703 - improve description of static libraries issue. (closes: Bug#181879)
4704 Thanks to Marcelo E. Magallon <mmagallo@debian.org>
4705 - mention gtk-key-theme-name and gnome-settings-daemon.
4706 * debian/rules:
4707 - create the symlinks in /usr/share/gtk-doc
4708
4709 -- Akira TAGOH <tagoh@debian.org> Mon, 3 Mar 2003 01:35:04 +0900
4710
4711gtk+2.0 (2.2.1-2) unstable; urgency=low
4712
4713 * debian/patches/:
4714 - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch:
4715 backport from CVS to fix wrong pointer returned. (closes: Bug#180786)
4716 - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch:
4717 applied to fix a crash when using xinput. (closes: Bug#178908)
4718
4719 -- Akira TAGOH <tagoh@debian.org> Wed, 19 Feb 2003 03:10:55 +0900
4720
4721gtk+2.0 (2.2.1-1) unstable; urgency=low
4722
4723 * New upstream release.
4724 * debian/patches/: removed patches. they were fixed in this release.
4725 - 000_gtk+-2.2.0-buildfix-modules.patch
4726 - 000_gtk+-2.2.0-fix-es.po.patch
4727 - 000_gtk+-2.2.0-fnmatch-undef.patch
4728 - 002_gtk+-2.2.0-fixtypo-xinput.patch
4729 * debian/patches/000_gtk+-debian-xinerama-pic.patch: update.
4730
4731 -- Akira TAGOH <tagoh@debian.org> Fri, 7 Feb 2003 03:37:44 +0900
4732
4733gtk+2.0 (2.2.0-3) unstable; urgency=low
4734
4735 * debian/: clean the unnecessary files up. (closes: Bug#177809)
4736 * debian/rules:
4737 remove the old debug libraries on install process if exists. (closes:
4738 Bug#177376)
4739 * debian/patches/:
4740 - 002_gtk+-2.2.0-fixtypo-xinput.patch:
4741 fix to enable XFree86 xinput extension. (closes: Bug#176104)
4742 - 000_gtk+-2.2.0-fix-es.po.patch:
4743 applied to fix es.po. (closes: Bug#178870)
4744
4745 -- Akira TAGOH <tagoh@debian.org> Wed, 29 Jan 2003 23:01:43 +0900
4746
4747gtk+2.0 (2.2.0-2) unstable; urgency=low
4748
4749 * debian/control:
4750 - add Conflicts libgnomeui-0 (<< 2.0.6-2) to avoid the gtk+ 2.2 breakage.
4751 (closes: Bug#175946)
4752 - add Conflicts gtk2.0-examples (<< 2.2.0) (closes: Bug#175868)
4753 - add dependency of libgtk2.0-common. (closes: Bug#175873)
4754 - removed libgtk-common package. it's no longer needed. I hope the loop
4755 dependency will be disappeared.
4756 - used libpng12-0-dev instead of libpng3-dev for Build-Depends.
4757 * debian/patches/001_gtk+-2.2.0-xinerama-pic.patch:
4758 disabled Xinerama support until xlibs-pic has libXinerama_pic.a.
4759 (closes: Bug#175923)
4760
4761 -- Akira TAGOH <tagoh@debian.org> Sat, 11 Jan 2003 05:09:12 +0900
4762
4763gtk+2.0 (2.2.0-1) unstable; urgency=low
4764
4765 * New upstream release.
4766 - upstream bug were closed. so it should be fixed. (closes: Bug#147697)
4767 * debian/control:
4768 - updated Build-Depends.
4769 - bumped Standards-Version to 3.5.8.
4770 - fix description-synopsis-ends-with-full-stop stuff.
4771 * debian/update-gdkpixbuf-loaders: add brand-new wrapper script.
4772 * debian/update-gdkpixbuf-loaders.1: add manpage.
4773 * debian/rules:
4774 modified to build the static libraries. (closes: Bug#161938)
4775 * debian/README.Debian: updated.
4776 * debian/patches/:
4777 - 000_gtk+-2.0.6-extranotify.patch: removed.
4778 - 000_gtk+-2.0.6-scroll_to.patch: removed.
4779 - 000_gtk+-2.2.0-fnmatch-undef.patch:
4780 applied to fix having main() in the library.
4781 - 000_gtk+-2.2.0-buildfix-immodule.patch:
4782 applied to build the static libraries.
4783 - 000_gtk+-2.2.0-buildfix-modules.patch:
4784 applied to fix a typo in configure.in.
4785
4786 -- Akira TAGOH <tagoh@debian.org> Mon, 6 Jan 2003 18:34:31 +0900
4787
4788gtk+2.0 (2.0.9-1) unstable; urgency=low
4789
4790 * New upstream release.
4791 * debian/patches/000_gtk+-2.0.8-refcolormap.patch: this release contains it.
4792 removed.
4793
4794 -- Akira TAGOH <tagoh@debian.org> Sun, 24 Nov 2002 00:08:42 +0900
4795
4796gtk+2.0 (2.0.8-2) unstable; urgency=low
4797
4798 * debian/patches/000_gtk+-2.0.8-refcolormap.patch: applied to fix the crash
4799 problem with close. For solve your problem, I recommend you restart all
4800 processes related gtk+2.0. (closes: Bug#169005)
4801
4802 -- Akira TAGOH <tagoh@debian.org> Fri, 15 Nov 2002 09:16:40 +0900
4803
4804gtk+2.0 (2.0.8-1) unstable; urgency=low
4805
4806 * New upstream release.
4807 * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: it's no longer needed.
4808 * debian/rules: fix twice called ldconfig. (closes: Bug#168071)
4809
4810 -- Akira TAGOH <tagoh@debian.org> Sun, 10 Nov 2002 16:36:45 +0900
4811
4812gtk+2.0 (2.0.7-1) unstable; urgency=low
4813
4814 * New upstream release.
4815 * debian/rules:
4816 - support noopt option for DEB_BUILD_OPTIONS.
4817 - add symlink for gobject. (closes: Bug#167755)
4818 * Hm, closed a bug which is marked as NMU due to mis-upload. (closes:
4819 Bug#166442)
4820 * debian/patches: these patches are no longer needed, so removed.
4821 - 000_gtk+-2.0.6-64bitfix.patch
4822 - 000_gtk+-2.0.6-imenvvar.patch
4823 - 000_gtk+-2.0.6-keycode.patch
4824 - 000_gtk+-2.0.6-usintl.patch
4825 * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: applied to fix the
4826 undefined symbol issue on libpixbufloader-gif.so.
4827
4828 -- Akira TAGOH <tagoh@debian.org> Wed, 6 Nov 2002 01:42:22 +0900
4829
4830gtk+2.0 (2.0.6-4) unstable; urgency=low
4831
4832 * debian/patches/000_gtk+-2.0.6-64bitfix.patch: applied to fix a segfault on
4833 IA64. (closes: Bug#166442)
4834
4835 -- Akira TAGOH <tagoh@debian.org> Sun, 27 Oct 2002 03:07:59 +0900
4836
4837gtk+2.0 (2.0.6-3) unstable; urgency=low
4838
4839 * debian/control: moved libgtk2.0-0png3 to the last entry.
4840 * debian/rule: fix invalid symlink.
4841
4842 -- Akira TAGOH <tagoh@debian.org> Sat, 31 Aug 2002 09:46:36 +0900
4843
4844gtk+2.0 (2.0.6-2) unstable; urgency=low
4845
4846 * debian/control:
4847 - bumped Standards-Version and depends debhelper (>> 4).
4848 - revert to libgtk2.0-0 and remove Conflicts libgtk2.0-0, then add
4849 versioned conflict to work eog2, gnome-panel2, celestia, gimp1.3 and
4850 metatheme. (closes: Bug#155689, Bug#155854)
4851 - add libgtk2.0-0png3 to Conflicts, Replaces.
4852 - add a dummy package for libgtk2.0-0png3.
4853 - remove the image libraries dependency. (closes: Bug#158858)
4854 - clean up -dev's Depends.
4855 - add libglib2.0-doc, libatk1.0-doc and libpango1.0-doc to Suggests.
4856 * debian/patches/: from Red Hat.
4857 - 000_gtk+-2.0.6-exportsymbols.patch:
4858 applied to fix stripping the wrong symbols due to libtool's bug. but
4859 it's not affected about the symbols used by ld and ld.so. mainly for nm,
4860 gdb and etc.
4861 - 000_gtk+-2.0.6-extranotify.patch:
4862 applied to fix extra settings notifies on startup that were causing
4863 significant performance problems as fonts were reloaded.
4864 - 000_gtk+-2.0.6-imenvvar.patch:
4865 applied to fix a bug with GTK_IM_MODULE environment variable.
4866 - 000_gtk+-2.0.6-keycode.patch: applied to fix a problem with keycodes
4867 passed to GtkIMContextXIM.
4868 - 000_gtk+-2.0.6-usintl.patch:
4869 applied to fix to GtkIMContextSimple compose for us-intl keyboards.
4870 should be fixed. (closes: Bug#149515)
4871 - 000_gtk+-2.0.6-scroll_to.patch:
4872 applied to fix gtk_tree_view_scroll_to_cell.
4873 * debian/rules: add symlink to fix the missing symlink for glib, atk and
4874 pango. (closes: Bug#158107)
4875 * debian/update-gtk-immodules.fr.1: added. Thanks Julien Louis. (closes:
4876 Bug#156985)
4877
4878 -- Akira TAGOH <tagoh@debian.org> Sat, 31 Aug 2002 05:22:33 +0900
4879
4880gtk+2.0 (2.0.6-1) unstable; urgency=low
4881
4882 * New upstream release.
4883 * Build against libpng3 (closes: 147852)
4884
4885 -- Akira TAGOH <tagoh@debian.org> Sun, 4 Aug 2002 18:31:53 +0900
4886
4887gtk+2.0 (2.0.5-2) unstable; urgency=low
4888
4889 * debian/rules: add --with-xinput=xfree. (closes: Bug#151668)
4890 * debian/control:
4891 - add Conflicts: libgdkxft0 to avoid some problem. (closes: Bug#151439).
4892 - changed a summary from 'Dummy' to 'Empty'.
4893
4894 -- Akira TAGOH <tagoh@debian.org> Thu, 4 Jul 2002 00:18:53 +0900
4895
4896gtk+2.0 (2.0.5-1) unstable; urgency=low
4897
4898 * New upstream release.
4899 * debian/control: fix typo (closes: Bug#150147)
4900
4901 -- Akira TAGOH <tagoh@debian.org> Mon, 17 Jun 2002 01:07:20 +0900
4902
4903gtk+2.0 (2.0.4-1) unstable; urgency=low
4904
4905 * New upstream release.
4906 - should be fixed in this release. (closes: Bug#149667)
4907 - now it's not linked to the Pango docs (closes: Bug#149143)
4908 * debian/libgtk2.0-doc.doc-base.{gdk,gdk-pixbuf,gtk,gtk-faq,gtk-tutorial}:
4909 add a new line before Format: (closes: Bug#149548, Bug#150043)
4910
4911 -- Akira TAGOH <tagoh@debian.org> Sun, 16 Jun 2002 05:16:29 +0900
4912
4913gtk+2.0 (2.0.3-1) unstable; urgency=low
4914
4915 * New upstream release.
4916 * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}:
4917 changed an index file.
4918
4919 -- Akira TAGOH <tagoh@debian.org> Thu, 30 May 2002 23:35:52 +0900
4920
4921gtk+2.0 (2.0.2-5) unstable; urgency=high
4922
4923 * debian/control: add libtiff3g-dev, libpng2-dev and libjpeg62-dev to
4924 Depends for -dev.
4925 * set urgency=high because previous version violated our policy 2.3.4.
4926 it should be into woody as far as possible.
4927
4928 -- Akira TAGOH <tagoh@debian.org> Thu, 23 May 2002 00:31:52 +0900
4929
4930gtk+2.0 (2.0.2-4) unstable; urgency=high
4931
4932 * debian/patches/000_gtk+2.0-2.0.2-bigendian.patch: applied to fix a problem
4933 for big endian machines. (closes: Bug#145285)
4934 * set urgency=high because it should be in woody.
4935
4936 -- Akira TAGOH <tagoh@debian.org> Wed, 1 May 2002 02:46:12 +0900
4937
4938gtk+2.0 (2.0.2-3) unstable; urgency=low
4939
4940 * debian/update-gtk-immodules: create /etc/gtk-2.0 directory for workaround,
4941 if it's not found. oh, why didn't you have it? (closes: Bug#143508,
4942 Bug#144673)
4943
4944 -- Akira TAGOH <tagoh@debian.org> Sun, 28 Apr 2002 04:46:30 +0900
4945
4946gtk+2.0 (2.0.2-2) unstable; urgency=low
4947
4948 * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}:
4949 Grr, fix again... (closes: Bug#141069)
4950 * debian/scripts/vars.build: fix bashism.
4951
4952 -- Akira TAGOH <tagoh@debian.org> Sat, 6 Apr 2002 04:26:14 +0900
4953
4954gtk+2.0 (2.0.2-1) unstable; urgency=low
4955
4956 * New upstream release.
4957 - this release has bug fix only.
4958 * debian/control: forgot to update versioned dependency for -dev.
4959 * debian/libgtk2.0-doc.doc-base.gtk-faq,
4960 debian/libgtk2.0-doc.doc-base.gtk-tutorial:
4961 fix wrong index. (closes: Bug#141069)
4962
4963 -- Akira TAGOH <tagoh@debian.org> Thu, 4 Apr 2002 02:49:49 +0900
4964
4965gtk+2.0 (2.0.1-1) unstable; urgency=low
4966
4967 * New upstream release.
4968 * debian/update-gtk-immodules: check the immodules directory.
4969
4970 -- Akira TAGOH <tagoh@debian.org> Sun, 31 Mar 2002 00:59:03 +0900
4971
4972gtk+2.0 (2.0.0-3) unstable; urgency=low
4973
4974 * debian/rules: removed regenerate shlibs. all packages no longer needs to
4975 depend on -common.
4976
4977 -- Akira TAGOH <tagoh@debian.org> Sat, 16 Mar 2002 21:51:08 +0900
4978
4979gtk+2.0 (2.0.0-2) unstable; urgency=low
4980
4981 * debian/control: changed Build-Depends to libpango1.0-dev (>= 1.0.0-3)
4982 * debian/{control,rules}: add libgtk-common as dummy package for upgrading.
4983 * debian/rules: fix the missing directory.
4984 * debian/update-gtk-immodules: fix file attribute for gtk.immodules.
4985
4986 -- Akira TAGOH <tagoh@debian.org> Sat, 16 Mar 2002 04:34:39 +0900
4987
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches