Merge lp:~robertcarr/gtk/fix-offscreen-grabs into lp:gtk

Proposed by Robert Carr
Status: Needs review
Proposed branch: lp:~robertcarr/gtk/fix-offscreen-grabs
Merge into: lp:gtk
Diff against target: 13155 lines (+12795/-0) (has conflicts)
71 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/README.Debian (+50/-0)
debian/changelog (+3989/-0)
debian/compat (+1/-0)
debian/control (+323/-0)
debian/control.in (+325/-0)
debian/copyright (+601/-0)
debian/dh_listmissing.pl (+79/-0)
debian/gir1.2-gtk-3.0.install.in (+1/-0)
debian/gtk-3-examples.examples (+2/-0)
debian/gtk-3-examples.install.in (+3/-0)
debian/gtk3-engines-pixbuf.install.in (+2/-0)
debian/gtk3-engines-pixbuf.links.in (+3/-0)
debian/libgail-3-0-dbg.dirs (+1/-0)
debian/libgail-3-0.install (+1/-0)
debian/libgail-3-0.opt (+2/-0)
debian/libgail-3-0.symbols (+15/-0)
debian/libgail-3-dev.install (+5/-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-dbg.links.in (+3/-0)
debian/libgtk-3-0-udeb.install.in (+2/-0)
debian/libgtk-3-0.install.in (+8/-0)
debian/libgtk-3-0.install.opt (+3/-0)
debian/libgtk-3-0.links.in (+3/-0)
debian/libgtk-3-0.postinst.in (+26/-0)
debian/libgtk-3-0.postrm.in (+17/-0)
debian/libgtk-3-0.symbols (+4384/-0)
debian/libgtk-3-0.triggers.in (+1/-0)
debian/libgtk-3-bin.install.in (+4/-0)
debian/libgtk-3-bin.links.in (+5/-0)
debian/libgtk-3-bin.manpages (+1/-0)
debian/libgtk-3-bin.postrm (+15/-0)
debian/libgtk-3-bin.preinst (+24/-0)
debian/libgtk-3-common.install (+4/-0)
debian/libgtk-3-common.preinst.in (+9/-0)
debian/libgtk-3-dev.install.in (+9/-0)
debian/libgtk-3-dev.links.in (+3/-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.install.in (+5/-0)
debian/libgtk-3-doc.links.in (+6/-0)
debian/patches/001_static-linking-dont-query-immodules.patch (+34/-0)
debian/patches/002_static-linking-dont-build-perf.patch (+21/-0)
debian/patches/003_gdk.pc_privates.patch (+43/-0)
debian/patches/015_default-fallback-icon-theme.patch (+13/-0)
debian/patches/022_disable-viqr-im-for-vi-locale.patch (+13/-0)
debian/patches/041_ia32-libs.patch (+20/-0)
debian/patches/042_treeview_single-focus.patch (+14/-0)
debian/patches/043_ubuntu_menu_proxy.patch (+1280/-0)
debian/patches/060_ignore-random-icons.patch (+13/-0)
debian/patches/062_ubuntu-set-grab-add.patch (+42/-0)
debian/patches/063_resize_grip_default.patch (+39/-0)
debian/patches/071_no_offscreen_widgets_grabbing.patch (+22/-0)
debian/patches/072_indicator_menu_update.patch (+107/-0)
debian/patches/073_treeview_almost_fixed.patch (+75/-0)
debian/patches/075_expose_gdkwidget_for_gtkrange.patch (+81/-0)
debian/patches/090_new_glib_compat.patch (+24/-0)
debian/patches/091_bugzilla_tooltip_refresh.patch (+279/-0)
debian/patches/092_default_to_xdg_document_dir.patch (+17/-0)
debian/patches/093_no_deprecated.patch (+10/-0)
debian/patches/100_overlay_scrollbar_loading.patch (+418/-0)
debian/patches/101_css_provider_load_from_data_crash.patch (+21/-0)
debian/patches/111_no_offscreen_device_grabs.patch (+23/-0)
debian/patches/series (+23/-0)
debian/rules (+142/-0)
debian/source/format (+1/-0)
debian/update-icon-caches (+26/-0)
debian/update-icon-caches.8 (+19/-0)
debian/watch (+3/-0)
Conflict adding file debian.  Moved existing file to debian.moved.
To merge this branch: bzr merge lp:~robertcarr/gtk/fix-offscreen-grabs
Reviewer Review Type Date Requested Status
VCS imports Pending
Review via email: mp+73870@code.launchpad.net

Description of the change

We shouldn't allow widgets in an offscreen hierarchy to take grabs, actually this was already half fixed upstream but then broken again with multiple input device support. This is required to fix: https://bugs.launchpad.net/ido/+bug/804009

To post a comment you must log in.
Revision history for this message
Robert Carr (robertcarr) wrote :

This is a failure of a merge request...

83. By Robert Carr

Update patch metadata

Unmerged revisions

83. By Robert Carr

Update patch metadata

82. By Robert Carr

Fix offscreen grabs

81. By Michael Terry

* debian/patches/101_css_provider_load_from_data_crash.patch:
  - Fix crash when passing load_from_data a length argument, as the
    Python bindings do. LP: #831812

80. By Sebastien Bacher

releasing version 3.1.12-0ubuntu1

79. By Ken VanDine

releasing version 3.1.10-0ubuntu3

78. By Ken VanDine

* debian/patches/001_git_combobox_entry_style_class.patch
  - add a "combobox-entry" style class for comboboxes with entries

77. By Ken VanDine

releasing version 3.1.10-0ubuntu2

76. By Sebastien Bacher

releasing version 3.1.10-0ubuntu1

75. By Sebastien Bacher

releasing version 3.1.8-0ubuntu6

74. By Michael Terry

* debian/patches/043_ubuntu_menu_proxy.patch:
  - Don't overwrite 'ubuntu-local' property when 'show-local' changes.
    LP: #743265

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 2011-09-12 15:29:09 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2merge = True
03
=== added directory 'debian'
=== renamed directory 'debian' => 'debian.moved'
=== added file 'debian/README.Debian'
--- debian/README.Debian 1970-01-01 00:00:00 +0000
+++ debian/README.Debian 2011-09-12 15:29:09 +0000
@@ -0,0 +1,50 @@
1GTK+2.0 for Debian
2-------------------
3
4Static libraries issue
5======================
6If you wish to link the GTK+ 2.0 libraries statically into your program,
7please note that you *can not* use the '-static' flag to gcc.
8Instead, you have to link your program *dynamically* and link *only*
9the GTK+ 2.0 libraries statically, like this:
10
11$ gcc -export-dynamic -o foo foo.c \
12 -Wl,-Bstatic `pkg-config --cflags --libs gtk+-2.0` -Wl,-Bdynamic \
13 [other dynamically linked libraries]
14
15The reason for this is that GTK+ 2.0 uses dlopen(3) in order to load
16some modules. Undefined symbols in these modules are resolved by the
17dynamic linker. If the program is linked statically, the linker has
18no way of finding out which symbols are already present in the program
19and might causes strange problem so that proper symbols isn't used --
20Initialize function in statically linked libraries is called, and some
21global variable is initialized, dynamically loaded modules might also
22expects those initialized global variable.
23
24
25Key binding
26===========
27gnome-settings-daemon overrides gtk-key-theme-name in your gtkrc. so if you
28use GNOME 2, it won't work, and it's not a bug.
29Please use gnome-keybinding-properties instead of gtk-key-theme-name in your
30gtkrc.
31
32
33Emacs-style key bindings
34========================
35Gtk provides a way of configuring key bindings in Gtk Widgets, especially
36to move the cursor in text fields. The default behavior in older Gtk versions
37was similar to Emacs, and still available for users to configure. You can
38configure the Emacs-style key binding theme in your ~/.gtkrc-2.0 file as
39follows:
40 gtk-key-theme-name = "Emacs"
41
42Please note that applications can still override this configuration, and this
43is the case of the GNOME Desktop: gnome-settings-daemon loads the key theme
44from the "/desktop/gnome/interface/gtk_key_theme" GConf entry. This can be
45modified with gconf-editor.
46
47
48This file is the initial work of Akira TAGOH <tagoh@debian.org> and was updated
49by Loic Minier <lool@dooz.org>.
50
051
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2011-09-12 15:29:09 +0000
@@ -0,0 +1,3989 @@
1gtk+3.0 (3.1.12-0ubuntu3) oneiric; urgency=low
2
3 * debian/patches/111_no_offscreen_device_grabs.patch: Do not allow
4 widgets in an offscreen hiearchy to make grabs. Required to fix
5 LP: #804009
6
7 -- Robert Carr <racarr@Candide> Fri, 02 Sep 2011 14:39:46 -0400
8
9gtk+3.0 (3.1.12-0ubuntu2) oneiric; urgency=low
10
11 * debian/patches/101_css_provider_load_from_data_crash.patch:
12 - Fix crash when passing load_from_data a length argument, as the
13 Python bindings do. LP: #831812
14
15 -- Michael Terry <mterry@ubuntu.com> Thu, 25 Aug 2011 14:52:16 -0400
16
17gtk+3.0 (3.1.12-0ubuntu1) oneiric; urgency=low
18
19 * New upstream version, clean patches backported from git
20 * debian/control.in:
21 - updated gdk-pixbuf requirement
22 * debian/rules:
23 - updated shlibs version
24 * debian/libgtk-3-0.symbols:
25 - new version update
26 * debian/patches/093_no_deprecated.patch:
27 - don't build tests with DGTK_DISABLE_DEPRECATED to workaround build issues
28
29 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 16 Aug 2011 16:08:06 +0200
30
31gtk+3.0 (3.1.10-0ubuntu3) oneiric; urgency=low
32
33 * debian/patches/001_git_combobox_entry_style_class.patch
34 - add a "combobox-entry" style class for comboboxes with entries
35
36 -- Ken VanDine <ken.vandine@canonical.com> Wed, 10 Aug 2011 11:47:27 -0400
37
38gtk+3.0 (3.1.10-0ubuntu2) oneiric; urgency=low
39
40 * debian/patches/043_ubuntu_menu_proxy.patch
41 - Updated patch
42 * debian/libgtk-3-0.symbols
43 - Added menubar symbols
44
45 -- Ken VanDine <ken.vandine@canonical.com> Thu, 04 Aug 2011 11:58:59 -0400
46
47gtk+3.0 (3.1.10-0ubuntu1) oneiric; urgency=low
48
49 * New upstream version
50 * Dropped patches included in the new version
51 * debian/control.in: updated glib and pango requirements
52 * debian/libgtk-3-0.symbols: updated the symbols list
53
54 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 25 Jul 2011 21:02:29 +0200
55
56gtk+3.0 (3.1.8-0ubuntu6) oneiric; urgency=low
57
58 * debian/control.in:
59 - update the glib requirements, gtk3 was using glib in a non documented
60 way and required patching to keep working with the new glib
61 - don't build-depends on the individual girs, those are install by the
62 respective libraries which depends on those
63 * debian/patches/090_new_glib_compat.patch:
64 - backported git patch to adapt to the new glib behaviour
65
66 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 21 Jul 2011 15:41:49 +0200
67
68gtk+3.0 (3.1.8-0ubuntu5) oneiric; urgency=low
69
70 * debian/patches/043_ubuntu_menu_proxy.patch:
71 - Don't overwrite 'ubuntu-local' property when 'show-local' changes.
72 LP: #743265
73
74 -- Michael Terry <mterry@ubuntu.com> Wed, 20 Jul 2011 10:44:29 -0400
75
76gtk+3.0 (3.1.8-0ubuntu4) oneiric; urgency=low
77
78 * debian/patches/063_resize_grip_default.patch
79 - Make the grab handles default configurable (LP: #809919)
80
81 -- Ken VanDine <ken.vandine@canonical.com> Fri, 15 Jul 2011 12:45:26 -0400
82
83gtk+3.0 (3.1.8-0ubuntu3) oneiric; urgency=low
84
85 * debian/patches/001_git_dont_increase_font.patch:
86 - Add upstream patch to avoid increasing the primary text font on every
87 call to gtk_message_dialog_format_secondary_text (LP: #808419)
88
89 -- Rodrigo Moya <rodrigo.moya@canonical.com> Fri, 15 Jul 2011 15:37:28 +0200
90
91gtk+3.0 (3.1.8-0ubuntu2) oneiric; urgency=low
92
93 * debian/patches/001_git_gtk_assitant.patch:
94 - backported some git commits to fix gtkassistant issues
95 * debian/libgtk-3-0.symbols:
96 - updated the symbols list
97
98 -- Sebastien Bacher <seb128@ubuntu.com> Wed, 13 Jul 2011 17:45:10 +0200
99
100gtk+3.0 (3.1.8-0ubuntu1) oneiric; urgency=low
101
102 * New upstream version
103 * debian/rules
104 - updated shlib version
105 * debian/patches/00git_image_init_variable.patch:
106 - dropped, the fix is in the new version
107 * debian/patches/076_invalidate_order_on_changes.patch:
108 - dropped, the fix is in the new version
109
110 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 07 Jul 2011 11:36:29 +0200
111
112gtk+3.0 (3.1.6-0ubuntu4) oneiric; urgency=low
113
114 * debian/patches/076_invalidate_order_on_changes.patch
115 - Invalidate order on changes (LP: #798377)
116
117 -- Ken VanDine <ken.vandine@canonical.com> Wed, 29 Jun 2011 10:26:26 +0100
118
119gtk+3.0 (3.1.6-0ubuntu3) oneiric; urgency=low
120
121 * debian/patches/100_overlay_scrollbar_loading.patch
122 - Added support for the ayatana overlay scrollbars
123 * debian/libgtk-3-0.symbols
124 - Added new symbols from the scrollbars patch
125
126 -- Ken VanDine <ken.vandine@canonical.com> Thu, 16 Jun 2011 09:01:45 -0400
127
128gtk+3.0 (3.1.6-0ubuntu2) oneiric; urgency=low
129
130 * Add 00git_image_init_variable.patch: Fix crash in
131 ensure_stated_icon_from_info() due to uninitialized variable. Patch taken
132 from upstream git head.
133
134 -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 15 Jun 2011 12:06:54 +0200
135
136gtk+3.0 (3.1.6-0ubuntu1) oneiric; urgency=low
137
138 * New upstream version
139 - GtkOverlay is a new container that allows to place one or more 'overlay'
140 widgets on top of another widget.
141 This can be used for 'floating statusbars' and similar interfaces.
142 - GtkLockButton has been simplified in appearance to look like a normal
143 button
144 - GtkNotebook now supports height-for-width layout
145 - Accessibility for menuitems and combo boxes has been restored
146 - The horizontal and vertical subclasses of GtkBox, GtkPaned,
147 GtkSeparator, GtkScrollbar, GtkScale and GtkButtonBox have been deprecated
148 * debian/patches/libgtk-3-0.symbols:
149 - updated symbols list
150 * debian/patches/091_bugzilla_tooltip_refresh.patch:
151 - commented from the series, it's not clear it's still needed with GTK3 and
152 will need updating to work with the new version
153
154 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Jun 2011 19:41:19 +0200
155
156gtk+3.0 (3.1.4-0ubuntu1) oneiric; urgency=low
157
158 * New upstream version, refreshed patches and updated symbol list.
159
160 -- Sebastien Bacher <seb128@ubuntu.com> Fri, 10 Jun 2011 10:38:08 +0200
161
162gtk+3.0 (3.0.11-0ubuntu1) oneiric; urgency=low
163
164 * New upstream version
165 * Resynchronize on Debian, see the 3.0.0-1ubuntu1 changelog entry which
166 has a summary of the remaining Ubuntu changes
167 * 043_notebook_scroll.patch:
168 - dropped, that's a Debian change and we want the upstream behaviour rather
169 or at least a rational to ship a diff over upstream for it
170 * debian/control.in: clean some unrequired diffs over Debian
171
172 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 07 Jun 2011 18:46:06 +0200
173
174gtk+3.0 (3.0.10-1) unstable; urgency=low
175
176 [ Josselin Mouette ]
177 * libgtk-3-0.postrm.in: fix badly written test.
178
179 [ Fabian Greffrath ]
180 * Remove leftover diversions from the libgtk3.0-bin package
181 that got replaced by libgtk-3-bin (Closes: #617662 ).
182
183 [ Michael Biebl ]
184 * debian/watch: Switch to .bz2 tarballs.
185 * New upstream release.
186 * Refresh patches.
187 * Bump Standards-Version to 3.9.2. No further changes.
188 * Drop Build-Depends on dpkg-dev (>= 1.13.19). Even lenny has a more recent
189 version.
190 * Update package descriptions.
191 * Drop debian/gruik2devhelp.awk and Build-Depends on gawk, obsolete.
192
193 [ Josselin Mouette ]
194 * 043_notebook_scroll.patch: new patch. Reintroduce tab scrolling in
195 GtkNotebook, but this time only when Alt is pressed, as recommended
196 by upstream, and from the whole notebook area.
197 * Drop debhelper 8 requirement so that it can build.
198 * libgtk-3-bin.preinst: only remove libgtk3.0-bin diversions if they
199 already exist.
200
201 -- Josselin Mouette <joss@debian.org> Sat, 04 Jun 2011 22:51:06 +0200
202
203gtk+3.0 (3.0.9-0ubuntu2) oneiric; urgency=low
204
205 * 043_ubuntu_menu_proxy.patch: Add missing "gtkprivate.h" include module to
206 actually get the declaration of _gtk_find_module(). Should fix FTBFS on
207 amd64 on the buildds.
208
209 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 May 2011 19:32:35 +0200
210
211gtk+3.0 (3.0.9-0ubuntu1) oneiric; urgency=low
212
213 * Merge with Debian unstable. See 3.0.0-1ubuntu1 for remaining Ubuntu
214 changes.
215 * New upstream bug fix release.
216 * 043_ubuntu_menu_proxy.patch: Update for new release.
217
218 -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 May 2011 16:53:30 +0200
219
220gtk+3.0 (3.0.8-1) unstable; urgency=low
221
222 * Make the -dev package depend on the gir package.
223 * New upstream release.
224 * Drop the mimeinfo.cache from the udeb, it’s been moved to
225 gdk-pixbuf.
226 * Upload to unstable; drop check-dist include.
227
228 -- Josselin Mouette <joss@debian.org> Sun, 10 Apr 2011 18:29:44 +0200
229
230gtk+3.0 (3.0.8-0ubuntu1) natty; urgency=low
231
232 * New upstream release
233
234 -- Robert Ancell <robert.ancell@canonical.com> Mon, 04 Apr 2011 11:03:11 +1000
235
236gtk+3.0 (3.0.6-0ubuntu1) natty; urgency=low
237
238 * New upstream release
239 * debian/libgtk-3-0.symbols:
240 - Updated
241
242 -- Robert Ancell <robert.ancell@canonical.com> Mon, 28 Mar 2011 16:42:52 +1100
243
244gtk+3.0 (3.0.5-0ubuntu1) natty; urgency=low
245
246 * New upstream release
247
248 -- Robert Ancell <robert.ancell@canonical.com> Thu, 24 Mar 2011 17:26:16 +1100
249
250gtk+3.0 (3.0.3-0ubuntu1) natty; urgency=low
251
252 * New upstream release
253
254 -- Robert Ancell <robert.ancell@canonical.com> Tue, 15 Mar 2011 17:55:39 +1100
255
256gtk+3.0 (3.0.2-0ubuntu1) natty; urgency=low
257
258 * New upstream release
259
260 -- Robert Ancell <robert.ancell@canonical.com> Tue, 08 Mar 2011 15:38:10 +1100
261
262gtk+3.0 (3.0.1-1ubuntu1) natty; urgency=low
263
264 * New upstream release
265
266 -- Robert Ancell <robert.ancell@canonical.com> Thu, 24 Feb 2011 11:03:41 +1100
267
268gtk+3.0 (3.0.1-1) experimental; urgency=low
269
270 [ Robert Ancell ]
271 * debian/libgtk-3-bin.postrm:
272 * debian/libgtk-3-bin.preinst:
273 - Fix package name used in diversion
274
275 [ Emilio Pozuelo Monfort ]
276 * New upstream release.
277
278 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 22 Feb 2011 20:36:55 +0000
279
280gtk+3.0 (3.0.0-1ubuntu2) natty; urgency=low
281
282 * debian/libgtk-3-bin.postrm:
283 * debian/libgtk-3-bin.preinst:
284 - Fix package name used in diversion
285
286 -- Robert Ancell <robert.ancell@canonical.com> Tue, 22 Feb 2011 14:33:15 +1100
287
288gtk+3.0 (3.0.0-1ubuntu1) natty; urgency=low
289
290 * Merge with Debian experimental, remaining Ubuntu changes:
291 * debian/control:
292 - Add Vcs-Bzr link
293 * debian/libgtk2.0-0.symbols:
294 - Add Ubuntu specific symbols
295 * debian/watch:
296 - Watch for unstable versions
297 * debian/patches/043_menu_proxy.patch
298 - Add GtkMenuProxy support for remoting menus.
299 * debian/patches/062_dnd_menubar.patch:
300 - Allow click on menubars for dnd
301 * debian/patches/071_no_offscreen_widgets_grabbing.patch:
302 - Don't let offscreen widgets do grabbing
303 * debian/patches/072_indicator_menu_update.patch:
304 - Change by Cody Russell to send an update event on menu changes,
305 should make the bluetooth indicator refresh correctly
306 * debian/patches/073_treeview_almost_fixed.patch:
307 - "ubuntu-almost-fixed-height" private property to speed-up software-center
308 * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
309 - Expose the event window for ido
310 * debian/patches/091_bugzilla_tooltip_refresh.patch:
311 - Upstream bugzilla change to have better looking tooltips the gtk theme
312 need to set "new-tooltip-style" to use those
313 * debian/patches/092_default_to_xdg_document_dir.patch:
314 - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
315 directory for the 'Print to File' function.
316
317 -- Robert Ancell <robert.ancell@canonical.com> Mon, 21 Feb 2011 15:49:45 +1100
318
319gtk+3.0 (3.0.0-1) experimental; urgency=low
320
321 [ Emilio Pozuelo Monfort ]
322 * New upstream release.
323 + debian/control.in:
324 - Stop building the pixbuf package, it hasn't been ported to the
325 new style API so is useless.
326 + debian/patches/006_reenable_pixbuf_engine.patch:
327 - Removed, no longer necessary.
328 + debian/libgtk3.0-0.symbols:
329 - Updated.
330 + debian/libgtk3.0-dev.install.in,
331 debian/libgtk3.0-dev.manpages,
332 debian/rules:
333 - gtk-builder-convert is gone, stop shipping it.
334
335 [ Robert Ancell ]
336 * New upstream release
337 * Rename binary packages to new so naming
338 * debian/control:
339 - Bump build-depends on libglib2.0-dev, libgdk-pixbuf2.0-dev, libatk1.0-dev,
340 gobject-introspection
341 * debian/libgail-3-0.symbols:
342 * debian/libgtk-3-0.symbols:
343 - Updated
344 - Mark symbols with stable version number
345 * debian/rules:
346 - Bump SHVER
347
348 [ Emilio Pozuelo Monfort ]
349 * Fix some leftovers after the renaming.
350
351 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 19 Feb 2011 11:40:36 +0000
352
353gtk+3.0 (3.0.0-0ubuntu1) natty; urgency=low
354
355 * New upstream release
356 * debian/control:
357 - Bump build-depends on libglib2.0-dev, libgdk-pixbuf2.0-dev, libatk1.0-dev,
358 gobject-introspection
359 - Disable pixbuf engine, it is not provided by this version
360 * debian/libgail3.0-0.symbols:
361 * debian/libgtk3.0-0.symbols:
362 - Updated
363 - Mark symbols with stable version number
364 * debian/rules:
365 - Bump SHVER
366
367 -- Robert Ancell <robert.ancell@canonical.com> Mon, 14 Feb 2011 09:56:54 +1100
368
369gtk+3.0 (2.99.3-0ubuntu1) natty; urgency=low
370
371 [ Rico Tzschichholz ]
372 * New upstream release
373 * debian/patches:
374 - refreshed as needed
375 - 006_reenable_pixbuf_engine.patch dropped is upstream
376 - 065_gir_set_packages.patch dropped is upstream
377 * debian/libgtk3.0-dev.*, debian/rules:
378 - remove gtk-builder-convert references
379 * debian/libgtk3.0-0.symbols:
380 - updated
381
382 [ Michael Terry ]
383 * debian/watch:
384 - Fix regex and grab bz2 tarballs now that we're format 3.0
385
386 -- Rico Tzschichholz <ricotz@ubuntu.com> Thu, 03 Feb 2011 12:58:11 -0500
387
388gtk+3.0 (2.99.2-1ubuntu3) natty; urgency=low
389
390 * debian/patches/043_ubuntu_menu_proxy.patch:
391 - Update to proxy F10 presses to the global menu. LP: #689178
392 * debian/libgtk3.0-0.symbols:
393 - Add new symbol ubuntu_gtk_menu_shell_activate_first
394
395 -- Michael Terry <mterry@ubuntu.com> Thu, 27 Jan 2011 10:01:43 -0500
396
397gtk+3.0 (2.99.2-1ubuntu2) natty; urgency=low
398
399 * debian/patches/065_gir_set_packages.patch
400 - Added the package back and updated to fix build problems
401
402 -- Ken VanDine <ken.vandine@canonical.com> Thu, 20 Jan 2011 15:03:42 -0500
403
404gtk+3.0 (2.99.2-1ubuntu1) natty; urgency=low
405
406 [ Robert Ancell ]
407 * Merge with Debian experimental, remaining Ubuntu changes:
408 * debian/control:
409 - Build-depend on dh-autoreconf
410 - Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
411 required by dh_autoreconf
412 - Add Vcs-Bzr link
413 * debian/libgtk2.0-0.symbols:
414 - Add Ubuntu specific symbols
415 * debian/rules:
416 - Use autoreconf.mk
417 * debian/watch:
418 - Watch for unstable versions
419 * debian/patches/043_menu_proxy.patch
420 - Add GtkMenuProxy support for remoting menus.
421 * debian/patches/062_dnd_menubar.patch:
422 - Allow click on menubars for dnd
423 * debian/patches/065_gir_set_packages.patch
424 - Added _gir_PACKAGES for each gir created, to match gir to pkg which is
425 needed by vapigen-0.12
426 * debian/patches/071_no_offscreen_widgets_grabbing.patch:
427 - Don't let offscreen widgets do grabbing
428 * debian/patches/072_indicator_menu_update.patch:
429 - Change by Cody Russell to send an update event on menu changes,
430 should make the bluetooth indicator refresh correctly
431 * debian/patches/073_treeview_almost_fixed.patch:
432 - "ubuntu-almost-fixed-height" private property to speed-up software-center
433 * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
434 - Expose the event window for ido
435 * debian/patches/091_bugzilla_tooltip_refresh.patch:
436 - Upstream bugzilla change to have better looking tooltips the gtk theme
437 need to set "new-tooltip-style" to use those
438 * debian/patches/092_default_to_xdg_document_dir.patch:
439 - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
440 directory for the 'Print to File' function.
441
442 [ Sebastien Bacher ]
443 * debian/patches/065_gir_set_packages.patch:
444 - dropped since it breaks the build
445
446 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 20 Jan 2011 15:26:57 +0100
447
448gtk+3.0 (2.99.2-1) experimental; urgency=low
449
450 * New upstream release.
451 + d/p/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch
452 d/p/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch
453 d/p/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch
454 - Removed, included upstream.
455 + debian/libgtk3.0-0.symbols:
456 - Updated.
457 + debian/rules:
458 - Bumped the shver.
459
460 -- Emilio Pozuelo Monfort <pochu@debian.org> Thu, 13 Jan 2011 18:36:27 +0000
461
462gtk+3.0 (2.99.2-0ubuntu1) UNRELEASED; urgency=low
463
464 * New upstream release
465 * debian/patches/015_default-fallback-icon-theme.patch:
466 * debian/patches/043_ubuntu_menu_proxy.patch:
467 * debian/patches/071_no_offscreen_widgets_grabbing.patch:
468 * debian/patches/072_indicator_menu_update.patch:
469 * debian/patches/091_bugzilla_tooltip_refresh.patch:
470 - Rebased patches
471 * debian/patches/004_gir_with_separate_build_tree.patch:
472 * debian/patches/005_support_disabling_x11_extensions.patch:
473 * debian/patches/061_use_pdf_as_default_printing_standard.patch:
474 * debian/patches/074_expose_active_menu_item.patch:
475 * debian/patches/093_dso_link_issues.patch:
476 * debian/patches/094_gtkprint_test_fix.patch:
477 - Remove upstreamed and obsolete patches
478 * debian/libgtk3.0-0.install.in:
479 * debian/libgtk3.0-bin.install.in:
480 * debian/libgtk3.0-dev.install.in:
481 * debian/libgtk3.0-dev.manpages:
482 - Fix to install correct files
483 * debian/libgtk3.0-0.symbols:
484 * debian/libgail3.0-0.symbols:
485 - Updated to new API
486
487 -- Rodrigo Moya <rodrigo.moya@canonical.com> Thu, 13 Jan 2011 16:05:39 +0100
488
489gtk+3.0 (2.99.1-1) experimental; urgency=low
490
491 [ Robert Ancell ]
492 * debian/control.in:
493 - Bump build-depends on libglib2.0-dev
494 * debian/libgtk3.0-0.symbols:
495 - Updated.
496 * debian/libgtk3.0-dev.install.in
497 - gdkconfig.h no longer distributed
498 * debian/rules:
499 - Bumped the shver.
500 * debian/patches/001_static-linking-dont-query-immodules.patch:
501 * debian/patches/005_support_disabling_x11_extensions.patch:
502 * debian/patches/003_gdk.pc_privates.patch:
503 * debian/patches/070_mandatory-relibtoolize.patch:
504 * debian/patches/041_ia32-libs.patch:
505 * debian/patches/002_static-linking-dont-build-perf.patch:
506 * debian/patches/004_git_add_missing_include.patch:
507 * debian/patches/042_treeview_single-focus.patch:
508 - Refreshed.
509
510 [ Emilio Pozuelo Monfort ]
511 * New upstream release.
512 + debian/rules:
513 - Pass --enable-xinput instead of --with-xinput=yes.
514 - Bump the shver.
515 + debian/patches/004_git_add_missing_include.patch,
516 debian/patches/005_support_disabling_x11_extensions.patch,
517 debian/patches/007-continue-to-install-gdk-TARGET-3.0.pc.patch:
518 - Removed, included upstream.
519 + debian/patches/061_use_pdf_as_default_printing_standard.patch:
520 - Removed. The cups backend part has been fixed upstream in a (better)
521 different way, and the lpr part doesn't make sense as we don't know
522 if the job will be sent to CUPS or not.
523 + debian/patches/070_mandatory-relibtoolize.patch,
524 debian/rules:
525 - Switch to dh-autoreconf.
526 + debian/patches/*:
527 - Refreshed.
528 + debian/libgtk3.0-0.symbols,
529 debian/libgail3.0-0.symbols:
530 - Updated.
531 + debian/libgtk3.0-*.{install.in,manpages},
532 debian/rules:
533 - Install manpages and binaries with the -3.0 suffix as upstream has
534 stopped doing so.
535 * Switch to CDBS' flavours system.
536 * debian/rules:
537 + Remove hack to build on PowerPC64. That port is dead, and if it's
538 ever back, hopefully we won't need to workaround toolchain issues.
539 + Pass -O1 to the linker so dynamic loading is faster.
540 * d/patches/0001-stylecontext-Protect-the-cairo-contexts-with-cairo_s.patch
541 d/patches/0003-Fixed-assertions-in-gtk_cell_renderer_get_aligned_ar.patch
542 d/patches/0002-_gtk_cell_area_set_cell_data_func_with_proxy-set-the.patch
543 + Backport patches from upstream git. They fix rendering issues and
544 assertion failures.
545
546 -- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 12 Jan 2011 22:06:17 +0000
547
548gtk+3.0 (2.91.7-1ubuntu1) natty; urgency=low
549
550 * Merge with Debian experimental, remaining Ubuntu changes:
551 * debian/control:
552 - Build-depend on dh-autoreconf
553 - Move gtk-doc-tools from Build-Depends-Indep to Build-Depends as it is
554 required by dh_autoreconf
555 - Add Vcs-Bzr link
556 * debian/libgtk2.0-0.symbols:
557 - Add Ubuntu specific symbols
558 * debian/rules:
559 - Use dh_autoreconf
560 - Remove gdk/gdkenumtypes.h before build
561 * debian/watch:
562 - Watch for unstable versions
563 * debian/patches/004_gir_with_separate_build_tree.patch:
564 - When using a separate build tree, gdk/gdkenumtypes.h gets generated in the
565 build dir, not in the source dir. Therefore we need to add the build
566 directory to the include search path when building the GIRs, so that
567 gdk/gdk.h can actually find <gdk/gdkenumtypes.h>.
568 * debian/patches/043_menu_proxy.patch
569 - Add GtkMenuProxy support for remoting menus.
570 * debian/patches/062_dnd_menubar.patch:
571 - Allow click on menubars for dnd
572 * debian/patches/065_gir_set_packages.patch
573 - Added _gir_PACKAGES for each gir created, to match gir to pkg which is
574 needed by vapigen-0.12
575 * debian/patches/071_no_offscreen_widgets_grabbing.patch:
576 - Don't let offscreen widgets do grabbing
577 * debian/patches/072_indicator_menu_update.patch:
578 - Change by Cody Russell to send an update event on menu changes,
579 should make the bluetooth indicator refresh correctly
580 * debian/patches/073_treeview_almost_fixed.patch:
581 - "ubuntu-almost-fixed-height" private property to speed-up software-center
582 * debian/patches/074_expose_active_menu_item.patch:
583 - Expose the active menu for the soundmenu
584 * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
585 - Expose the event window for ido
586 * debian/patches/091_bugzilla_tooltip_refresh.patch:
587 - Upstream bugzilla change to have better looking tooltips the gtk theme
588 need to set "new-tooltip-style" to use those
589 * debian/patches/092_default_to_xdg_document_dir.patch:
590 - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
591 directory for the 'Print to File' function.
592 * debian/patches/093_dso_link_issues.patch:
593 * debian/patches/094_gtkprint_test_fix.patch:
594 - Build fixes
595
596 -- Robert Ancell <robert.ancell@canonical.com> Thu, 23 Dec 2010 15:03:09 +1100
597
598gtk+3.0 (2.91.7-1) UNRELEASED; urgency=low
599
600 * debian/control.in:
601 - Bump build-depends on libglib2.0-dev
602 * debian/libgtk3.0-0.symbols:
603 - Updated.
604 * debian/libgtk3.0-dev.install.in
605 - gdkconfig.h no longer distributed
606 * debian/rules:
607 - Bumped the shver.
608 * debian/patches/001_static-linking-dont-query-immodules.patch:
609 * debian/patches/005_support_disabling_x11_extensions.patch:
610 * debian/patches/003_gdk.pc_privates.patch:
611 * debian/patches/070_mandatory-relibtoolize.patch:
612 * debian/patches/041_ia32-libs.patch:
613 * debian/patches/002_static-linking-dont-build-perf.patch:
614 * debian/patches/004_git_add_missing_include.patch:
615 * debian/patches/042_treeview_single-focus.patch:
616 - Refreshed
617
618 -- Robert Ancell <robert.ancell@canonical.com> Thu, 23 Dec 2010 14:09:17 +1100
619
620gtk+3.0 (2.91.7-0ubuntu1) natty; urgency=low
621
622 * New upstream release
623 * debian/libgtk3.0-dev.install.in:
624 - gdkconfig.h no longer distributed
625 * debian/libgtk3.0-0.symbols:
626 - Updated
627 * debian/rules:
628 - Update matching rule for chrpath due to library name change
629 * debian/patches/093_xsync_include.patch:
630 - Applied upstream
631 * debian/patches/093_dso_link_issues.patch:
632 * debian/patches/094_gtkprint_test_fix.patch:
633 - Build fixes
634
635 -- Robert Ancell <robert.ancell@canonical.com> Thu, 23 Dec 2010 09:53:49 +1100
636
637gtk+3.0 (2.91.6-1) experimental; urgency=low
638
639 * New upstream release.
640 + debian/patches/004_git_dont_setup_timeout_twice.patch:
641 - Removed, included upstream.
642 + debian/patches/004_git_add_missing_include.patch:
643 - New patch from upstream git, add a missing include that
644 otherwise caused the build to fail when disabling X extensions.
645 + debian/patches/006_reenable_pixbuf_engine.patch:
646 - New patch. Build the pixbuf engine even if it hasn't been ported to
647 the new GtkThemingEngine API.
648 + debian/patches/*:
649 - Refreshed.
650 + debian/libgtk3.0-0.symbols:
651 - Updated.
652 - Add Build-Depends-Package.
653 + debian/rules:
654 - Bumped the shver.
655 - Disable silent builds.
656 * Let gir1.2-gtk-3.0 replace gir1.0-gtk-3.0.
657
658 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 18 Dec 2010 16:00:23 +0000
659
660gtk+3.0 (2.91.6-0ubuntu2) natty; urgency=low
661
662 * Updated for gir abi transition.
663
664 -- Sebastien Bacher <seb128@ubuntu.com> Thu, 16 Dec 2010 17:30:37 +0100
665
666gtk+3.0 (2.91.6-0ubuntu1) natty; urgency=low
667
668 * New upstream release
669 * debian/control:
670 - Disable gtk3-engines-pixbuf package, as the pixbuf engine is currently
671 disabled
672 * debian/libgtk3.0-0.symbols:
673 - Updated
674 * debian/patches/093_xsync_include.patch:
675 - Add missing X11/Xlib.h include
676
677 [ Martin Pitt ]
678
679 * Add 004_gir_with_separate_build_tree.patch: When using a separate build
680 tree, gdk/gdkenumtypes.h gets generated in the build dir, not in the
681 source dir. Therefore we need to add the build directory to the include
682 search path when building the GIRs, so that gdk/gdk.h can actually find
683 <gdk/gdkenumtypes.h>. (GNOME #636043)
684 * debian/rules: Remove gdk/gdkenumtypes.h from the source dir, so that it
685 gets built in the build tree. This is a workaround to put back proper type
686 information to the Gdk GIR, until this issue is fully understood.
687 (See GNOME #636043)
688
689 -- Robert Ancell <robert.ancell@canonical.com> Wed, 08 Dec 2010 19:05:20 +1100
690
691gtk+3.0 (2.91.5-2) experimental; urgency=low
692
693 * debian/control.in,
694 debian/rules:
695 + Remove the chrpath hack, it's been fixed in libtool.
696 * Update to the new gir policy:
697 - Rename gir1.0-gtk-3.0 to gir1.2-gtk-3.0.
698 - Bump the gobject-introspection build dependency.
699 - Build depend on gir1.2 packages.
700
701 -- Emilio Pozuelo Monfort <pochu@debian.org> Sun, 12 Dec 2010 16:03:02 +0100
702
703gtk+3.0 (2.91.5-1) experimental; urgency=low
704
705 * New upstream release.
706 + debian/patches/004_gtk_gir_build.patch:
707 - Removed, fixed upstream.
708 + debian/patches/004_git_dont_setup_timeout_twice.patch:
709 - New patch from upstream git, don't setup a timeout in
710 gtkspinners twice.
711 + debian/patches/070_mandatory-relibtoolize.patch:
712 - Updated.
713 + debian/libgtk3.0-0.symbols:
714 - Updated.
715
716 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 30 Nov 2010 23:13:17 +0100
717
718gtk+3.0 (2.91.5-0ubuntu1) natty; urgency=low
719
720 * New upstream release
721 * debian/control:
722 - Remove unnecessary ${shlibs:Depends} from gir and -dev packages
723 * debian/libgtk3.0-0.symbols:
724 - Updated
725 * debian/patches/00git_gdk_lib.patch:
726 - Applied upstream
727
728 -- Robert Ancell <robert.ancell@canonical.com> Tue, 30 Nov 2010 11:43:13 +1100
729
730gtk+3.0 (2.91.4-2) experimental; urgency=low
731
732 [ Laurent Bigonville ]
733 * debian/watch: Bump version to 3
734
735 [ Emilio Pozuelo Monfort ]
736 * Add gir1.0-gtk-3.0, based on the gir1.0-gtk-2.0 Ubuntu patch.
737 * debian/patches/004_gtk_gir_build.patch:
738 + Fix the introspection build.
739 * debian/patches/070_mandatory-relibtoolize.patch:
740 + Updated.
741
742 [ Sjoerd Simons ]
743 * Update build-depends to properly depend on -dev packages with .gir
744 * Target experimental
745
746 -- Sjoerd Simons <sjoerd@debian.org> Sat, 27 Nov 2010 17:01:51 +0000
747
748gtk+3.0 (2.91.4-1) experimental; urgency=low
749
750 * debian/libgtk3.0-common.install:
751 + Ship the GSettings schemas.
752 * New upstream release.
753 + debian/control.in:
754 - Bump glib2.0 build requirement.
755 + debian/patches/*:
756 - Refreshed.
757 * debian/libgtk3.0-bin.{preinst,postrm}:
758 + Add #DEBHELPER# token. Make errors fatal with set -e.
759 * debian/rules:
760 + Exclude .in files from the dh_installdocs call, so that
761 it picks the real .doc-base files and not the .in ones.
762 * debian/libgtk3.0-doc.doc-base.gdk{,.in}:
763 + Don't hardcode the package name, generate it at build time.
764 * debian/libgail3.0-doc.doc-base.gail-reference:
765 + Fix paths to the manual.
766
767 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Nov 2010 06:30:33 +0100
768
769gtk+3.0 (2.91.4-0ubuntu2) natty; urgency=low
770
771 [ Sebastien Bacher ]
772 * debian/copyright: update from Debian
773
774 [ Ken VanDine ]
775 * debian/patches/065_gir_set_packages.patch
776 - Added _gir_PACKAGES for each gir created, to match gir to pkg which is
777 needed by vapigen-0.12
778
779 -- Ken VanDine <ken.vandine@canonical.com> Fri, 19 Nov 2010 14:01:06 -0500
780
781gtk+3.0 (2.91.4-0ubuntu1) natty; urgency=low
782
783 * New upstream release
784 * debian/control:
785 - Bump build-depends on libglib2.0-dev
786 * debian/patches/00git_gdk_lib.patch:
787 - Fix build
788
789 -- Robert Ancell <robert.ancell@canonical.com> Thu, 11 Nov 2010 13:12:48 +1100
790
791gtk+3.0 (2.91.3-1) experimental; urgency=low
792
793 [ Sebastian Dröge ]
794 * Initial GTK+ 3 packaging.
795
796 [ Rico Tzschichholz ]
797 * New upstream development release
798 * some fixes and changes
799
800 [ Sjoerd Simons ]
801 * New upstream release (2.91.3)
802 * debian/patches/009_gtk-export-filechooser.patch:
803 + Removed. Doesn't apply anymore and was only needed for hildon
804 * Update build-depends to cairo >= 1.10.0 and glib-2.0 >= 2.27.0
805 * debian/patches/070_mandatory-relibtoolize.patch
806 + Updated
807 * Update the faq/tutorial index files names
808 * debian/control.in:
809 + Add dependency on docbook-utils for db2html to generate the documentation
810 html during build
811 * Update the symbols file
812 * Version various document index files so they don't conflict with their
813 gtk2 flavour
814 * debian/libgtk3-bin.preinst, debian/libgtk3-bin.postrm:
815 + Divert gtk+2.0's update-icon-caches. The format remained the same so this
816 is safe to do
817 * debian/ruels, libtk3.0-doc.*: Tutorial and FAQ have been removed from the
818 gtk source as they were updated, stop trying to install them
819 * debian/libgail3.0-doc.doc-base.gail-reference
820 + Rename the doc-base to gail-reference-3.0 to not conflict with
821 libgail3.0-doc
822 * debian/copyright updated/rewritten
823
824 -- Sjoerd Simons <sjoerd@debian.org> Sun, 07 Nov 2010 20:45:46 +0000
825
826gtk+3.0 (2.91.3-0ubuntu1) natty; urgency=low
827
828 [ Michael Terry ]
829 * debian/libgtk3.0-0.symbols:
830 - Fix some symbols that had debian versioning cruft
831 * debian/rules:
832 - Set introspection=no for non-shared build
833 * debian/libgtk3.0-doc.doc-base.gtk-faq:
834 - Dropped, as faq docs are no longer shipped
835 * debian/libgtk3.0-doc.doc-base.gtk.in:
836 - Rename to just .gtk and specify DOC_PKG manually. Many other files
837 hardcode it anyway and it was confusing the build system.
838 * debian/libgtk3.0-doc.links.in:
839 - Drop non-existant faq doc symlink
840 * debian/libgail3.0-doc.links:
841 - Update directories to match where the source installs docs
842 * debian/libgail3.0-doc.doc-base.gail-reference:
843 - Fix document name to not conflict with 2.0 version
844 - Update directories to match where the source installs docs
845
846 [ Bilal Akhtar ]
847 * debian/patches/092_default_to_xdg_document_dir.patch:
848 - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
849 directory for the 'Print to File' function. (LP: #611011)
850
851 -- Michael Terry <mterry@ubuntu.com> Fri, 05 Nov 2010 11:45:26 -0400
852
853gtk+3.0 (2.91.3-0ubuntu1~build3) natty; urgency=low
854
855 * Upload to natty
856 * debian/rules, debian/control:
857 - Build gir package
858
859 -- Michael Terry <mterry@ubuntu.com> Tue, 02 Nov 2010 13:42:42 -0400
860
861gtk+3.0 (2.91.3-0ubuntu1~build2) maverick; urgency=low
862
863 * debian/control*:
864 - Update required version of glib to 2.27.2
865
866 -- Michael Terry <mterry@ubuntu.com> Tue, 02 Nov 2010 11:54:19 -0400
867
868gtk+3.0 (2.91.3-0ubuntu1~build1) maverick; urgency=low
869
870 * New upstream release
871 * debian/rules, debian/control:
872 - Use dh_autoreconf
873 * debian/patches/70_mandatory-relibtoolize.patch:
874 - Dropped in favor of dh_autoreconf
875 * debian/libgtk3.0-0.symbols:
876 - Update to match new API
877
878 -- Michael Terry <mterry@ubuntu.com> Tue, 02 Nov 2010 10:27:22 -0400
879
880gtk+3.0 (2.91.2-0ubuntu1~build1) maverick; urgency=low
881
882 [ Michael Terry ]
883 * New upstream release
884 * debian/control.in:
885 - Require GLib 2.27.1
886 * debian/libgtk3.0-0.symbols:
887 - Updated to match new API
888 * debian/patches/043_ubuntu_menu_proxy.patch,
889 debian/patches/070_mandatory-relibtoolize.patch,
890 debian/patches/073_treeview_almost_fixed.patch:
891 - Refresh
892 * debian/patches/074_use_comboboxtext_to_fix_amd64.patch:
893 - Remove, applied upstream
894 * debian/libgtk3.0-doc.install.in:
895 - Remove doc faq file no more shipped
896
897 [ Didier Roche ]
898 * debian/patches/074_expose_active_menu_item.patch:
899 - Expose the active menu for the soundmenu (LP: #655760)
900 * debian/patches/075_expose_gdkwidget_for_gtkrange.patch:
901 - expose the event window for ido (LP: #655756)
902 * debian/libgtk3.0-0.symbols:
903 - add symbols from last patches
904
905 -- Michael Terry <mterry@ubuntu.com> Tue, 26 Oct 2010 18:58:33 -0400
906
907gtk+3.0 (2.91.1-0ubuntu1~build2) maverick; urgency=low
908
909 [ Sebastien Bacher ]
910 * New upstream version
911 * debian/patches/062_ubuntu-set-grab-add.patch:
912 - updated and added back to the series
913 * debian/libgtk2.0-0.symbols:
914 - updated
915 * don't install the upstream changelog to save cd space
916 * don't install the tutorial since upstream dropped it
917 * debian/patches/043_ubuntu_menu_proxy.patch:
918 - new version update
919 * debian/libgtk3.0-common.install: install the fileselector schemas
920 * debian/rules:
921 - shlib update
922
923 [ Michael Terry ]
924 * 074_use_comboboxtext_to_fix_amd64.patch:
925 - fix amd64 FTBFS in ppa
926
927 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 18 Oct 2010 11:19:26 +0200
928
929gtk+3.0 (2.91.0-1) experimental; urgency=low
930
931 [ Sebastian Dröge ]
932 * Initial GTK+ 3 packaging.
933
934 [ Rico Tzschichholz ]
935 * New upstream development release
936 * some fixes and changes
937
938 [ Sjoerd Simons ]
939 * New upstream release (2.91.0)
940 * debian/patches/009_gtk-export-filechooser.patch:
941 + Removed. Doesn't apply anymore and was only needed for hildon
942 * Update build-depends to cairo >= 1.10.0 and glib-2.0 >= 2.27.0
943 * debian/patches/070_mandatory-relibtoolize.patch
944 + Updated
945 * Update the faq/tutorial index files names
946 * debian/control.in:
947 + Add dependency on docbook-utils for db2html to generate the documentation
948 html during build
949 * Update the symbols file
950 * Version various document index files so they don't conflict with their
951 gtk2 flavour
952 * debian/libgtk3-bin.preinst, debian/libgtk3-bin.postrm:
953 + Divert gtk+2.0's update-icon-caches. The format remained the same so this
954 is safe to do
955
956 -- Sjoerd Simons <sjoerd@debian.org> Sun, 10 Oct 2010 14:06:26 +0100
957
958gtk+3.0 (2.91.0-1~build2) maverick; urgency=low
959
960 * Review ubuntu patches
961 * debian/control:
962 - set ubuntu vcs
963 - updated the binaries list and build depends for the gir
964 * debian/libgtk2.0-0.symbols:
965 - updated for the ubuntu defined symbols
966 * debian/gir1.0-gtk-3.0.install.in, debian/libgtk3.0-dev.install.in:
967 - updated for the gir build
968 * debian/patches/043_ubuntu_menu_proxy.patch:
969 - updated version of the ubuntu menu proxy patch, thanks Cody Russell
970 * debian/patches/071_no_offscreen_widgets_grabbing.patch:
971 - change by Cody Russell to not let offscreen widgets do grabbing
972 * debian/patches/072_indicator_menu_update.patch:
973 - extra signals required for the indicator updates
974 * debian/patches/073_treeview_almost_fixed.patch:
975 - "ubuntu-almost-fixed-height" private property to speed-up software-center
976 * debian/patches/091_bugzilla_tooltip_refresh.patch:
977 - updated version from the fedora git
978 * debian/rules:
979 - build the gir
980 * debian/patches/062_ubuntu-set-grab-add.patch:
981 - commented for now since it needs to be updated
982 * Don't use gir yet to workaround build issues
983
984 -- Sebastien Bacher <seb128@ubuntu.com> Tue, 12 Oct 2010 12:13:42 +0200
985
986gtk+3.0 (2.91.0-1~build1) maverick; urgency=low
987
988 * Upload the debian experimental stock version to a ppa for testing,
989 the ubuntu patches needs to be reviewed and reapplied in a later build
990 * workaround build issues in the rules
991 * Don't build the static version for now, it will be faster to build and
992 workaround a build issues with this one
993
994 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 11 Oct 2010 19:16:30 +0200
995
996gtk+2.0 (2.21.5-1) experimental; urgency=low
997
998 * New upstream development release:
999 + debian/control.in,
1000 debian/rules,
1001 debian/*:
1002 - Remove all mentions of gdk-pixbuf and (build-) depend on it.
1003 + debian/libgtk2.0-0.postinst.in,
1004 debian/libgtk2.0-0.postrm.in,
1005 debian/libgtk2.0-0.triggers.in,
1006 debian/dh_gtkmodules.in:
1007 - Handle immodules by triggers and deprecate dh_gtkmodules.
1008 + debian/patches/*:
1009 - Refreshed.
1010 - Remove gdk-pixbuf and immodule patches.
1011 + debian/rules,
1012 debian/libgtk2.0-0.symbols:
1013 - Update for new API symbols.
1014 + debian/update-gdkpixbuf-loaders*,
1015 debian/update-gtk-immodules*:
1016 - Drop module update scripts which are no-ops since 2.10.1.
1017
1018 -- Sebastian Dröge <slomo@debian.org> Thu, 22 Jul 2010 21:01:09 +0200
1019
1020gtk+2.0 (2.21.2-1) experimental; urgency=low
1021
1022 * New upstream development release:
1023 + debian/rules,
1024 debian/libgtk2.0-0.symbols:
1025 - Update for new API symbols.
1026 + debian/patches/070_mandatory-relibtoolize.patch:
1027 - Regenerated for the new version.
1028 + debian/control.in:
1029 - Update GLib (build-) dependency to >= 2.25.8.
1030
1031 -- Sebastian Dröge <slomo@debian.org> Fri, 11 Jun 2010 12:19:30 +0200
1032
1033gtk+2.0 (2.21.1-1) experimental; urgency=low
1034
1035 * New upstream development release:
1036 + debian/rules,
1037 debian/libgtk2.0-0.symbols:
1038 - Update for new API symbols.
1039 + debian/patches/070_mandatory-relibtoolize.patch:
1040 - Regenerated for the new version.
1041
1042 -- Sebastian Dröge <slomo@debian.org> Mon, 31 May 2010 09:45:32 +0200
1043
1044gtk+2.0 (2.21.0-1) experimental; urgency=low
1045
1046 * New upstream development release:
1047 + debian/rules,
1048 debian/libgtk2.0-0.symbols:
1049 - Update for new API symbols.
1050 + debian/patches/002_static-linking-dont-build-perf.patch:
1051 - Refreshed.
1052 + debian/patches/070_mandatory-relibtoolize.patch:
1053 - Regenerated for the new version.
1054
1055 -- Sebastian Dröge <slomo@debian.org> Sat, 08 May 2010 08:20:19 +0200
1056
1057gtk+2.0 (2.20.1-1) unstable; urgency=low
1058
1059 * New upstream bugfix release:
1060 + debian/patches/006_support-for-tracker-0.8-stable-releases.patch:
1061 - Dropped, merged upstream.
1062 + debian/patches/003_gdk.pc_privates.patch:
1063 - Updated to apply cleanly again.
1064 + debian/patches/070_mandatory-relibtoolize.patch:
1065 - Regenerated for the new version.
1066
1067 -- Sebastian Dröge <slomo@debian.org> Mon, 03 May 2010 07:26:14 +0200
1068
1069gtk+2.0 (2.20.0-3) unstable; urgency=low
1070
1071 * debian/control.in
1072 - Add Vcs-* fields.
1073 - Add Homepage field.
1074 * debian/patches/006_support-for-tracker-0.8-stable-releases.patch
1075 - Add support for tracker 0.8 stable and future 0.9 releases. Also add
1076 support for loading the search engines on demand until they are actually
1077 needed. Patch is backported from upstream Git branch "tracker-0.8".
1078 * Refresh patches to apply cleanly.
1079
1080 -- Michael Biebl <biebl@debian.org> Wed, 14 Apr 2010 20:39:28 +0200
1081
1082gtk+2.0 (2.20.0-2) unstable; urgency=low
1083
1084 * Upload to unstable.
1085
1086 -- Sebastian Dröge <slomo@debian.org> Wed, 31 Mar 2010 09:16:00 +0200
1087
1088gtk+2.0 (2.20.0-1) experimental; urgency=low
1089
1090 [ Emilio Pozuelo Monfort ]
1091 * debian/rules,
1092 debian/control.in,
1093 debian/libgtk-directfb-2.0-0.*,
1094 debian/libgtk-directfb-2.0-dev.*,
1095 debian/patches/090_directfb-map-virtual-modifiers.patch,
1096 debian/patches/series:
1097 - Drop the DirectFB enabled GTK+ packages. They were needed for the
1098 graphical installer but it's now switching to X11 so we don't need
1099 them anymore.
1100 * debian/rules:
1101 - Move --with-xinput=yes and --with-libjasper to configure_flags
1102 since they are common to all of our flavours.
1103
1104 [ Sebastian Dröge ]
1105 * New upstream stable release:
1106 + debian/patches/070_mandatory-relibtoolize.patch:
1107 - Regenerated for the new version.
1108 + debian/rules,
1109 debian/libgtk2.0-0.symbols:
1110 - Update SHVER to 2.20.0 for the new API to force dependencies
1111 on the stable version.
1112 + debian/control.in:
1113 - Update GLib build dependency and tighten some -dev package dependencies.
1114 + debian/patches/003_gdk.pc_privates.patch:
1115 - Updated to apply cleanly again.
1116
1117 -- Sebastian Dröge <slomo@debian.org> Tue, 23 Mar 2010 15:55:56 +0100
1118
1119gtk+2.0 (2.19.7-3) experimental; urgency=low
1120
1121 * debian/control.in:
1122 - Build depend on xsltproc, needed to generate the mime cache.
1123 It was brought indirectly by gtk-doc-tools, but that's on
1124 Build-Depends-Indep which isn't enough.
1125
1126 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Mar 2010 15:30:32 +0100
1127
1128gtk+2.0 (2.19.7-2) experimental; urgency=low
1129
1130 [ Cyril Brulebois ]
1131 * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
1132 graphical installer. Closes: #573872.
1133 - Replace libgtk-directfb-2.0-0-udeb with libgtk-x11-udeb in control
1134 file.
1135 - Update description accordingly.
1136 - Update .install.in accordingly, using the “shared_udeb” flavour,
1137 based on the “shared” one, but with a few X11 extensions disabled.
1138 - Update package name and file paths accordingly in rules file.
1139 * Version/Bump some B-D to make sure the udeb gets proper dependencies
1140 on the recently reworked/added udebs:
1141 - libx11-dev
1142 - libxcursor-dev
1143 - libxext-dev
1144 - libxi-dev
1145 - libxinerama-dev
1146 - libxrender-dev
1147 * Add one patch to make it possible to disable X11 extensions, and
1148 refresh the other one accordingly:
1149 - 005_support_disabling_x11_extensions.patch
1150 - 070_mandatory-relibtoolize.patch
1151 * Ship a minimal MIME database in the udeb, since the loaders mechanism
1152 isn’t sufficient to get proper PNG support:
1153 - Add shared-mime-info to Build-Depends to ensure that the
1154 update-mime-database tool is available at build-time, as well as
1155 the source freedesktop.org.xml file.
1156 - Add debian/keep-png-only.xsl to only keep the mime-type matching
1157 type="image/png". Matching with namespaces is tricky, see the
1158 comments in the XSL file for the details.
1159 - Build a MIME cache, and only ship the resulting mime.cache file
1160 under /usr/share/mime in the udeb.
1161 - While this is dirty, that should do the trick until it is needed
1162 for shared-mime-info to ship its own udeb.
1163
1164 [ Emilio Pozuelo Monfort ]
1165 * Rename the udeb to libgtk2.0-0-udeb.
1166 * Standards-Version is 3.8.4, no changes needed.
1167
1168 -- Emilio Pozuelo Monfort <pochu@debian.org> Tue, 16 Mar 2010 01:01:48 +0100
1169
1170gtk+2.0 (2.19.7-1) experimental; urgency=low
1171
1172 * New upstream development release:
1173 + debian/patches/070_mandatory-relibtoolize.patch:
1174 - Regenerated for the new version.
1175
1176 -- Sebastian Dröge <slomo@debian.org> Fri, 12 Mar 2010 15:59:27 +0100
1177
1178gtk+2.0 (2.19.6-1) experimental; urgency=low
1179
1180 * New upstream development release:
1181 + debian/patches/070_mandatory-relibtoolize.patch:
1182 - Regenerated for the new version.
1183 + debian/rules,
1184 debian/libgtk-directfb-2.0-0.symbols,
1185 debian/libgtk2.0-0.symbols:
1186 - Update SHVER to 2.19.6 for the new API and add new symbols.
1187 * debian/patches/090_directfb-map-virtual-modifiers.patch:
1188 + Update to add just another stub to fix the build.
1189
1190 -- Sebastian Dröge <slomo@debian.org> Wed, 24 Feb 2010 10:01:31 +0100
1191
1192gtk+2.0 (2.19.5-1) experimental; urgency=low
1193
1194 * New upstream development release:
1195 + debian/patches/070_mandatory-relibtoolize.patch:
1196 - Regenerated for the new version.
1197 + debian/rules,
1198 debian/libgtk-directfb-2.0-0.symbols,
1199 debian/libgtk2.0-0.symbols:
1200 - Update SHVER to 2.19.5 for the new API and add new symbols.
1201
1202 -- Sebastian Dröge <slomo@debian.org> Wed, 10 Feb 2010 09:38:52 +0100
1203
1204gtk+2.0 (2.19.4-1) experimental; urgency=low
1205
1206 * New upstream development release:
1207 + debian/patches/070_mandatory-relibtoolize.patch:
1208 - Regenerated for the new version.
1209 + debian/rules,
1210 debian/libgtk-directfb-2.0-0.symbols,
1211 debian/libgtk2.0-0.symbols:
1212 - Update SHVER to 2.19.4 for the new API and add new symbols.
1213
1214 -- Sebastian Dröge <slomo@debian.org> Tue, 26 Jan 2010 08:25:41 +0100
1215
1216gtk+2.0 (2.19.3-1) experimental; urgency=low
1217
1218 * New upstream development release:
1219 + debian/patches/070_mandatory-relibtoolize.patch:
1220 - Regenerated for the new version.
1221 + debian/rules,
1222 debian/libgtk-directfb-2.0-0.symbols,
1223 debian/libgtk2.0-0.symbols:
1224 - Update SHVER to 2.19.3 for the new API and add new symbols.
1225 + debian/patches/091_size_allocate_crash.patch:
1226 - Dropped, merged upstream.
1227
1228 -- Sebastian Dröge <slomo@debian.org> Mon, 11 Jan 2010 20:36:25 +0100
1229
1230gtk+2.0 (2.19.2-2) experimental; urgency=low
1231
1232 * debian/patches/091_size_allocate_crash.patch:
1233 + Patch from upstream GIT to fix a crash on size allocations.
1234 Thanks to Sebastien Bacher.
1235
1236 -- Sebastian Dröge <slomo@debian.org> Wed, 06 Jan 2010 11:42:07 +0100
1237
1238gtk+2.0 (2.19.2-1) experimental; urgency=low
1239
1240 [ Emilio Pozuelo Monfort ]
1241 * debian/patches/000_gtk+-2.0.6-exportsymbols.patch:
1242 + Removed, it wasn't being applied and hasn't been relevant for a
1243 long time.
1244
1245 [ Sebastian Dröge ]
1246 * New upstream development release:
1247 + debian/patches/070_mandatory-relibtoolize.patch:
1248 - Regenerated for the new version.
1249 + debian/rules,
1250 debian/libgtk-directfb-2.0-0.symbols,
1251 debian/libgtk2.0-0.symbols:
1252 - Update SHVER to 2.19.2 for the new API and add new symbols.
1253 * debian/patches/090_directfb-map-virtual-modifiers.patch:
1254 + Fix compilation of the DirectFB backend, patch adapted from
1255 upstream commit to fix the Quartz backend.
1256
1257 -- Sebastian Dröge <slomo@debian.org> Mon, 04 Jan 2010 10:43:48 +0100
1258
1259gtk+2.0 (2.19.1-1) experimental; urgency=low
1260
1261 * New upstream development release:
1262 + debian/rules:
1263 - Include check-dist.mk to prevent accidental uploads to unstable.
1264 + debian/control.in:
1265 - Update ATK build dependency.
1266 + debian/rules,
1267 debian/libgtk-directfb-2.0-0.symbols,
1268 debian/libgtk2.0-0.symbols:
1269 - Update SHVER to 2.19.1 for the new API and add new symbols.
1270 + debian/patches/009_gtk-export-filechooser.patch,
1271 debian/patches/021_loader-files-d.patch:
1272 - Updated to apply cleanly again.
1273 + debian/patches/070_mandatory-relibtoolize.patch:
1274 - Regenerated for the new version.
1275
1276 -- Sebastian Dröge <slomo@debian.org> Tue, 01 Dec 2009 15:28:10 +0100
1277
1278gtk+2.0 (2.18.4-1) unstable; urgency=low
1279
1280 * New upstream bugfix release:
1281 + debian/patches/070_mandatory-relibtoolize.patch:
1282 - Updated for the new version.
1283 + debian/patches/091_dont-omit-gtk-icon-size-dialog.patch,
1284 debian/patches/092_gtk-image-size-allocation.patch:
1285 - Dropped, merged upstream.
1286
1287 -- Sebastian Dröge <slomo@debian.org> Tue, 01 Dec 2009 07:46:18 +0100
1288
1289gtk+2.0 (2.18.3-1) unstable; urgency=low
1290
1291 * New upstream bugfix release:
1292 + debian/patches/070_mandatory-relibtoolize.patch:
1293 - Updated for the new version.
1294 * debian/patches/091_dont-omit-gtk-icon-size-dialog.patch:
1295 + Patch from upstream GIT to not omit GTk_ICON_SIZE_DIALOG
1296 when searching for an appropiate icon size.
1297 * debian/patches/092_gtk-image-size-allocation.patch:
1298 + Patch from upstream GIT to fix size allocation of GtkImage.
1299
1300 -- Sebastian Dröge <slomo@debian.org> Sun, 18 Oct 2009 13:23:44 +0200
1301
1302gtk+2.0 (2.18.2-1) unstable; urgency=low
1303
1304 * New upstream bugfix release:
1305 + debian/patches/070_mandatory-relibtoolize.patch:
1306 - Updated for the new version.
1307 + 090_directfb-backend-compilation-fix.patch:
1308 - Dropped, merged upstream.
1309
1310 -- Sebastian Dröge <slomo@debian.org> Tue, 06 Oct 2009 07:41:45 +0200
1311
1312gtk+2.0 (2.18.1-1) unstable; urgency=low
1313
1314 * New upstream bugfix release:
1315 + debian/patches/070_mandatory-relibtoolize.patch:
1316 - Updated for the new version.
1317 + 090_directfb-backend-compilation-fix.patch:
1318 - Fix compilation of the DirectFB backend, see
1319 https://bugzilla.gnome.org/show_bug.cgi?id=596959
1320
1321 -- Sebastian Dröge <slomo@debian.org> Thu, 01 Oct 2009 07:20:43 +0200
1322
1323gtk+2.0 (2.18.0-1) unstable; urgency=low
1324
1325 * New upstream stable release:
1326 + debian/rules,
1327 debian/*.symbols:
1328 - Updated for the new version.
1329 + debian/patches/005_gdk_directfb_window_new.patch:
1330 - Dropped, merged upstream.
1331 + debian/patches/070_mandatory-relibtoolize.patch:
1332 - Updated for the new version.
1333
1334 -- Sebastian Dröge <slomo@debian.org> Wed, 23 Sep 2009 06:36:41 +0200
1335
1336gtk+2.0 (2.17.11-1) experimental; urgency=low
1337
1338 * New upstream development release:
1339 + debian/patches/070_mandatory-relibtoolize.patch:
1340 - Updated for the new version.
1341 + debian/rules,
1342 debian/*.symbols:
1343 - Updated for the new version.
1344
1345 -- Sebastian Dröge <slomo@debian.org> Sat, 05 Sep 2009 07:16:24 +0200
1346
1347gtk+2.0 (2.17.10-1) experimental; urgency=low
1348
1349 * New upstream development release:
1350 + debian/patches/070_mandatory-relibtoolize.patch:
1351 - Updated for the new version.
1352 + debian/rules,
1353 debian/*.symbols:
1354 - Updated for the new version.
1355 * -
1356
1357 -- Sebastian Dröge <slomo@debian.org> Sat, 05 Sep 2009 07:16:21 +0200
1358
1359gtk+2.0 (2.17.9-1) experimental; urgency=low
1360
1361 [ Josselin Mouette ]
1362 * Clean up the .la files in all -dev packages, not only in the main
1363 one.
1364
1365 [ Sebastian Dröge ]
1366 * New upstream development release:
1367 + debian/patches/070_mandatory-relibtoolize.patch:
1368 - Updated for the new version.
1369 + debian/rules,
1370 debian/*.symbols:
1371 - Updated for the new version.
1372
1373 -- Sebastian Dröge <slomo@debian.org> Tue, 25 Aug 2009 18:37:11 +0200
1374
1375gtk+2.0 (2.17.8-1) experimental; urgency=low
1376
1377 [ Emilio Pozuelo Monfort ]
1378 * New upstream development release.
1379 - Handle printers needing authentication. Closes: #499759.
1380 - Update libglib2.0-dev requirement.
1381 * debian/watch:
1382 - Don't uupdate.
1383 * debian/rules:
1384 - Configure with --with-libjasper, it's disabled by default now.
1385 * debian/control.in:
1386 - Remove conflicts and replaces no longer needed for packages in stable.
1387 - Standards-Version is 3.8.3, no changes needed.
1388 * debian/patches/005_xpmico.patch:
1389 - Removed, this check is not needed as HeaderSize can't overflow because
1390 IconCount will be at most 16 bits, and that multiplied by 16 is not
1391 enough to overflow an integer. (Checked with upstream)
1392 * debian/patches/001_static-linking-dont-query-immodules.patch,
1393 debian/patches/002_static-linking-dont-build-perf.patch:
1394 - Add headers.
1395 * debian/patches/005_gdk_directfb_window_new.patch:
1396 - New patch. Readd gdk_directfb_window_new(), which is exported in the
1397 public API and was removed by mistake.
1398 * debian/patches/*
1399 - Refreshed.
1400 * debian/libgtk-directfb-2.0-0.symbols,
1401 debian/libgtk2.0-0.symbols:
1402 - Updated for the new symbols. There's one symbol removed from the
1403 directfb backend, gdk_display_pointer_grab(). It wasn't exported in
1404 the headers, nor was supposed to be public, so if something out there
1405 is using it, they are doing it wrong.
1406 * debian/rules:
1407 - Remove a trailing backslash that prevented -c4 to be passed to
1408 dh_makeshlibs.
1409
1410 -- Josselin Mouette <joss@debian.org> Thu, 20 Aug 2009 18:29:04 +0200
1411
1412gtk+2.0 (2.16.5-1) unstable; urgency=low
1413
1414 * New upstream bugfix release:
1415 + debian/patches/070_mandatory-relibtoolize.patch:
1416 - Regenerated for the new version.
1417
1418 -- Sebastian Dröge <slomo@debian.org> Tue, 21 Jul 2009 08:09:50 +0200
1419
1420gtk+2.0 (2.16.4-1) unstable; urgency=low
1421
1422 * New upstream bugfix release:
1423 + debian/patches/070_mandatory-relibtoolize.patch:
1424 - Regenerated for the new version.
1425
1426 -- Sebastian Dröge <slomo@debian.org> Thu, 02 Jul 2009 06:09:04 +0200
1427
1428gtk+2.0 (2.16.3-1) unstable; urgency=low
1429
1430 * New upstream bugfix release:
1431 + debian/patches/070_mandatory-relibtoolize.patch:
1432 - Regenerated for the new version.
1433 * debian/control.in:
1434 + Update Standards-Version to 3.8.2.
1435
1436 -- Sebastian Dröge <slomo@debian.org> Mon, 29 Jun 2009 11:39:01 +0200
1437
1438gtk+2.0 (2.16.2-1) unstable; urgency=low
1439
1440 [ Loic Minier ]
1441 * Fix string concat in dh_gtkmodules; thanks Kanru Chen; closes: #528782.
1442
1443 [ Sebastian Dröge ]
1444 * New upstream bugfix release:
1445 + debian/patches/091_workaround_no_gtk_init_incorrect_display.patch:
1446 - Dropped, merged upstream.
1447 + debian/patches/070_mandatory-relibtoolize.patch:
1448 - Regenerated for the new version.
1449 + debian/*.install:
1450 - Install the manpages from their source locations as
1451 they're not installed anymore for some reason.
1452 * debian/control.in:
1453 + Updated Standards-Version to 3.8.1, no additional changes needed.
1454
1455 -- Sebastian Dröge <slomo@debian.org> Tue, 02 Jun 2009 07:44:43 +0200
1456
1457gtk+2.0 (2.16.1-2) unstable; urgency=low
1458
1459 [ Loic Minier ]
1460 * Fix test-print-backend configure flag addition.
1461 * Set opt_configure_flags to $(shared_configure_flags) in the sample opt
1462 flavor for armel and move the opt flavor and check flavors below the
1463 definition of other flags.
1464
1465 -- Josselin Mouette <joss@debian.org> Thu, 16 Apr 2009 18:08:02 +0200
1466
1467gtk+2.0 (2.16.1-1) experimental; urgency=low
1468
1469 [ Loic Minier ]
1470 * Clarify dh_gtkmodules doc slightly.
1471
1472 [ Gustavo Noronha Silva ]
1473 * debian/series:
1474 - forgot to add 022_disable-viqr-im-for-vi-locale.patch and
1475 061_use_pdf_as_default_printing_standard.patch to the series file
1476 (thanks to seb128 for noticing)
1477 * debian/control.in:
1478 - sync Replaces with ubuntu's package for easier migration from Ubuntu
1479 to Debian ;)
1480
1481 [ Josselin Mouette ]
1482 * Make update-icon-caches always generate the cache, now that dh_icons
1483 is widespread.
1484
1485 [ Sebastian Dröge ]
1486 * debian/libgtk-directfb-2.0-0.symbols,
1487 debian/libgtk2.0-0.symbols,
1488 debian/libgail18.symbols,
1489 debian/rules:
1490 + Add symbol files for GTK.
1491
1492 [ Loic Minier ]
1493 * Merge the following changes by Emmet Hikory:
1494
1495 [ Emmet Hikory ]
1496 * Port optimised flavor work by Loic Minier from pango1.0:
1497 - Rework flavor-specific vars.
1498 + Introduce $(flavor) which is set to $* to clarify implicit rules
1499 + Rename common_configure_flags to configure_flags
1500 + Introduce the flavor_get macro to use a flavor specific override or
1501 fallback to the common defaults for make vars.
1502 + Use $(call flavor_get, ) to retrieve configure_flags, CFLAGS, and
1503 LDFLAGS allowing to override these per flavor.
1504 - Add support for an optimised pass, implemented as a flavor
1505 + Define a default OPTLIBDIR and replace it in the sed foo for %.in
1506 files; this is like LIBDIR, but with some hwcaps extension, e.g.
1507 usr/lib/vfp.
1508 + Add vars to build an optimised vfp flavour for armel with
1509 additional CFLAGS
1510 + Add the "opt" special flavor to flavors to run the testuites on,
1511 CHECK_FLAVORS
1512 + Also sed and append %.opt after %.in when generating $ files from
1513 %.in; the %.opt file is optional and only included if the opt flavor
1514 is included.
1515 + Add a debian/libgtk2.0-0.install.opt which lists files from the
1516 optimised flavor to install in libgtk2.0-0.
1517 + Add a debian/libgail18.install.opt which lists files from the
1518 optimised flavor to install in libgail18.
1519
1520 [ Loic Minier ]
1521 * Only pass -j to the main make call, do not parallelize the debian/rules
1522 themselves as it seems to be racy for an unidentified reason which is hard
1523 to reproduce.
1524 * Merge patch below from Ubuntu.
1525
1526 [ Sebastien Bacher ]
1527 * debian/patches/093_git_change_fix_focus_issue.patch:
1528 - upstream git change to fix a timestamp issue leading to get nautilus.
1529 dialog opening sometime unfocussed for example (lp: #333366)
1530
1531 [ Loic Minier ]
1532 * Build-dep on autotools-dev for the config.guess / .sub updates to work.
1533 * Drop duplicate Section/Priority fields.
1534 * ppc64: use DEB_HOST_GNU_CPU instead of BUILD; drop TODOs, the current
1535 implementation is correct.
1536
1537 [ Sebastian Dröge ]
1538 * New upstream bugfix release:
1539 + debian/patches/070_mandatory-relibtoolize.patch:
1540 - Regenerated for the new version.
1541 + debian/patches/072_workaround_directfb_build.patch,
1542 debian/patches/092_fix_printtest_include.patch,
1543 debian/patches/093_git_change_fix_focus_issue.patch:
1544 - Dropped, merged upstream.
1545
1546 -- Sebastian Dröge <slomo@debian.org> Sun, 12 Apr 2009 11:21:58 +0200
1547
1548gtk+2.0 (2.16.0-1) experimental; urgency=low
1549
1550 [ Emilio Pozuelo Monfort ]
1551 * Let libgtk2.0-0 suggest gvfs, as it's needed for some APIs like
1552 gtk_show_uri.
1553
1554 [ Josselin Mouette ]
1555 * libgtk2.0-0 depends on shared-mime-info. Closes: #518090.
1556 * Add dependent doc packages to b-d-i to ensure proper xrefs.
1557
1558 [ Loic Minier ]
1559 * Clean up dh_gtkmodules output:
1560 - Demote warnings when skipping non-existent GtkPixbuf loaders and Gtk IM
1561 modules dirs to verbose_print(); use -v to see them.
1562 - Always print the number of GdkPixbuf loaders and Gtk IM modules found in
1563 each package.
1564
1565 [ Emilio Pozuelo Monfort ]
1566 * New upstream stable release.
1567 - Bump shlibs.
1568 - debian/patches/070_mandatory-relibtoolize.patch: regenerated.
1569 * Ship the gtk-builder-convert manpage in libgtk2.0-dev.
1570 * Section of dbg packages is debug.
1571
1572 -- Emilio Pozuelo Monfort <pochu@ubuntu.com> Sun, 15 Mar 2009 20:10:34 +0100
1573
1574gtk+2.0 (2.15.5-2) experimental; urgency=low
1575
1576 [ Emilio Pozuelo Monfort ]
1577 * debian/control.in:
1578 - bump libglib2.0-dev build-dep requirement to >= 2.19.7
1579 - bump libxrandr-dev build-dep requirement to >= 1:1.2.99
1580 - also bump libgtk2.0-dev dependecies accordingly
1581 (Closes: #518078)
1582
1583 [ Gustavo Noronha Silva ]
1584 * 042_treeview_single-focus.patch:
1585 - removed FIXME note, since it was explained to me that the patch is
1586 still necessary
1587 * debian/rules:
1588 - bumped SHVER to 2.15.5
1589
1590 [ Imported from Ubuntu ]
1591 * 022_disable-viqr-im-for-vi-locale.patch,
1592 061_use_pdf_as_default_printing_standard.patch:
1593 - for the rationale for the PDF for printing one see:
1594 https://wiki.ubuntu.com/PDFasStandardPrintJobFormat
1595
1596 -- Gustavo Noronha Silva <kov@debian.org> Tue, 03 Mar 2009 21:58:20 -0300
1597
1598gtk+2.0 (2.15.5-1) experimental; urgency=low
1599
1600 * New upstream development release
1601 * 070_mandatory-relibtoolize.patch: refreshed.
1602 * 031_directfb_dead-keys.patch, 032_gdkwindowimpl_directfb.patch,
1603 033_directfb_client-message.patch, 034_directfb_memleak.patch,
1604 071_jasper_link_fix.patch, 092_fix_printtest_include.patch:
1605 - dropped; already featured in this release
1606 * 030_gtkentry_password-char-circle.patch:
1607 - dropped; upstream provides a different solution to setting the default
1608 invisible char now, that takes the font being used into consideration
1609 * 003_gdk.pc_privates.patch:
1610 - refreshed
1611
1612 -- Gustavo Noronha Silva <kov@debian.org> Mon, 02 Mar 2009 22:01:03 -0300
1613
1614gtk+2.0 (2.14.7-3) experimental; urgency=low
1615
1616 * 032_gdkwindowimpl_directfb.patch: new version of the patch. This
1617 should restore the basic functionality of the backend, but there is
1618 still work underway.
1619 * 033_directfb_client-message.patch: stolen from the upstream SVN. Fix
1620 the DirectFB client_message API.
1621 * 034_directfb_memleak.patch: stolen from the upstream SVN. Fix memory
1622 leak in the DirectFB code.
1623 * Require DirectFB 1.0.0 for the 034 patch.
1624 * 070_mandatory-relibtoolize.patch: updated accordingly.
1625
1626 -- Josselin Mouette <joss@debian.org> Sat, 21 Feb 2009 14:59:45 +0100
1627
1628gtk+2.0 (2.14.7-2) experimental; urgency=low
1629
1630 * 008_implicit_pointer_conversion_gdkgc_directfb.patch: removed, it’s
1631 obsolete and just defines the same macro a second time.
1632 * 007_implicit_pointer_conversion_gdkdrawable_directfb.patch: removed,
1633 it’s not needed anymore with the latest directfb.
1634 * 006_proper-directfb-modules.patch: removed from the package, it
1635 won’t be necessary anymore.
1636 * 001_static-linking-dont-query-immodules.patch,
1637 002_static-linking-dont-build-perf.patch,
1638 003_gdk.pc_privates.patch,
1639 004_gtk+-ximian-gtk2-filesel-navbutton-5.patch: refreshed.
1640 * Remove 071_correct_directfb_declarations.patch, and replace it by
1641 032_gdkwindowimpl_directfb.patch, a patch from Sven Neumann to
1642 (hopefully) fix DirectFB support for GTK+ 2.14.
1643
1644 -- Josselin Mouette <joss@debian.org> Tue, 17 Feb 2009 23:17:56 +0100
1645
1646gtk+2.0 (2.14.7-1) experimental; urgency=low
1647
1648 [ Loic Minier ]
1649 * Don't purge /etc/gtk-2.0/gdk-pixbuf.loaders and /etc/gtk-2.0/gtk.immodules
1650 during first configuration.
1651
1652 [ Sebastian Dröge ]
1653 * New upstream bugfix release:
1654 + debian/patches/070_mandatory-relibtoolize.patch:
1655 - Regenerated for the new version.
1656
1657 -- Sebastian Dröge <slomo@debian.org> Thu, 08 Jan 2009 08:06:02 +0100
1658
1659gtk+2.0 (2.14.5-1) experimental; urgency=low
1660
1661 [ Josselin Mouette ]
1662 * Really install the faq and tutorial files correctly so that the
1663 devhelp file is read.
1664 * Update doc-base files accordingly.
1665 * gruik2devhelp.awk: new script to generate the devhelp files
1666 automatically for the FAQ and tutorial, based on the HTML doc.
1667 * Build-depend on gawk, run the script appropriately.
1668
1669 [ Sebastian Dröge ]
1670 * New upstream bugfix release:
1671 + debian/patches/070_mandatory-relibtoolize.patch:
1672 - Regenerated for the new version.
1673
1674 -- Sebastian Dröge <slomo@debian.org> Tue, 25 Nov 2008 11:00:35 +0100
1675
1676gtk+2.0 (2.14.4-3) experimental; urgency=low
1677
1678 * libgail*.install: fix installation paths. Closes: #505105.
1679 * Do not ship .la files for gail modules.
1680 * Generate shlibs for libgail.
1681 * Bump shlibs version to 2.14.0.
1682 * Do not install libgailutil in libgtk2.0-0.
1683 * Do not install gtk libs in libgail-dev.
1684 * Rework docs installation.
1685 * Add doc links where needed.
1686 * Install .devhelp files at the correct places. Closes: #504807.
1687 * Bump dependencies for the development package.
1688 * Fix dependencies of gail packages.
1689 * Don’t install libgail in the udeb.
1690 * Stop shipping /usr/lib/pkgconfig/libgtk-directfb-2.0-0/, nobody uses
1691 it.
1692 * Remove versioned conflicts with libgail packages.
1693 * Remove libgail18.shlibs.
1694 * Put debugging symbols of libgail modules in libgail-dbg.
1695 * dh_gtkmodules.in: fix a pod2man error.
1696 * Disable 006_proper-directfb-modules.patch.
1697 * Update 070_mandatory_relibtoolize.patch accordingly.
1698
1699 -- Josselin Mouette <joss@debian.org> Tue, 11 Nov 2008 14:44:21 +0100
1700
1701gtk+2.0 (2.14.4-2) experimental; urgency=low
1702
1703 * debian/control, debian/rules, debian/libgail*:
1704 - split libgail packages
1705
1706 -- Gustavo Noronha Silva <kov@debian.org> Wed, 05 Nov 2008 14:54:08 -0200
1707
1708gtk+2.0 (2.14.4-1) experimental; urgency=low
1709
1710 [ Gustavo Noronha Silva ]
1711 * New upstream release
1712 * debian/patches/006_proper-directfb-modules.patch:
1713 - refreshed
1714 * debian/patches/008_implicit_pointer_conversion_gdkgc_directfb.patch,
1715 debian/patches/009_gtk-export-filechooser.patch,
1716 debian/patches/020_immodules-files-d.patch,
1717 debian/patches/021_loader-files-d.patch,
1718 - update borrowed from Ubuntu's package
1719 * debian/patches/071_correct_directfb_declarations.patch,
1720 debian/patches/072_workaround_directfb_build.patch:
1721 - borrowed from ubuntu
1722 * debian/patches/033_treeview_resizing.patch,
1723 debian/patches/095_gtk-im-module-setting.patch:
1724 - removed; fixed upstream
1725 * debian/patches/070_mandatory-relibtoolize.patch:
1726 - refreshed
1727 * debian/control.in:
1728 - added libjasper-dev to the Build-Depends, as GTK+ now supports
1729 JPEG2000
1730 - make GTK+ packages conflict/replace with gail ones, since they are now
1731 included in GTK+
1732 * debian/patches/092_fix_printtest_include.patch:
1733 - new patch, to fix build problem in print test
1734 * debian/patches/071_jasper_link_fix.patch:
1735 - make gdk-pixbuf-csource link correctly with libjasper
1736 * debian/rules, debian/control:
1737 - newer libcairo2-dev contains everything needed to build the directfb
1738 target, so disable building with the dummy libcairo-directfb2-dev
1739 - this makes us have to build depend on libcairo2-dev >= 1.6.4-6.1
1740
1741 [ Loic Minier ]
1742 * Let libgtk2.0-dev recommend debhelper for dh_gtkmodules.
1743 * Let libgtk2.0-dev depend on libxml2-utils as it's required for
1744 gtk-builder-convert to work and might be relied upon by packages bdeping
1745 on libgtk2.0-dev.
1746
1747 [ Emilio Pozuelo Monfort ]
1748 * Update build-dependencies for the new version:
1749 - libglib2.0-dev >= 2.17.6
1750 - libpango1.0-dev >= 1.20
1751 - libatk1.0-dev >= 1.13.0
1752 - libcairo2-dev >= 1.6.0
1753
1754 -- Gustavo Noronha Silva <kov@debian.org> Wed, 24 Sep 2008 21:38:58 -0300
1755
1756gtk+2.0 (2.12.11-3) unstable; urgency=low
1757
1758 * 031_directfb_dead-keys.patch: patch from Jérémy Bobbio to fix dead
1759 keys in the DirectFB backend. Closes: #394871.
1760 * Now require DirectFB 0.9.26.
1761 * 070_mandatory_relibtoolize: updated to match the dependency bump.
1762 * 033_treeview_resizing.patch:
1763 + Fix crasher introduced by the patch. Closes: #491611.
1764 + Add references.
1765
1766 -- Josselin Mouette <joss@debian.org> Mon, 21 Jul 2008 15:22:38 +0200
1767
1768gtk+2.0 (2.12.11-2) unstable; urgency=low
1769
1770 * 033_treeview_resizing.patch:
1771 + Enable again, it was disabled by mistake.
1772 + Update to new version provided by Kristian Rietveld.
1773 Closes: #471073.
1774 * libgtk2.0-doc.doc-base.gtk2-tutorial: fix spelling of GTK+.
1775 * *.doc-base.*: fix doc-base sections.
1776
1777 -- Josselin Mouette <joss@debian.org> Fri, 18 Jul 2008 14:53:17 +0200
1778
1779gtk+2.0 (2.12.11-1) unstable; urgency=low
1780
1781 [ Emilio Pozuelo Monfort ]
1782 * Build-depend on libcups2-dev instead of libcupsys2-dev, as cups
1783 is transitioning to that new name.
1784
1785 [ Sebastian Dröge ]
1786 * New upstream bugfix release:
1787 + debian/patches/070_mandatory-relibtoolize.patch:
1788 - Regenerated for the new version.
1789 + debian/patches/092_openoffice-menus.patch:
1790 - Dropped, merged upstream.
1791 * debian/control.in:
1792 + Updated Standards-Version to 3.8.0, no additional changes needed.
1793
1794 -- Sebastian Dröge <slomo@debian.org> Wed, 02 Jul 2008 06:37:51 +0200
1795
1796gtk+2.0 (2.12.10-2) unstable; urgency=low
1797
1798 * debian/patches/092_openoffice-menus.patch:
1799 + Patch from upstream SVN to fix regression in menu placement
1800 in openoffice.org (Closes: #484580).
1801
1802 -- Sebastian Dröge <slomo@debian.org> Sat, 07 Jun 2008 10:27:50 +0200
1803
1804gtk+2.0 (2.12.10-1) unstable; urgency=low
1805
1806 * New upstream bugfix release:
1807 + debian/patches/009_gtk-export-filechooser.patch:
1808 - Updated to apply cleanly again.
1809 + debian/patches/031_gtksearchenginetracker_fixes.patch,
1810 debian/patches/061_foreign_colormaps.patch,
1811 debian/patches/092_implicit-g-fopen.patch:
1812 - Dropped, merged upstream.
1813 + debian/patches/070_mandatory-relibtoolize.patch:
1814 - Regenerated for the new version.
1815
1816 -- Sebastian Dröge <slomo@debian.org> Wed, 04 Jun 2008 08:14:08 +0200
1817
1818gtk+2.0 (2.12.9-4) unstable; urgency=low
1819
1820 [ Loic Minier ]
1821 * Flip back gdkpixbuf_module_files_d_str after gdkpixbuf_module_file_str in
1822 patch 021_loader-files-d; this fixes config of gdk loaders and hence the
1823 current ia32-libs implementation; the change in 2.12.0-3 was incorrect in
1824 that it flipped the order for im modules and pixbuf loaders, but only im
1825 modules had to be flipped; the reason im modules had to be flipped is that
1826 the first list of modules wins for im modules as there is some duplicate
1827 checking, while in the case of gdk pixbufs, the last file wins. What
1828 remains to be done here is:
1829 - biarch support, similar to pango, by loading /usr/lib32 and /usr/lib64
1830 stuff before /usr/lib; allows dropping the config file hack in
1831 ia32-libs.
1832 - loading of modules from multiarch locations (not multiarch); allows
1833 dropping the config file hack in ia32-libs.
1834 * Bump build-deps and libgtk2.0-dev's deps to ensure we get Xorg dev
1835 packages with .pc files, see list below; thanks Anon Sricharoenchai;
1836 closes: #370693.
1837 libxext-dev >= 1:1.0.1-2, libxinerama-dev >= 1:1.0.1-4.1, libxi-dev >=
1838 1:1.0.1-4, libxrandr-dev >= 1:1.0.2-2, libxfixes-dev >= 1:3.0.0-3,
1839 libxcomposite-dev >= 1:0.2.0-3, libxdamage-dev >= 1:1.0.1-3.
1840
1841 [ Josselin Mouette ]
1842 * 061_foreign_colormaps.patch: stolen from upstream SVN. Don't call
1843 XFreeColormap on foreign colormaps, this causes crashes in e.g.
1844 vinagre. Closes: #477199.
1845 * Apply multiarch patch by Javier Serrano Polo, replacing all
1846 occurrences of usr/lib by $(LIBDIR). Closes: #468100.
1847 * rules: don't compress .sgml and .devhelp files.
1848
1849 [ Loic Minier ]
1850 * Fix broken second dh_strip invocation which was not only acting on the
1851 udeb but also on binary packages (-s -pUDEB should have been -pUDEB).
1852 * Update patch 021_loader-files-d to use PIXBUF_FILES_LIBDIR which is
1853 defined in gdk-pixbuf/Makefile.am, similarly to PIXBUF_LIBDIR, and based
1854 on the newly defined loaderfilesdir, similar to loaderdir; update
1855 070_mandatory-relibtoolize.
1856 * New patch, 022_module-files-append-compat-module-files-d, prefer
1857 /usr/lib32/gtk-2.0/<gtk-binary-version>/loader-files.d and
1858 /immodule-files.d over the /usr/lib/.../*.d pathnames added in
1859 020_immodules-files-d and 021_loader-files-d when available; this is
1860 useful for ia32-libs support; other modules might need additional support
1861 depending on how they are loaded, for example GTK_MODULES will probably
1862 still be looked up below libdir, as well as engines, printbackends,
1863 filesystems, and generic modules. See also Ubuntu #205223 and #190227 for
1864 examples.
1865
1866 -- Loic Minier <lool@dooz.org> Sun, 11 May 2008 00:47:26 +0200
1867
1868gtk+2.0 (2.12.9-3) unstable; urgency=low
1869
1870 [ Loic Minier ]
1871 * Refresh patches 009_gtk-export-filechooser,
1872 030_gtkentry_password-char-circle, 033_treeview_resizing,
1873 042_treeview_single-focus, 060_ignore-random-icons
1874 * Fix offsets in patch 095_gtk-im-module-setting; thanks Akira TAGOH;
1875 closes: #473699.
1876
1877 [ Sebastian Dröge ]
1878 * debian/rules:
1879 + Don't include the udeb in the debug package to get a working debug
1880 package in case the udeb libraries differ from the real ones.
1881
1882 -- Sebastian Dröge <slomo@debian.org> Sat, 12 Apr 2008 14:00:22 +0200
1883
1884gtk+2.0 (2.12.9-2) unstable; urgency=low
1885
1886 * debian/patches/092_implicit-g-fopen.patch:
1887 + Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit
1888 architectures. Thanks to Dann Frazier for the patch (Closes: #470665).
1889
1890 -- Sebastian Dröge <slomo@debian.org> Wed, 12 Mar 2008 18:52:53 +0100
1891
1892gtk+2.0 (2.12.9-1) unstable; urgency=low
1893
1894 [ Josselin Mouette ]
1895 * update-icon-caches: always exit with a 0 code to avoid breaking
1896 upgrades when a cache is corrupt. Display a big fat warning instead.
1897 Closes: #466083.
1898
1899 [ Sebastian Dröge ]
1900 * New upstream bugfix release:
1901 + 092_recentfiles-recursion-fix, dropped merged upstream.
1902 + 070_mandatory-relibtoolize.patch, regenerated for the new version.
1903 * debian/rules,
1904 debian/*.links.in:
1905 + Don't ship very old upstream changelogs and news as they're quite large.
1906
1907 -- Sebastian Dröge <slomo@debian.org> Wed, 12 Mar 2008 09:41:23 +0100
1908
1909gtk+2.0 (2.12.8-1) unstable; urgency=low
1910
1911 * New upstream bugfix release:
1912 + debian/patches/040_filechooser_single-click.patch,
1913 debian/patches/093_directfb-type-changes.patch,
1914 debian/patches/094_directfb-deprecation-fixes.patch:
1915 - Dropped, merged upstream.
1916 + debian/patches/070_mandatory-relibtoolize.patch:
1917 - Regenerated for the new version.
1918
1919 -- Sebastian Dröge <slomo@debian.org> Wed, 13 Feb 2008 09:11:50 +0100
1920
1921gtk+2.0 (2.12.7-1) unstable; urgency=low
1922
1923 * Fix GNOME casing in gtk-faq and gtk doc base descriptions.
1924 * Drop cruft trying to convert /usr/share/doc/libgtk2.0-0 directory into a
1925 symlink in libgtk2.0-0.postinst; thanks Sven Joachim; closes: #462057.
1926 * New upstream stable release; no API change; bug fixes and translation
1927 updates.
1928 - Refresh patches 033_treeview_resizing, 042_treeview_single-focus to
1929 apply cleanly.
1930 - Update relibtoolizing patch, 070_mandatory-relibtoolize
1931 - New patch, 094_directfb-deprecation-fixes, fixes directfb build with
1932 GLib 2.15 deprecation of G_GNUC_FUNCTION in favor of G_STRLOC.
1933 * Fix ordering in series.
1934 * New patch, 095_gtk-im-module-setting, adds XSETTINGS support for immodule;
1935 from GNOME 502446.
1936 * New upstream release; no change tarball update.
1937
1938 -- Loic Minier <lool@dooz.org> Mon, 21 Jan 2008 18:42:28 +0100
1939
1940gtk+2.0 (2.12.5-2) unstable; urgency=medium
1941
1942 * Add ${shlibs:Depends} to libgtk2.0-dev.
1943 * Rework /usr/share/doc symlinks completely; closes: #461440.
1944 - Use a real directory for all packages using a symlink previously:
1945 libgtk2.0-bin, libgtk-directfb-2.0-dev, libgtk2.0-dev, libgtk2.0-0-dbg,
1946 libgtk-directfb-2.0-0, libgtk2.0-0; add a preinst snippet removing the
1947 path on upgrade if it's a symlink and points to the proper directory;
1948 add a prerm snippet removing the path on upgrade (for downgrades) if
1949 it's a directory (and not a symlink).
1950 - Create symlinks for changelog.gz, NEWS.gz, NEWS.pre-1-0.gz, and
1951 README.gz in the /usr/share/doc dirs of these packages as well as for
1952 gtk2-engines-pixbuf; add a libgtk2.0-common unversionned dependency for
1953 all these packages.
1954 - Split dh_installdocs and dh_installchangelogs calls on multiple packages
1955 and use one call per package as the intent was to install in all the
1956 specified packages; also call dh_installdocs and dh_installchangelogs
1957 without any extra file for all packages to install copyright and Debian
1958 changelog.
1959 - Factor the list of dh_installdocs files in DH_INSTALLDOCS_FILES in
1960 rules.
1961
1962 -- Loic Minier <lool@dooz.org> Fri, 18 Jan 2008 10:38:43 +0100
1963
1964gtk+2.0 (2.12.5-1) unstable; urgency=low
1965
1966 [ Loic Minier ]
1967 * Drop the version in the libgtk2.0-0 -> libgtk2.0-common dependency; the
1968 translations and gtkrc files aren't critical to libgtk's working and have
1969 been compatible with other libgtk versions since years.
1970 * New patch, 094_fix-jpeg-loader-big-buffers, fixes spinguard logic for big
1971 buffers in the JPEG pixbuf loader; GNOME #494667; from SVN r19135.
1972 * New upstream stable releases; no API change; bug fixes and translation
1973 updates.
1974 - Drop patches 092_notebook-critical-warnings,
1975 094_fix-jpeg-loader-big-buffers, merged upstream.
1976 - Refresh patches 040_filechooser_single-click, 093_directfb-type-changes
1977 to apply cleanly.
1978 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
1979
1980 [ Sebastian Dröge ]
1981 * Upload to unstable.
1982 * Fixes FTBFS caused by not installing the png pixbuf loader correctly
1983 (Closes: #461037).
1984 * Update Standards-Version to 3.7.3, no additional changes needed.
1985 * 092_recentfiles-recursion-fix.patch: Guard against recursion in
1986 gtk_recent_files_menu_populate(). Patch from upstream SVN by
1987 William Pitcock (Closes: #459393).
1988 * Drop duplicated ${misc:Depends} from Recommends.
1989
1990 -- Sebastian Dröge <slomo@debian.org> Thu, 17 Jan 2008 10:49:09 +0100
1991
1992gtk+2.0 (2.12.3-2) unstable; urgency=low
1993
1994 * 092_notebook-critical-warnings.patch: Fix removal of tab labels to not
1995 ref and unref a NULL pointer. Patch from upstream SVN, see BGO #388321.
1996 * 093_directfb-type-changes.patch: Define __u32 and __u8 to fix compilation
1997 with latest directfb from unstable while still supporting older versions.
1998 Patch from BGO #503190.
1999
2000 -- Sebastian Dröge <slomo@debian.org> Wed, 12 Dec 2007 05:36:40 +0100
2001
2002gtk+2.0 (2.12.3-1) unstable; urgency=low
2003
2004 * Let update-icon-caches skip args which are not dirs or don't exist; fixes
2005 postrm behavior of packages with an icon cache.
2006 * New upstream stable release; no API change; bug fixes and translation
2007 updates.
2008 - Refresh patch 042_treeview_single-focus to apply cleanly.
2009 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2010
2011 -- Loic Minier <lool@dooz.org> Tue, 04 Dec 2007 22:39:07 +0100
2012
2013gtk+2.0 (2.12.2-1) unstable; urgency=low
2014
2015 * New upstream stable release; no API change; bug fixes and translation
2016 updated.
2017 - Drop patches 034_gtkcupsutils_type_fix, 071_fix_gdk_window_null_crasher
2018 fixed upstream.
2019 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2020
2021 -- Sebastian Dröge <slomo@debian.org> Tue, 27 Nov 2007 05:15:01 +0100
2022
2023gtk+2.0 (2.12.1-3) unstable; urgency=low
2024
2025 * Conflict against metacity < 1:2.20.0-1. Closes: #450693.
2026 * Suggest librsvg2-common for SVG pixbuf support.
2027 * 033_treeview_resizing.patch: fix segmentation fault introduced by
2028 an API inconsistency.
2029 * 003_gdk.pc_privates.patch: generate correct Requires.private for
2030 gdk-2.0.pc containing all necessary dependencies for static linking.
2031 * 006_proper-directfb-modules.patch: refreshed.
2032 * 010_gdkpixbuf_-lm.patch: fix gdk-pixbuf-2.0.pc by adding back -lm,
2033 which is required by some macros. Closes: #451512.
2034 * 070_mandatory-relibtoolize.patch: regenerated.
2035 * rules: copy the extraneous libraries generated in the static build
2036 to the Libs.private of the shared build.
2037
2038 -- Josselin Mouette <joss@debian.org> Sun, 18 Nov 2007 01:30:52 +0100
2039
2040gtk+2.0 (2.12.1-2) unstable; urgency=low
2041
2042 * Stop suggesting gtk-engines-pixmap.
2043 * Remove the --enable-explicit-deps flag. Closes: #343711, thanks Tom
2044 Parker. If some other packages still rely on having explicit X11
2045 dependencies, they are buggy and need to be fixed anyway.
2046 * Keep --enable-explicit-deps in the directfb build; otherwise this
2047 breaks any binary linking against it because the rpath isn't passed.
2048 * 033_treeview_resizing.patch: updated patch from Kristian Rietveld.
2049 + Add a new sizing fix for the case where there is a scrollbar.
2050 * 031_gtksearchenginetracker_fixes.patch: added back, only the name
2051 change was fixed upstream.
2052 * 034_gtkcupsutils_type_fix.patch: type-casting fix from Herbert
2053 Valerio Riedel that allows remote printing. Closes: #448071.
2054 * 040_filechooser_single-click.patch: allow a situation where no
2055 shortcut is selected, to avoid issues for keyboard users.
2056 Closes: #448674.
2057 * 042_treeview_single_focus.patch: don't select the focused item for
2058 GTK_SELECTION_SINGLE type treeviews. Allows the fix in
2059 040_filechooser_single-click.patch to work.
2060 * Conflict against libeel2-2.18. Closes: #443701, #499070.
2061 * Conflict against xfwm4 < 4.4.1-3 (previous versions freeze on
2062 startup).
2063 * 021_loader-files-d.patch: enclose process_module_file in correct
2064 #ifdef's.
2065 * 040_filechooser_single-click.patch: filter out duplicate entries in
2066 bookmarks. This avoids a situation where the selection is changed to
2067 the duplicate during DnD, causing an assertion error.
2068 Closes: #447279.
2069
2070 -- Josselin Mouette <joss@debian.org> Sun, 04 Nov 2007 16:22:31 +0100
2071
2072gtk+2.0 (2.12.1-1) unstable; urgency=low
2073
2074 * New upstream stable release; no API change; bug fixes and translation
2075 updates.
2076 - Drop patches 031_gtksearchenginetracker_fixes,
2077 080_from_bugzilla_workaround_eclipse_crash, 081_icon-cache-validate
2078 fixed upstream.
2079 - Refresh patches 033_treeview_resizing, 040_filechooser_single-click to
2080 apply cleanly.
2081 - Drop patches 060_opening-display-by-env-error-message,
2082 065_gtk-filechooser-locale-time merged upstream.
2083 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2084 * Chech the exit status of close() in dh_gtkmodules; closes: #427654.
2085 * New patch, 060_ignore-random-icons, don't list images from unknown
2086 directories in icon cache; closes: #443571, #443574, #444285, #446188.
2087
2088 -- Loic Minier <lool@dooz.org> Sun, 21 Oct 2007 22:05:42 +0200
2089
2090gtk+2.0 (2.12.0-3) unstable; urgency=low
2091
2092 [ Josselin Mouette ]
2093 * 031_gtksearchenginetracker_fixes.patch: new patch.
2094 + Use libtrackerclient.so.0 (closes: #443403).
2095 + Check that tracker actually works before using it.
2096
2097 [ Loic Minier ]
2098 * Conflict with libwxgtk2.6-0 << 2.6.3.2.2-1 to prevent the migration of gtk
2099 to testing until the wxwidgets2.6 fix is there too; see #441766 and
2100 friends.
2101
2102 [ Josselin Mouette ]
2103 * Conflict with glabels << 2.1.3-3 to prevent a segmentation fault
2104 from showing up.
2105
2106 [ Loic Minier ]
2107 * Cleanup whitespace.
2108 * Add comments to relibtoolizing patch, 070_mandatody-relibtoolize, to
2109 mention the age of the upstream libtool in released tarballs which make
2110 relibtoolizing important for hurd-i386; GNOME #484426; Debian #445001.
2111
2112 [ Josselin Mouette ]
2113 * 020_immodules-files-d.patch, 021_loader-files-d.patch: read the
2114 GDK_PIXBUF_MODULE_FILE and GTK_IM_MODULE_FILE variables before the
2115 Debian directories. Thanks Thadeu Lima de Souza Cascardo.
2116 Closes: #439004.
2117
2118 [ Loic Minier ]
2119 * New patch, 080_from_bugzilla_workaround_eclipse_crash, fixes crash when
2120 displaying tooltips in SWT apps such as Eclipse; GNOME #410194; LP
2121 #128232; closes: #445613.
2122 * New patch, 060_opening-display-by-env-error-message, fixes error message
2123 on opening of display to include the display when it was set via the
2124 DISPLAY env var; GNOME #486636; closes: #283076.
2125 * New patch, 065_gtk-filechooser-locale-time, fixes conversion of localized
2126 week days in non-UTF-8 locales in the file chooser; GNOME #482504;
2127 closes: #444927.
2128 * Enable 091_workaround_no_gtk_init_incorrect_display to allow the non-free
2129 Flash plugin to work for users of non-Gtk browsers; please do bug Adobe
2130 about this; closes: #443661, #440165.
2131 * New patch, 071_fix_gdk_window_null_crasher, fixes potential crashes in
2132 IceWeasel's print preview dialog; GNOME #482531; LP #144326; found in the
2133 Ubuntu package.
2134
2135 -- Loic Minier <lool@dooz.org> Sun, 14 Oct 2007 20:46:29 +0200
2136
2137gtk+2.0 (2.12.0-2) unstable; urgency=low
2138
2139 [ Josselin Mouette ]
2140 * Add a conflict against openoffice.org-core (<< 2.2.1-8).
2141 Closes: #439256.
2142
2143 [ Loic Minier ]
2144 * Upload to unstable; drop check-dist include.
2145
2146 -- Loic Minier <lool@dooz.org> Thu, 20 Sep 2007 11:59:26 +0200
2147
2148gtk+2.0 (2.12.0-1) experimental; urgency=low
2149
2150 [ Alan Baghumian ]
2151 * New upstream stable release
2152 - Regenerated 070_mandatory-relibtoolize.patch
2153 * Added 081_icon-cache-validate.patch, GNOME #476342
2154
2155 [ Loic Minier ]
2156 * Refresh patches 033_treeview_resizing and 040_filechooser_single-click to
2157 apply cleanly.
2158 * Drop patch 080_from_svn_fix_dangling_tooltip, merged upstream.
2159 * Bump shlibs to 2.12.0 in the new upstream release for the addition of
2160 gdk_window_thaw_toplevel_updates_libgtk_only() and
2161 gdk_window_freeze_toplevel_updates_libgtk_only() to the ABI.
2162 * Add disabled patch 091_workaround_no_gtk_init_incorrect_display, taken
2163 from the Ubuntu package; it works around broken applications missing a
2164 call to gtk_init() but the breakage should better be exposed now so that
2165 applications can be fixed in time for release.
2166
2167 -- Loic Minier <lool@dooz.org> Tue, 18 Sep 2007 22:30:39 +0200
2168
2169gtk+2.0 (2.11.6-1) experimental; urgency=low
2170
2171 [ Loic Minier ]
2172 * Don't run the directfb testsuite on kfreebsd as it hangs; proposed patch
2173 by Petr Salinger; closes: #431477.
2174
2175 [ Josselin Mouette ]
2176 * Move manual pages of binaries in /usr/sbin to section 8.
2177 * update-icon-caches: new script, updates the icon caches in a given
2178 list of directories. It is meant to be used by packages shipping
2179 icons, in the postinst/postrm.
2180 For transition purposes, icon caches are currently updated but not
2181 created if they don't already exist.
2182 * Install this script and its manual page in libgtk2.0-bin.
2183
2184 [ Loic Minier ]
2185 * Call dh_shlibdeps separately for the udeb and add a
2186 -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
2187 found.
2188 * New upstream development release, with API additions.
2189 - Bump up shlibs to >= 2.11.6.
2190 - Refresh patches 006_proper-directfb-modules,
2191 015_default-fallback-icon-theme, 040_filechooser_single-click to apply
2192 cleanly.
2193 - Update patches 009_gtk-export-filechooser, 033_treeview_resizing to
2194 apply; update relibtoolizing patch, 070_mandatory-relibtoolize.
2195 * Update patch 009_gtk-export-filechooser:
2196 - gtk/Makefile.am (gtk_private_h_sources, gtk_semi_private_h_sources):
2197 export gtkquery.h and gtksearchengine.h as semi-private.
2198 - gtk/gtkquery.h: add GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED #ifdef guard.
2199 - gtk/gtksearchengine.h: add GTK_FILE_CHOOSER_ENABLE_UNSUPPORTED #ifdef
2200 guard.
2201
2202 -- Loic Minier <lool@dooz.org> Tue, 24 Jul 2007 10:43:23 +0200
2203
2204gtk+2.0 (2.11.5-1) experimental; urgency=low
2205
2206 * New upstream development release, with API additions; the new API may
2207 still change incompatibly, especially the tooltips API.
2208 - Bump shlibs to >= 2.11.5.
2209 - Bump up libpango1.0-dev build-dep to >= 1.17.3.
2210 - Ship the new gtk-builder-convert Python script to convert Glade files to
2211 GtkBuilder syntax in libgtk2.0-dev; don't call dh_py* to generate a
2212 ${python:Depends} but Recommend python (>= 2.4) to avoid pulling python
2213 on buildds; the script requires python >= 2.4, but this is not enforced
2214 in the dependencies.
2215 - Refresh patches 001_static-linking-dont-query-immodules,
2216 006_proper-directfb-modules, 040_filechooser_single-click to apply
2217 cleanly.
2218 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2219 * Use -s instead of -a in arch-specific dh_* calls.
2220
2221 -- Loic Minier <lool@dooz.org> Tue, 03 Jul 2007 13:01:25 +0200
2222
2223gtk+2.0 (2.11.4-1) experimental; urgency=low
2224
2225 [ Josselin Mouette ]
2226 * 040_filechooser_single-click.patch: fix the patch to apply cleanly
2227 again, and enable it.
2228
2229 [ Loic Minier ]
2230 * Pass -mminimal-toc in CFLAGS for ppc64 support; thanks Andreas Jochens;
2231 closes: #386815.
2232 * New upstream development release, with API additions; the new API may
2233 still change incompatibly.
2234 - Bump shlibs to >= 2.11.3.
2235 - Refresh patches 006_proper-directfb-modules,
2236 008_implicit_pointer_conversion_gdkgc_directfb,
2237 009_gtk-export-filechooser, 030_gtkentry_password-char-circle,
2238 033_treeview_resizing, 040_filechooser_single-click, and 041_ia32-libs
2239 to apply cleanly.
2240 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2241 * Add a debian/dh_listmissing.pl script based on dh_install snippets but
2242 customized to handle multiple source installation dirs which can report
2243 files which were not installed to a package.
2244 * New list-missing rule to list files which were not installed to a package
2245 calling debian/dh_listmissing.pl.
2246 * Also depend on libxcomposite-dev, libxdamage-dev; thanks Sébastien Bacher.
2247 * Ship etc/gtk-2.0/im-multipress.conf in the shared library.
2248 * New upstream development release, with incompatible API changes; the new
2249 API may still change incompatibly.
2250 - Bump shlibs to >= 2.11.4.
2251 - Refresh relibtoolizing patch, 070_mandatory-relibtoolize.
2252 - Bump up libglib2.0-dev build-dep to >= 2.11.5.
2253
2254 -- Loic Minier <lool@dooz.org> Wed, 20 Jun 2007 10:47:42 +0200
2255
2256gtk+2.0 (2.11.2-1) experimental; urgency=low
2257
2258 * New upstream release series; these are development releases, the new API
2259 may still change incompatibly.
2260 - Target at experimental; include check-dist.
2261 - Bump shlibs to >= 2.11.2.
2262 - Refresh patches 001_static-linking-dont-query-immodules, 005_xpmico,
2263 009_gtk-export-filechooser, 015_default-fallback-icon-theme,
2264 033_treeview_resizing, 041_ia32-libs to apply cleanly.
2265 - Update patch 021_loader-files-d to apply with the upstream G_MODULE
2266 changes and the support for included modules.
2267 - Update patch 030_gtkentry_password-char-circle to apply.
2268 - Drop patch 031_cursor-blinking-timeout, merged upstream.
2269 - Disable 040_filechooser_single-click for now as it doesn't apply cleanly
2270 and doesn't seem critical; add a description and cross-refs.
2271 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2272 - Bump up build-deps to libglib2.0-dev >= 2.13.1, libpango1.0-dev >=
2273 1.15.3, gtk-doc-tools >= 1.6.
2274 - Build-dep on libxcomposite-dev for composite support.
2275 - Build-dep on libxdamage-dev for damage support.
2276 - Enable test print backend by passing --enable-test-print-backend to
2277 configure.
2278 * Update 007_implicit_pointer_conversion_gdkdrawable_directfb to include
2279 cairo.h instead of defining the directfb feature manually.
2280 * New patch, 006_proper-directfb-modules, fixes pkg-config modules included
2281 to build directfb stuff, uncovered by the change in
2282 007_implicit_pointer_conversion_gdkdrawable_directfb; refresh
2283 relibtoolizing patch.
2284 * Add cross-refs to patch headers.
2285 * Clean up CFLAGS.
2286 * Prepare passing -z defs via LDFLAGS in the future.
2287
2288 -- Loic Minier <lool@dooz.org> Wed, 13 Jun 2007 16:57:47 +0200
2289
2290gtk+2.0 (2.10.13-1) unstable; urgency=low
2291
2292 * Bump Conflicts to iiimf-client-gtk << 12.3.91-4.
2293 * Upload to unstable; drop check-dist include.
2294 * New upstream release; no API change.
2295 - Drop patches 011_directfb-build-fixes-from-head,
2296 013_gdkproperty-directfb-strdup, 032_filechooser-sizing,
2297 090_capslock-numlock-im-thai merged upstream.
2298 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
2299
2300 -- Loic Minier <lool@dooz.org> Wed, 13 Jun 2007 10:06:49 +0200
2301
2302gtk+2.0 (2.10.12-3) experimental; urgency=low
2303
2304 * Use printf instead of echo in dh_gtkmodules to write to write data to
2305 files in complex_doit() calls as dash's echo will always honor escape
2306 sequences.
2307 * Conflict with gtk2-engines-ubuntulooks (<= 0.9.11-1).
2308 * New patch, 009_gtk-export-filechooser, exports some filechooser API for
2309 use in maemo / Hildon; from Nokia, taken from the Ubuntu package; update
2310 patch 032_filechooser-sizing to apply cleanly; bump shlibs to 2.10.12-3;
2311 update patch 070_mandatory-relibtoolize.
2312 * Kill patch 025_dfb-window-destroy-leak from source tree as well now.
2313 * Include check-dist to prevent accidental uploads to unstable.
2314
2315 -- Loic Minier <lool@dooz.org> Thu, 07 Jun 2007 00:13:00 +0200
2316
2317gtk+2.0 (2.10.12-2) unstable; urgency=low
2318
2319 [ Loic Minier ]
2320 * New patch, 15_default-fallback-icon-theme, sets the default
2321 gtk-fallback-icon-theme to "gnome"; closes: #421353.
2322 * Also honor parallel=n in DEB_BUILD_OPTIONS.
2323
2324 [ Josselin Mouette ]
2325 * 032_filechooser-sizing.patch: patch from Carlos Garnacho in bugzilla
2326 #420285, committed in trunk. Fixes (among many other things) infinite
2327 flickering with some window managers (closes: #420021).
2328 * Refresh other patches.
2329
2330 [ Loic Minier ]
2331 * New patch 090_capslock-numlock-im-thai, fixes Thai input method when
2332 NumLock/CapsLock is on; thanks Theppitak Karoonboonyanan; GNOME #438261;
2333 closes: #414698.
2334 * Re-add patch 031_cursor-blinking-timeout to patch series.
2335
2336 [ Josselin Mouette ]
2337 * 033_treeview_resizing.patch: fix column resizing in GtkTreeView when
2338 there is an expander column. See bugzilla #316087.
2339
2340 -- Josselin Mouette <joss@debian.org> Fri, 18 May 2007 19:02:20 +0200
2341
2342gtk+2.0 (2.10.12-1) unstable; urgency=low
2343
2344 * Bump Conflicts to gtk-im-libthai <= 0.1.4-2.
2345 * Document that 2.10.11-2 bumped the conflict on scim-gtk2-immodule to <=
2346 1.4.4-7.
2347 * Post-transition bump of conflicts to gtk2-engines-wonderland << 1.0-4,
2348 imhangul (<< 0.9.13-5), gcin (<< 1.3.4-2), gtk-im-libthai (<< 0.1.4-3),
2349 scim-gtk2-immodule (<< 1.4.4-8), uim-gtk2.0 (<< 1:1.4.1-3),
2350 gtk2-engines-cleanice (<< 2.4.0-1.1), gtk2-engines-magicchicken
2351 (<< 1.1.1-7.1), gtk2-engines-qtpixmap (<< 0.28-1.2), libginspx0
2352 (<< 20050529-1.1), tamil-gtk2im (<< 2.2-4.4), gtk2-engines-xfce
2353 (<< 2.4.0-1), scim-bridge-client-gtk (<< 0.4.10-1.1), swf-player
2354 (<< 0.3.6-2.3), gtk-qt-engine (<< 1:0.8~svn-rev36-1).
2355 * Let the udeb provide the Gtk+ module ABI (binver); closes: #419592.
2356 * Add a -k flag to dh_gtkmodules, matching the change in dh_pangomodules.
2357 * Use this new flag for the udeb and the shared library packages.
2358 * Add ${misc:Depends}.
2359 * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
2360 archive_cmds which is probably dangerous with newer libtools.
2361 * Drop patch 000_gtk+-2.0.6-exportsymbols which made all libs export way too
2362 many symbols and hence was dangerous; closes: #327652.
2363 - Update patch 070_mandatory-relibtoolize.
2364 * Fix description of the -dbg package.
2365 * New upstream release; no ABI change.
2366 - Refresh patches 011_directfb-build-fixes-from-head and
2367 040_filechooser_single-click.
2368 - Update relibtoolizing patch.
2369
2370 -- Loic Minier <lool@dooz.org> Thu, 03 May 2007 15:13:54 +0200
2371
2372gtk+2.0 (2.10.11-2) unstable; urgency=low
2373
2374 [ Loic Minier ]
2375 * Bump libwmf conflicts to << 0.2.8.4-5.
2376 * Fix control generation.
2377 * Include the new uploaders.mk from gnome-pkg-tools instead of duplicating
2378 its logic; build-dep on gnome-pkg-tools >= 0.11.
2379 * Run "make check" test suite for all flavors except if DEB_BUILD_OPTIONS
2380 contains the "nocheck" keyword; ignore failures.
2381 * Add support for DEB_BUILD_OPTIONS_PARALLEL.
2382 * Re-enable FAQ and Tutorial which were fixed upstream at some point; update
2383 installation dirs.
2384 * Call dh_installman -a.
2385
2386 [ Josselin Mouette ]
2387 * 040_filechooser_single-click.patch: remove shortcut-related actions
2388 in the response callback. This fixes the annoying bug where you need
2389 to click twice on "save" after clicking on a shortcut.
2390
2391 [ Loic Minier ]
2392 * Initialize CFLAGS to -Wall -g; pass debian/rules' CFLAGS and LDFLAGS to
2393 configure, doh!
2394 * Document that 2.10.8 (and 2.10.9) fixed CVE-2007-0010.
2395 * Stop shipping engines in the udeb again.
2396 * New patch, 040_ia32-libs.patch, for ia32-libs support via ia32-libs-gtk;
2397 based on a patch by Goswin von Brederlow with the following changes: a)
2398 use .32 and .64 suffixes in all cases (compatible with Ubuntu), b) fix
2399 typo, c) use g_file_test() instead of g_access(); does not cover module
2400 loading via env vars; closes: #406453.
2401 * Upload to unstable; drop check-dist include.
2402 * Wrap build-deps and deps.
2403 * Add Conflicts on gcin (<= 1.3.4-1), gtk-qt-engine (<= 1:0.8~svn-rev31-3),
2404 iiimf-client-gtk (<= 12.3.91-3), libginspx0 (<= 20050529-1),
2405 scim-bridge-client-gtk (<= 0.4.10-1), iiimgcf (<= 11.4.1870-7).
2406 * Bump Conflicts to gtk2-engines-gtk-qt << 1:0.7-2, imhangul <=
2407 0.9.13-3.1, libgnomeui-0 <= 2.14.1-3, swf-player <= 0.3.6-2.2,
2408 tamil-gtk2im <= 2.2-4.3, uim-gtk2.0 <= 1:1.2.1-9, scim-gtk2-immodule (<=
2409 1.4.4-7).
2410 * Drop docbook-utils and linuxdoc-tools-text from the build-deps.
2411
2412 -- Loic Minier <lool@dooz.org> Fri, 13 Apr 2007 22:25:49 +0200
2413
2414gtk+2.0 (2.10.11-1) experimental; urgency=low
2415
2416 * Move build and install base dirs to debian/build and debian/install
2417 instead of debian/tmp/build and debian/tmp/install.
2418 * Cleanup rules.
2419 * Make debian/control PHONY.
2420 * Use @DOC_PKG@ to point at the HTML doc as well.
2421 * Tune udeb description.
2422 * New upstream releases.
2423 - Drop patch 003_default_fallback_icon_theme, upstream added a fallback on
2424 hicolor.
2425 - Drop patch 015_gdkmain-x11_button-mask.patch, merged upstream.
2426 - Refresh patches.
2427 - Relibtoolize.
2428 * Remove 031_cursor-blinking-timeout from patch series as it causes a
2429 regression in the Thai IM; closes: #414698.
2430
2431 -- Loic Minier <lool@dooz.org> Wed, 14 Mar 2007 14:11:58 +0100
2432
2433gtk+2.0 (2.10.9-1) experimental; urgency=low
2434
2435 [ Josselin Mouette ]
2436 * 024_filechooser_single-click.patch:
2437 + Monitor selection changes instead of monitoring the cursor.
2438 + Miscellaneous fixes.
2439 * 015_gdkmain-x11_button-mask.patch, stolen from upstream SVN: fix the
2440 issue of resizing columns needing two tries in some cases
2441 (closes: #406906).
2442
2443 [ Loic Minier ]
2444 * Add a get-orig-source target to retrieve the upstream tarball.
2445 * Rename patch 023_gtkentry_password-char-circle to
2446 030_gtkentry_password-char-circle.
2447 * Rename patch 024_filechooser_single-click to 040_filechooser_single-click.
2448 * New patch, 031_cursor-blinking-timeout.patch, to stop blinking the cursor
2449 after a configurable timeout; helps saving energy by not waking up all Gtk
2450 processes with a cursor continuously; from upstream SVN r16366 (trunk);
2451 GNOME #353670, #352442.
2452 * Include the new check-dist Makefile to prevent accidental uploads to
2453 unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
2454 * Bump up libglib2.0-dev of libgtk2.0-dev dep to >= 2.12.0 as well; thanks
2455 Marc Brockschmidt.
2456
2457 [ Josselin Mouette ]
2458 * New upstream release.
2459 - Fixes CVE-2007-0010; RedHat #218755, #218932.
2460 * Remove patches integrated upstream:
2461 + 009_directfb_build.patch
2462 + 010_fix-stuc-vs-stub-typo.patch
2463 + 012_missing-stub-files.patch
2464 + 014_gtktreeview_missing-icons.patch
2465 * Refresh patches:
2466 + 020_immodules-files-d.patch
2467 + 031_cursor-blinking-timeout.patch
2468 + 040_filechooser_single-click.patch
2469 + 070_mandatory-relibtoolize.patch
2470
2471 -- Josselin Mouette <joss@debian.org> Thu, 1 Mar 2007 21:50:34 +0100
2472
2473gtk+2.0 (2.10.7-1) experimental; urgency=low
2474
2475 * New upstream release.
2476 * Refresh patches.
2477 * 022_gtkcupsutils_multipage.patch: removed, integrated upstream.
2478 * Regenerate 070_mandatory-relibtoolize.patch.
2479 * 014_gtktreeview_missing-icons.patch: update patch with the upstream
2480 fix that was committed.
2481 * 009_directfb_build.patch: new patch, fix typo in configure.in for
2482 the directfb build.
2483
2484 -- Josselin Mouette <joss@debian.org> Wed, 10 Jan 2007 00:03:03 +0100
2485
2486gtk+2.0 (2.10.6-5) experimental; urgency=low
2487
2488 [ Loic Minier ]
2489 * Really update gtk2-engines conflict to << 2.8.2-2.
2490
2491 [ Josselin Mouette ]
2492 * 022_gtkcupsutils_multipage.patch: new patch, stolen upstream.
2493 Properly pass multi-value options to cups (closes: #404867).
2494 * 023_gtkentry_password-char-circle.patch: new patch to replace stars by
2495 black circles in password fields; thanks Sven Arvidsson; found in Fedora
2496 and OpenSuse (closes: #401568).
2497 * 024_filechooser_single-click.patch: patch from UHU-Linux to make the
2498 side pane in the filechooser usable with a single click
2499 (closes: #405296).
2500
2501 -- Josselin Mouette <joss@debian.org> Wed, 3 Jan 2007 00:14:28 +0100
2502
2503gtk+2.0 (2.10.6-4) experimental; urgency=low
2504
2505 [ Loic Minier ]
2506 * Update gtk2-engines conflict to << 2.8.2-2.
2507
2508 [ Josselin Mouette ]
2509 * 014_gtktreeview_missing-icons.patch, stolen from bugzilla: fix
2510 missing icon in "save as" filechooser dialogs.
2511
2512 -- Josselin Mouette <joss@debian.org> Thu, 30 Nov 2006 20:42:44 +0100
2513
2514gtk+2.0 (2.10.6-3) experimental; urgency=low
2515
2516 [ Loic Minier ]
2517 * Update gtk2-engines conflict to <= 2.8.1-4.
2518 * Update gtk2-engines-pixbuf conflict to <= 2.10.
2519 * Bump up libcairo-directfb2-dev build-dep to 1.2.4-4.
2520
2521 [ Josselin Mouette ]
2522 * 070_mandatory-relibtoolize.patch: recreate with autoconf 2.59, to
2523 avoid the AM_GLIB_DEFINE_LOCALEDIR bug (making GTK+ applications
2524 untranslated).
2525 * Make gtk2-engines conflict less strict.
2526
2527 -- Josselin Mouette <joss@debian.org> Sat, 11 Nov 2006 00:04:46 +0100
2528
2529gtk+2.0 (2.10.6-2) experimental; urgency=medium
2530
2531 * New patch, 013_gdkproperty-directfb-strdup, to g_strdup() strings returned
2532 by gdk_atom_name(); GNOME #357611; thanks Attilio Fiandrotti.
2533
2534 -- Loic Minier <lool@dooz.org> Sun, 8 Oct 2006 16:03:08 +0200
2535
2536gtk+2.0 (2.10.6-1) experimental; urgency=low
2537
2538 * New upstream release.
2539 - Drop patch 013_stock-icons-typo-in-rm, merged upstream.
2540 - Relibtoolize: update patch 070_mandatory-relibtoolize.
2541
2542 -- Loic Minier <lool@dooz.org> Wed, 4 Oct 2006 11:41:37 +0200
2543
2544gtk+2.0 (2.10.5-1) experimental; urgency=low
2545
2546 * Fail if dh_gtkmodules called query helpers on module files, but no module
2547 could be written to the module file.
2548 * Parse stderr as well as the stdout of query helpers and bail out if
2549 g_module_open(); suggest adjusting LD_LIBRARY_PATH.
2550 * Fix some probably harmless typos.
2551 * New patch, 030_gtkfilechooserbutton-update-combo-box-null-base-path, to
2552 avoid a segfault when opening some filechoosers; thanks Sam Morris for
2553 reporting and testing; from CVS HEAD; GNOME #358405; closes: #390231.
2554 * New upstream release; no API change.
2555 - Drop patch 030_gtkfilechooserbutton-update-combo-box-null-base-path,
2556 merged upstream.
2557 - New patch, 013_stock-icons-typo-in-rm, to fix a typo in gtk/Makefile.am;
2558 GNOME #358931.
2559 - Relibtoolize: update patch 070_mandatory-relibtoolize.
2560
2561 -- Loic Minier <lool@dooz.org> Mon, 2 Oct 2006 16:59:18 +0200
2562
2563gtk+2.0 (2.10.4-1) experimental; urgency=low
2564
2565 * New upstream release; no API change.
2566 - Switch from tar-in-tar and sys-build to regular source and quilt
2567 patching; build-depend on quilt; remove occurrences of $(TOP_SRC_DIR)
2568 and @TOP_SRC_DIR@ which isn't needed anymore.
2569 - Refresh patch 021_loader-files-d.
2570 - New patch, 010_fix-stuc-vs-stub-typo, to replace "stuc" with "stub" in
2571 gtk/Makefile.am; from HEAD, not commited in the gtk-2-10 branch.
2572 - New patch, 011_directfb-build-fixes-from-head, to backport directfb
2573 build fixes; from HEAD not commited in the gtk-2-10 branch. Thanks
2574 Attilio Fiandrotti for pointing me at the actual log entry.
2575 - New patch, 012_missing-stub-files, to add gtk/gtkplug-stub.c and
2576 gtksocket-stub.c missing from the tarball; from the gtk-2-10 branch.
2577 - Relibtoolize: update patch 070_mandatory-relibtoolize.
2578
2579 -- Loic Minier <lool@dooz.org> Sun, 24 Sep 2006 12:24:31 +0200
2580
2581gtk+2.0 (2.10.3-3) experimental; urgency=medium
2582
2583 * Update patch 021_loader-files-d to not warn about missing module files or
2584 unreadable files as is already the case for immodules; see #388450 for
2585 more background.
2586 * Fix awful typo which broke generation of the udeb shlibs and which I
2587 didn't notice with debdiff; thanks Frans Pop.
2588 * Drop debian/docs.in and pass the list of files to dh_installdocs instead;
2589 should fix the missing README and NEWS files.
2590
2591 -- Loic Minier <lool@dooz.org> Thu, 21 Sep 2006 17:35:16 +0200
2592
2593gtk+2.0 (2.10.3-2) experimental; urgency=low
2594
2595 * Drop obsolete --with-cairo-backend configure flag.
2596 * Make update-gtk-immodules and update-gtk-immodules no-ops, to avoid
2597 modules to recreate the /etc modules files on upgrades or by mistake;
2598 remove the generated module files in /etc on upgrades. closes: #388450
2599 * Merge 2.8.20-2; drop patch 009_revert-gdkdrawable-directfb, merged
2600 upstream.
2601
2602 -- Loic Minier <lool@dooz.org> Wed, 20 Sep 2006 22:17:30 +0200
2603
2604gtk+2.0 (2.10.3-1) experimental; urgency=low
2605
2606 * New upstream releases; with API additions in the filesystem modules API,
2607 probably only used by gtk-demo, and in the quartz gdk backend, not used in
2608 Debian.
2609 - Bump shlibs to >= 2.10.3.
2610 - Drop patch 009_configurable-cairo-backend-module, it was not really
2611 required to select a cairo backend dynamically as the backend is always
2612 cairo-directfb for a directfb gdk.
2613 - Drop patch 010_gdk-require-cairo-module, merged upstream.
2614 - Drop patch 011_gdk-directfb-cvs-changes, this release includes the
2615 changes that were pulled back then.
2616 - Relibtoolize: update patch 070_mandatory-relibtoolize.
2617
2618 -- Loic Minier <lool@dooz.org> Tue, 19 Sep 2006 20:42:38 +0200
2619
2620gtk+2.0 (2.10.1-2) experimental; urgency=low
2621
2622 * Drop obsolete scary warning in 2.10.1-1.
2623 * Drop update-gtk-immodules and update-gdkpixbuf-loaders calls from
2624 libgtk2.0-0's postinst, this isn't needed for backwards compatibility.
2625 * Use /usr/lib/libgtk2.0-0/gdk-pixbuf-query-loaders and
2626 /usr/lib/libgtk2.0-0/gtk-query-immodules-2.0 instead of
2627 /usr/bin/gdk-pixbuf-query-loaders and /usr/bin/gtk-query-immodules-2.0 in
2628 dh_gtkmodules.
2629
2630 -- Loic Minier <lool@dooz.org> Tue, 19 Sep 2006 16:40:22 +0200
2631
2632gtk+2.0 (2.10.1-1) experimental; urgency=low
2633
2634 * Add a missing x11proto-xext-dev build-dep for X SYNC checks.
2635 * Add a missing libatk1.0-dev (>= 1.9.0) build-dep for ATK.
2636 * Replace GTK_BINARY_VERSION in debian/*.in to set the binary version of
2637 binary modules; it is set via debian/scripts/vars and currently in use in
2638 update-gdkpixbuf-loaders.in and update-gtk-immodules.in.
2639 * Remove fake support for version argument from update-gdkpixbuf-loaders and
2640 update-gtk-immodules.
2641 * New upstream development releases with API additions, and non-public API
2642 changes and removals.
2643 - Target at experimental.
2644 - Update copyright from AUTHORS.
2645 - Update upstream URL.
2646 - Bump up libglib2.0-dev build-dep to >= 2.12.0.
2647 - Add a libdirectfb-dev (>= 0.9.24) build-dep for DirectFB.
2648 - Add a libcupsys2-dev (>= 1.2) build-dep for CUPS printing backend.
2649 - Bump shlibs to >= 2.10.0.
2650 - Update list of docs to ship; now includes NEWS. (Closes: #384225)
2651 - Update watch file to track stable releases and use HTTP.
2652 - Set GTK_BINARY_VERSION to 2.10.0.
2653 - Add or bump Conflicts with packages shipping modules for the 2.4.0
2654 binary version of Gtk: gtk2-engines-wonderland <= 1.0-3,
2655 gtk2-engines-cleanice <= 2.4.0-1, gtk2-engines <= 1:2.6.10-2,
2656 gtk2-engines-magicchicken <= 1.1.1-7, gtk2-engines-pixbuf <= 2.8.20-1,
2657 gtk2-engines-gtk-qt <= 1:0.7-1, gtk2-engines-qtpixmap <= 0.28-1.1,
2658 librsvg2-common <= 2.14.4-2, gtk2-engines-xfce <= 2.3.90.2-1,
2659 libgnomeui-0 <= 2.14.1-2, tamil-gtk2im <= 2.2-4.2, imhangul <= 0.9.13-3,
2660 iiimgcf <= 11.4.1870-7.3, scim-bridge <= 0.2.4-1, scim-gtk2-immodule <=
2661 1.4.4-4, gtk-im-libthai <= 0.1.4-1, uim-gtk2.0 <= 1:1.2.1-3, libwmf-dev
2662 <= 0.2.8.4-2, libwmf0.2-7 <= 0.2.8.4-2, swf-player <= 0.3.6-2.1.
2663 - Replace 001_gtk+-2.2.0-buildfix-immodule patch with
2664 001_static-linking-dont-query-immodules which has more chances to be
2665 merged upstream; see GNOME #346531.
2666 - Drop 006_gtk+-2.8.17-directfb patch, merged upstream.
2667 - Refresh patches: 000_gtk+-2.0.6-exportsymbols,
2668 003_default_fallback_icon_theme,
2669 004_gtk+-ximian-gtk2-filesel-navbutton-5,
2670 007_implicit_pointer_conversion_gdkdrawable_directfb.
2671 - Update 070_mandatory-relibtoolize with libtoolize --force --copy &&
2672 aclocal-1.7 -I m4macros && autoconf && automake-1.7.
2673 - New patch, 002_static-linking-dont-build-perf, to avoid building the
2674 perf measurement tools in static builds; see GNOME #346559; needs
2675 the 001_gtk+-2.2.0-buildfix-immodule patch.
2676 - New patch, 009_configurable-cairo-backend-module, to add a new
2677 --with-cairo-backend flag which will select a cairo-$backend.pc
2678 pkg-config module instead of the default of cairo.pc; see GNOME #351509.
2679 - Configure with --with-cairo-backend=directfb for the dfb build.
2680 - New patch, 010_gdk-require-cairo-module, to require the Cflags and Libs
2681 from the cairo-directfb module (as $cairo_module); see GNOME #351519.
2682 - New patch, 011_gdk-directfb-cvs-changes, backport of CVS only build
2683 fixes to permit compilation against directfb 0.9.25.1.
2684 * Fix bashishms in debian/rules. (Closes: #385473)
2685 * Generate a Provides: gtk2.0-binver-@BINVER@ in libgtk2.0-@SONAME@ to track
2686 the binary version of Gtk and to permit Gtk modules to depend on it.
2687 * Define the flags for each flavor (shared, static, and udeb) in Makefile
2688 vars and share the common flags.
2689 * Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
2690 differ.
2691 * Stop shipping *.la and *.a files of modules (all module types).
2692 * Move GTK_BINARY_VERSION back to rules.
2693 * Use GTK_BINVER_DEP instead of BINVER.
2694 * Build flavors out-of-tree; saves 25% of required build space (315 MB) and
2695 some build time / IO load; this clutters the headers a little (full build
2696 path is mentionned instead of ".") though.
2697 * Rewrite and cleanup the build process completely.
2698 * Install the full set of pkg-config files from the dfb flavor in
2699 /usr/lib/pkgconfig/libgtk-directfb-2.0; to use this feature, set
2700 PKG_CONFIG_PATH while invoking pkg-config (or configure); the
2701 /usr/lib/pkgconfig/*directfb*.pc files will be removed when Debian sources
2702 have been converted.
2703 * In the same spirit, gdkconfig.h is in /usr/lib/gtk-2.0/include/directfb;
2704 to use it, prepend -I/usr/lib/gtk-2.0/include/directfb to CFLAGS.
2705 * Fix generation of /etc/gtk-2.0/gdk-pixbuf.loaders for the udeb.
2706 (Closes: #382435)
2707 * Build-depend on libcairo-directfb2-dev >= 1.2.4-2 to get PDF/PS support in
2708 the directfb flavor of libcairo.
2709 * Recommend the linked source packages in libgtk2.0-doc instead of simply
2710 suggesting them.
2711 * Rewrite update-gdkpixbuf-loaders and update-gtk-immodules.
2712 * Drop double libatk1.0-dev build-dep.
2713 * Empty the dependency_libs in the *.la files of libgtk2.0-dev.
2714 * New immodule files handling with *.immodules files below
2715 /usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d.
2716 - New patch, 020_immodules-files-d, to split the module search path on
2717 ":", as is done in Pango, prepend
2718 /usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d to the search path,
2719 and to read all *.immodules files when a directory is encountered in the
2720 search path.
2721 - Pre-generate
2722 /usr/lib/gtk-2.0/<BINARY_VERSION>/immodule-files.d/libgtk2.0-0.immodules
2723 for the shared library.
2724 - Continue generating /etc/gtk-2.0/gtk.immodules until packages are
2725 updated.
2726 * Add the libpixmap engine to the udeb for the new Bladr GTK theme for g-i.
2727 * New loader files handling with *.loaders files below
2728 /usr/lib/gtk-2.0/<BINARY_VERSION>/loaders-files.d.
2729 - New patch, 021_loader-files-d, to split the module search path on
2730 ":", as is done in Pango, prepend
2731 /usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d to the search path,
2732 and to read all *.loaders files when a directory is encountered in the
2733 search path.
2734 - Pre-generate
2735 /usr/lib/gtk-2.0/<BINARY_VERSION>/loader-files.d/libgtk2.0-0.loaders
2736 for the shared library and libgtk-directfb-2.0-0-udeb.loaders for the
2737 udeb.
2738 - Continue generating /etc/gtk-2.0/gdk-pixbuf.loaders until packages are
2739 updated.
2740 - This particular patch uses two ugly workarounds and needs work before
2741 being sent upstream.
2742 * New Debhelper-based command, dh_gtkmodules, to create module files for IM
2743 modules and GdkPixbuf loaders; it will still add a dependency on the
2744 binary version of Gtk for other modules.
2745 * Make use of the new dh_gtkmodules during the build (override the path to
2746 gtk-query-immodules-2.0 and gdk-pixbuf-query-loaders.
2747 * Add ${misc:Depends} to gtk2-engines-pixbuf.
2748
2749 -- Loic Minier <lool@dooz.org> Tue, 19 Sep 2006 15:13:38 +0200
2750
2751gtk+2.0 (2.8.20-2) unstable; urgency=low
2752
2753 * New patch, 009_revert-gdkdrawable-directfb, to revert a fix for Italic
2754 letters which caused ugly unneeded horizontal/vertical lines; thanks
2755 Davide Viti. (Closes: #386860)
2756 * Fix typo, install-dfb depends on build-dfb, not build-shared.
2757 * Fix typo (DFB_PKGFIR versus DFB_PKGDIR), use the BUILD_DFB_DIR version of
2758 gdk-pixbuf-query-loaders, and set LD_LIBRARY_PATH to the udeb's /usr/lib;
2759 should fix the empty /etc/gtk-2.0/gdk-pixbuf.loaders. (Closes: #382435)
2760 * Ship all engines of the DirectFB build in the udeb, that is
2761 engines/libpixmap.so.
2762
2763 -- Loic Minier <lool@dooz.org> Wed, 20 Sep 2006 21:36:04 +0200
2764
2765gtk+2.0 (2.8.20-1) unstable; urgency=low
2766
2767 * New upstream releases; no API changes.
2768
2769 -- Loic Minier <lool@dooz.org> Mon, 14 Aug 2006 16:52:04 +0200
2770
2771gtk+2.0 (2.8.18-7) unstable; urgency=medium
2772
2773 * Rename patches to reflect the order in which they are applied:
2774 - 000_gtk+-2.2.0-buildfix-immodule to 001_gtk+-2.2.0-buildfix-immodule
2775 - 001_default_fallback_icon_theme to 003_default_fallback_icon_theme
2776 - 001_gtk+-ximian-gtk2-filesel-navbutton-5 to
2777 004_gtk+-ximian-gtk2-filesel-navbutton-5
2778 - 002_xpmico to 005_xpmico
2779 - 003_gtk+-2.8.17-directfb to 006_gtk+-2.8.17-directfb
2780 - 005_implicit_pointer_conversion to
2781 007_implicit_pointer_conversion_gdkdrawable_directfb
2782 - 006_implicit_pointer_conversion to
2783 008_implicit_pointer_conversion_gdkgc_directfb
2784 * Change the 000_gtk+-2.0.6-exportsymbols, and
2785 001_gtk+-2.2.0-buildfix-immodule patches to only patch the
2786 non-autogenerated files.
2787 * Rename 004_reautoconf to 070_mandatory-relibtoolize; update it for the
2788 previous changes; use an older autoconf version to work around a bug
2789 in the glib-gettext macro which broke localization in dialog boxes; thanks
2790 Mike Hommey.
2791
2792 -- Loic Minier <lool@dooz.org> Sun, 6 Aug 2006 11:49:48 +0200
2793
2794gtk+2.0 (2.8.18-6) unstable; urgency=low
2795
2796 * 005_implicit_pointer_conversion.patch: patch from Dann Frazier to
2797 fix an implicit pointer conversion error on 64-bit architectures
2798 (closes: #381081).
2799 * 006_implicit_pointer_conversion.patch: fix another implicit
2800 conversion by allowing deprecated functions in the necessary header
2801 file (closes: #381082).
2802
2803 -- Josselin Mouette <joss@debian.org> Wed, 2 Aug 2006 14:48:54 +0200
2804
2805gtk+2.0 (2.8.18-5) unstable; urgency=low
2806
2807 [ Loic Minier ]
2808 * Set Priority to extra to sync with overrides.
2809
2810 [ Josselin Mouette ]
2811 * Set priority to extra for the udeb.
2812 * Bump build dependencies for libcairo to the stable version.
2813 * Lots of cleanup in debian/rules.
2814 * Rename directfb packages to libgtk-directfb-2.0-*.
2815 * Move .a and .la files from the engine package to the development
2816 package.
2817 + Add appropriate Replaces: field.
2818
2819 -- Josselin Mouette <joss@debian.org> Sun, 30 Jul 2006 18:21:37 +0200
2820
2821gtk+2.0 (2.8.18-4) experimental; urgency=low
2822
2823 * Bump libcairo build dependencies.
2824 * Only install the PNG loader in the udeb.
2825 * Rebuild against a fixed glib.
2826
2827 -- Josselin Mouette <joss@debian.org> Mon, 26 Jun 2006 22:34:27 +0200
2828
2829gtk+2.0 (2.8.18-3) experimental; urgency=low
2830
2831 [ Loïc Minier ]
2832 * Bump libgtk2.0-dev dependency and build-dep on libx11-dev to >= 2:1.0.0-6
2833 as it ships x11.pc which ends up in the Requires of gdk-x11-2.0.pc.
2834 (Closes: #326199, #370693)
2835 [debian/control, debian/control.in]
2836
2837 [ Josselin Mouette ]
2838 * 003_gtk+-2.8.17-directfb.patch: new patch, bringing a new directfb
2839 backend.
2840 * 004_reautoconf.patch: new patch, result of "libtoolize --force
2841 --copy; aclocal; autoheader; automake -acf; autoconf; rm -rf
2842 autom4te.cache" with the previous patches applied.
2843 * Make 3 new packages: libgtk+2.0-directfb0-udeb,
2844 libgtk+2.0-directfb-dev and libgtk+2.0-directfb0.
2845 * Add a new build flavour for directfb (only the shared version).
2846 * Use chrpath to remove the rpath in the udeb.
2847 * Generate a fake shlibs.local to handle all intra-gtk dependencies by
2848 hand.
2849 * Switch to debhelper compatibility mode 5 and require 5.0.22.
2850 * Standards-version is 3.7.2.
2851 * Break the circular dependency between libgtk2.0-0, libgtk2.0-bin and
2852 libgtk2.0-common (closes: #309604).
2853 + Remove libgtk2.0-common dependency on libgtk2.0-0.
2854 + Remove libgtk2.0-0 dependency on libgtk2.0-bin.
2855 + Use ${binary:Version} and ${source:Version} to ensure strict
2856 dependencies.
2857 + Build-depend on dpkg-dev 1.13.19.
2858 + Invert the libgtk2.0-common -> libgtk2.0-0 symbolic link.
2859 + libgtk2.0-common.preinst, libgtk2.0-0.postinst: dance the symbolic
2860 link samba.
2861 + Move support binaries and scripts to libgtk2.0-0 and make
2862 libgtk2.0-bin a binary-all package containing only scripts.
2863 + Move /usr/sbin/update-* calls to libgtk2.0-0.
2864 + update-*: call binaries at their new location.
2865
2866 -- Josselin Mouette <joss@debian.org> Mon, 26 Jun 2006 22:31:14 +0200
2867
2868gtk+2.0 (2.8.18-1) unstable; urgency=low
2869
2870 * New upstream version:
2871 Bugs fixed:
2872 - search box positioning has some bugs
2873 - Gdk does not translate VK_NUMPADx to GDK_KP_x
2874 - sanely handle late (re)setting of dnd image
2875 - Text is shifted off-by-one in Add to panel
2876 - gtk_widget_create_pango_layout docs typo
2877 - GtkLayout In GtkScrolledWindow does not receive the scroll_event
2878 - gtktreeview has RTL problems with toggle buttons if using gtktreestore
2879 as a model
2880 - Wrong drop location in GtkEntry
2881 - GtkImage animation CRITICALS on switching themes
2882 - DnD: Conditional jump or move depends on uninitialised value
2883 - cursor blocked to dnd mode after using shift and dnd on a GtkCalendar
2884 - Crashes while creating source code w/GtkFontSelection
2885 - the right edge tab does not appear when switching tab
2886 - Warning in gtk_paned_compute_position
2887 - gdk should set resolution on PangoCairoFontmap, not PangoCairoContext
2888 - GtkTreeView does not resize correctly
2889 - gtk_tree_view_get_cell_area() forgets depth-one expander
2890 - expander animation not working in RTL mode
2891 - Multiple issues discovered by Coverity
2892 - Make gtk_file_chooser_button_new() friendlier for language bindings
2893
2894 -- Sebastien Bacher <seb128@debian.org> Tue, 30 May 2006 17:02:26 +0200
2895
2896gtk+2.0 (2.8.17-1) unstable; urgency=low
2897
2898 * New upstream version:
2899 Bugs fixed:
2900 - Expander disclosure button is too small
2901 - gtk_image_clear doesn't cause redraw
2902 - typo in configure.in yields suspicious warning
2903 - gtk_icon_view_set_cursor causes Segmentation fault
2904 - garbage output of --help in non UTF-8 locale
2905 - GtkNotebook does not destroy its children on destroy()
2906 - TreeView DnD between-row highlight colo
2907 - Gtk-Criticals occur when scrolling a text_view that is not realized
2908 - Hidden menubar still activates submenus with kbd
2909 - GtkTreeItem broken
2910 - Clean up button press handling (use one-grab-op-at-a-time pattern)
2911 - broken scrolling when selecting
2912 - GTK+ File-chooser dialog crashes
2913 - Nautilus crashes when dragging icons to another screen
2914 - mixed line separators confuse gtk_text_iter_ends_line
2915 - Textview child is covered by window border
2916 - gdk_pixbuf_loader_new_with_type(): What image types are allowed?
2917 - Missing progress bar label
2918 - Fix a problem which caused grab-notify signal to be missed in some cases
2919 * debian/control.in:
2920 - clear the Build-Depends on xlibs-static-pic | xlibs-pic, not required
2921 - updated the Build-Depends on libpango1.0-dev so it build with
2922 the xorg transitioned version
2923 * * debian/patches/001_default_fallback_icon_theme.patch:
2924 - set the default fallback icon theme to "gnome", fixes the issues with
2925 the moves of icons from hicolor to gnome
2926
2927 -- Sebastien Bacher <seb128@debian.org> Sun, 9 Apr 2006 21:54:11 +0200
2928
2929gtk+2.0 (2.8.16-1) unstable; urgency=low
2930
2931 * New upstream version
2932
2933 -- Sebastien Bacher <seb128@debian.org> Wed, 15 Mar 2006 19:26:46 +0100
2934
2935gtk+2.0 (2.8.15-1) unstable; urgency=low
2936
2937 * New upstream version:
2938 * Bugs fixed:
2939 - Keys P and N in "open file" dialog have special meaning
2940 - MS-Windows theme (GTK-Wimp) shows all funky characters
2941 - Optimize gdk on win32
2942 - Hollow polygons have wrong linecaps
2943 - panel crash with a11y enabled
2944 * Updated translations (bg,bn,cs,eu,ro)
2945
2946 -- Sebastien Bacher <seb128@debian.org> Tue, 14 Mar 2006 15:41:56 +0100
2947
2948gtk+2.0 (2.8.13-1) unstable; urgency=low
2949
2950 * New upstream version:
2951 * Bugs fixed:
2952 - Can't select some items in GtkIconView
2953 - gtk_icon_theme_list_icons: example contexts don't work
2954 - gnopernicus crashes on changing display screen source for magnifier
2955 - evince crashes in gdk_region_union_with_rect
2956 - Small error in _gdk_gc_update_context
2957 - gtk.Notebook.get_current_page() returns incorrect page number
2958 when pages hidden
2959 - GtkAboutDialog not responsive to Escape key
2960 - GtkNotebook popup menu not keynavigatable
2961 - GtkRadioButton does not issue notify::active
2962 - Make more use of G_DISABLE_ASSERT in TextView code
2963 * Updated translations
2964
2965 -- Sebastien Bacher <seb128@debian.org> Sat, 25 Feb 2006 23:56:58 +0100
2966
2967gtk+2.0 (2.8.12-1) unstable; urgency=low
2968
2969 * New upstream bugfix release.
2970 * [debian/copyright] Updated FSF's address.
2971
2972 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Sun, 12 Feb 2006 14:11:11 +0100
2973
2974gtk+2.0 (2.8.11-1) unstable; urgency=low
2975
2976 * New upstream version
2977 * Avoid memory overruns in the pixbuf theme engine with nonsensical
2978 gradient specifications. [Matthias]
2979 * Bugs fixed:
2980 - Cursor doesn't move as expected
2981 - Segfault from combination of gtk_container_set_resize_mode()
2982 and GtkComboBox
2983 - segfault in update_cursor on amd64
2984 - eog crashes at launch under AIX
2985 - "~" should bring up the location dialog
2986 - gtk_text_layout_get_cursor_locations() chokes on layout=0x0
2987 * Documentation improvements [Federico Mena Quintero]
2988 * Translation updates (es,pt_BR,zh_HK,zh_TW)
2989
2990 -- Sebastien Bacher <seb128@debian.org> Fri, 27 Jan 2006 22:28:05 +0100
2991
2992gtk+2.0 (2.8.10-1) unstable; urgency=low
2993
2994 * New upstream version
2995 * debian/control.in:
2996 - updated the glib requirement
2997 * debian/patches/001_fs_documents.patch:
2998 - dropped, stick with upstream behaviour rather
2999
3000 -- Sebastien Bacher <seb128@debian.org> Thu, 12 Jan 2006 13:34:37 +0100
3001
3002gtk+2.0 (2.8.9-2) unstable; urgency=low
3003
3004 * Upload to unstable
3005
3006 -- Sebastien Bacher <seb128@debian.org> Thu, 15 Dec 2005 15:13:32 +0100
3007
3008gtk+2.0 (2.8.9-1) experimental; urgency=low
3009
3010 * New upstream version:
3011 Bugs fixed:
3012 - File chooser filter behaves weird
3013 - 2.8.4 to 2.8.6: sound-juicer crash, fileselector assertions
3014 - On unsetting the Model, GtkTreeView does not clear
3015 it's associated TreeSelection
3016 - Crash on selecting a file of null mime-type
3017 - gtktoolbutton leaks a pixbuf
3018 - GdkEvent leaked in gtktreeview.c / gtk_tree_view_key_press
3019 - Typo in trap_activate_cb()
3020 - gtkcalendar.c: The identifier is already declared.
3021 - gtk_menu_attach_to_widget() does not take NULL detacher
3022 - Unhinted fonts are measured incorrectly and drawing
3023 problems occur as a result
3024 - unwanted scrolling in recent gtk
3025 - Toolbars without icons are invisible in icon-only mode
3026 - Search-entry in the TreeView not working properly
3027 - gtktoolbutton.c:562: warning: 'image' is used
3028 uninitialized in this function
3029 - reference count of textbuffer increases with each paste
3030 - gtk_selection_data_get_uris leaks memory
3031 Other changes:
3032 - Remove GMemChunk from public header files to
3033 support building against GLib 2.10
3034 - Report errors in option parsing
3035 - Merge upstream xdgmime changes to handle duplicate glob patterns
3036
3037 -- Sebastien Bacher <seb128@debian.org> Sat, 10 Dec 2005 18:22:50 +0100
3038
3039gtk+2.0 (2.8.8-1) experimental; urgency=low
3040
3041 * New upstream version:
3042 GtkFileChooser:
3043 - Make F2 work for renaming bookmarks
3044 GtkEntry:
3045 - Turn off input methods in password entries
3046 - Other fixes * Documentation improvements
3047 - Updated translations
3048
3049 -- Sebastien Bacher <seb128@debian.org> Tue, 29 Nov 2005 16:00:32 +0100
3050
3051gtk+2.0 (2.8.7-1) experimental; urgency=low
3052
3053 * New upstream version.
3054 * Security fixes:
3055 - Add check to XPM reader to prevent integer overflow for specially crafted
3056 number of colors (CVE-2005-3186) (Closes: #339431).
3057 - Fix endless loop with specially crafted number of colors (CVE-2005-2975).
3058 * debian/patches/001_fs_documents.patch:
3059 - updated.
3060 * debian/rules:
3061 - fix confusing cp usage.
3062
3063 [ Loic Minier ]
3064 * Drop xlibs-dev deps and build-deps.
3065 [debian/control, debian/control.in]
3066
3067 -- Sebastien Bacher <seb128@debian.org> Wed, 16 Nov 2005 11:54:11 +0100
3068
3069gtk+2.0 (2.8.3-1) experimental; urgency=low
3070
3071 * New upstream version:
3072 - Fix problems with the handling of initial settings
3073 for font options and cursor themes.
3074 - Add a --ignore-theme-index option to gtk-update-icon-cache.
3075
3076 -- Jordi Mallach <jordi@debian.org> Thu, 1 Sep 2005 19:45:50 +0200
3077
3078gtk+2.0 (2.8.2-1) experimental; urgency=low
3079
3080 * New upstream version:
3081 - Fix a crash with custom icon themes, which affected
3082 the gnome-theme-manager.
3083 - Make sure font and cursor settings are propaged down
3084 to the screen initially.
3085 * debian/control.in:
3086 - require the current pango.
3087
3088 -- Sebastien Bacher <seb128@debian.org> Thu, 25 Aug 2005 00:36:18 +0200
3089
3090gtk+2.0 (2.8.1-1) experimental; urgency=low
3091
3092 * New upstream version:
3093 - gtk-update-icon-cache no longer stores copies of symlinked icons,
3094 and it has a --index-only option to omit image data from the cache.
3095 - Make large GtkSizeGroups more efficient.
3096 - Improve positioning of menus in GtkToolbar.
3097 - Make scrolling work on unrealized icon views.
3098 - Avoid unnecessary redraws on range widgets.
3099 - Make sure that all GTK+ applications reload icon themes promptly.
3100 - Ensure that gdk_pango_get_context() and gtk_widget_get_pango_context()
3101 use the same font options and dpi value.
3102 - Multiple memory leak fixes.
3103 * debian/control.in:
3104 - updated the libgtk2.0-dev Depends according to the changes.
3105 * debian/rules:
3106 Add --enable-explicit-deps=yes to make sure stuff like x11 gets listed as a
3107 Requires: in gdk(-x11)-2.0.pc, because otherwise linkage against -lX11 and
3108 friends doesn't get carried through. Whether or not this is correct is
3109 arguable, since libgdk-x11-2.0.so.0* ends up linked against it anyway, but
3110 stuff like gnome-panel seems to be relying on this transience.
3111 Change by Daniel Stone.
3112
3113 -- Sebastien Bacher <seb128@debian.org> Wed, 24 Aug 2005 11:24:16 +0200
3114
3115gtk+2.0 (2.8.0-1) experimental; urgency=low
3116
3117 * New upstream version.
3118 * debian/control.in:
3119 - build with the new cairo (Closes: #323705).
3120 - updated the Build-Depends for xorg (Closes: #323080).
3121 * debian/copyright:
3122 - use License instead of Copyright (Closes: #323209).
3123 * debian/patches/001_fs_documents.patch:
3124 - default to Documents.
3125 * debian/rules:
3126 - updated the shlibs.
3127 * debian/watch:
3128 - updated.
3129
3130 -- Sebastien Bacher <seb128@debian.org> Thu, 18 Aug 2005 12:19:41 +0200
3131
3132gtk+2.0 (2.7.2-1) experimental; urgency=low
3133
3134 * New upstream version.
3135 * debian/control.in:
3136 - updated the Build-Depends.
3137 * debian/rules:
3138 - updated the shlibs.
3139 - use cairo.
3140 * debian/watch:
3141 - updated.
3142
3143 -- Sebastien Bacher <seb128@debian.org> Tue, 12 Jul 2005 01:06:55 +0200
3144
3145gtk+2.0 (2.6.8-1) unstable; urgency=low
3146
3147 * New upstream version.
3148 * debian/patches/003_focus_issues.patch:
3149 - fixed with the new version.
3150
3151 -- Sebastien Bacher <seb128@debian.org> Thu, 16 Jun 2005 12:52:35 +0200
3152
3153gtk+2.0 (2.6.7-2) unstable; urgency=low
3154
3155 * Upload to unstable.
3156 * Forward patches from 2.6.4 branch:
3157 + 003_focus_issues.patch: stolen from CVS HEAD to fix focus issues.
3158 + debian/gtk-tutorial.devhelp: updated to reflect the reality of the
3159 html files.
3160 * Loïc Minier:
3161 + Document the configuration of Emacs-style key bindings in README.Debian,
3162 with additional instructions for GNOME users. [debian/README.Debian]
3163 (Closes: #309530)
3164
3165 -- Josselin Mouette <joss@debian.org> Mon, 6 Jun 2005 22:39:27 +0200
3166
3167gtk+2.0 (2.6.7-1) experimental; urgency=low
3168
3169 * New upstream version:
3170 - Fix compilation with gcc 4.0 (Closes: #303646).
3171 * debian/rules:
3172 - clean from the mips changes.
3173 * debian/patches/002_bmp.patch:
3174 - the new version fixes that.
3175 * debian/patches/004_fs_newdir.patch:
3176 - the new version fixes that.
3177
3178 -- Sebastien Bacher <seb128@debian.org> Thu, 14 Apr 2005 22:06:53 +0200
3179
3180gtk+2.0 (2.6.4-1) unstable; urgency=medium
3181
3182 * New upstream release.
3183 * debian/patches/004_fs_newdir.patch:
3184 - fix a crash in the fileselector when creating a directory.
3185 * debian/patches/003_iconcache.patch:
3186 - this bug is fixed in the new version.
3187 * debian/patches/004_mipsbuild.patch:
3188 - dropped, this change is not required.
3189 * debian/patches/002_bmp.patch:
3190 - fix CAN-2005-0891: BMP double free Dos (Closes: #303141).
3191
3192 -- Sebastien Bacher <seb128@debian.org> Tue, 5 Apr 2005 21:09:01 +0200
3193
3194gtk+2.0 (2.6.2-4) unstable; urgency=high
3195
3196 * Sjoerd Simons:
3197 - debian/patches/003_iconcache.patch
3198 + Updated. Let updateiconcache.c include config.h so it's correctly build
3199 with large file support (Closes: #295777).
3200 * Sebastien Bacher:
3201 - debian/shlibs.local:
3202 + dropped, fix the self depends (Closes: #296175).
3203 * Loic Minier:
3204 - debian/control*
3205 + added gtk2-engines-pixbuf subsection and priority to sync with
3206 the override.
3207 * Use high urgency so that icon themes can propagate to testing.
3208
3209 -- Josselin Mouette <joss@debian.org> Wed, 2 Mar 2005 22:28:38 +0100
3210
3211gtk+2.0 (2.6.2-3) unstable; urgency=low
3212
3213 * Patch from Steve Langasek <vorlon@debian.org>:
3214 Add a --disable-testsuite argument to upstream configure, to permit
3215 skipping the testsuite on architectures where large static binaries
3216 are currently problematic (i.e., mips). Closes: #295048.
3217
3218 -- Sebastien Bacher <seb128@debian.org> Sun, 13 Feb 2005 19:23:39 +0100
3219
3220gtk+2.0 (2.6.2-2) unstable; urgency=low
3221
3222 * debian/libgtk2.0-bin.postinst:
3223 - don't run gtk-update-icon-cache, the themes should do that
3224 (Closes: #293568).
3225 * debian/patches/003_iconcache.patch:
3226 - should fix the gtk-update-icon-cache issue on sparc.
3227
3228 -- Sebastien Bacher <seb128@debian.org> Sun, 6 Feb 2005 19:57:57 +0100
3229
3230gtk+2.0 (2.6.2-1) unstable; urgency=low
3231
3232 * New upstream release:
3233 - fix the loop in gtkdialog (Closes: #291051).
3234 - should fix the issue on sparc (Closes: #293711).
3235
3236 -- Sebastien Bacher <seb128@debian.org> Sun, 6 Feb 2005 00:16:52 +0100
3237
3238gtk+2.0 (2.6.1-2) unstable; urgency=low
3239
3240 * Upload to unstable.
3241 * debian/patches/004_gtkmodules.patch:
3242 - don't reverse the order of modules, that fix a crash with the modules.
3243
3244 -- Sebastien Bacher <seb128@debian.org> Wed, 2 Feb 2005 18:28:09 +0100
3245
3246gtk+2.0 (2.6.1-1) experimental; urgency=low
3247
3248 * New upstream release.
3249
3250 -- Sebastien Bacher <seb128@debian.org> Sun, 9 Jan 2005 14:23:07 +0100
3251
3252gtk+2.0 (2.6.0-1) experimental; urgency=low
3253
3254 * New upstream release (Closes: #275239).
3255 * debian/control.in:
3256 - create a gtk2-engines-pixbuf package.
3257 - recommends hicolor-icon-theme (Closes: #287334).
3258 - rename libgtk2.0-dbg to libgtk2.0-0-dbg.
3259 - updated the Build-Depends.
3260 * debian/gtk2-engines-pixbuf.files:
3261 - added.
3262 * debian/libgtk2.0-bin.files:
3263 - install gtk-update-icon-cache here.
3264 * debian/libgtk2.0-bin.postinst:
3265 - call gtk-update-icon-cache.
3266 * debian/patches/001_gtk+-debian-aclocal-pass_all.patch:
3267 - removed, should not be needed with the new version.
3268 * debian/patches/003_treeview-typeahead.patch,
3269 debian/patches/003_filechooser-search.patch,
3270 debian/patches/004_treeview-activate.patch,
3271 debian/patches/005_modifiers.patch:
3272 - removed, these changes are in the new version.
3273 * debian/rules:
3274 - updated the shlibs.
3275 - use dh_strip to make the debug package.
3276 * update-gtk-immodules.in:
3277 * update-gdkpixbuf-loaders.in:
3278 - module version is 2.4.0.
3279 * debian/watch:
3280 - updated.
3281
3282 -- Sebastien Bacher <seb128@debian.org> Wed, 29 Dec 2004 18:55:11 +0100
3283
3284gtk+2.0 (2.4.14-2) unstable; urgency=low
3285
3286 * debian/patches/003_filechooser-search.patch:
3287 - open the path entry if "/" is enter in the file-selector.
3288 * debian/patches/004_treeview-activate.patch:
3289 - typeahead active the row.
3290 * debian/patches/005_modifiers.patch:
3291 - accept shift-/ for bringing up the location popup.
3292
3293 -- Sebastien Bacher <seb128@debian.org> Tue, 21 Dec 2004 16:21:15 +0100
3294
3295gtk+2.0 (2.4.14-1) unstable; urgency=low
3296
3297 * New upstream release (Closes: #286021).
3298 * debian/control.in:
3299 - set myself as maintainer.
3300 * debian/patches/003_treeview-typeahead.patch:
3301 - backport of the typeahead feature for the treeviews.
3302
3303 -- Sebastien Bacher <seb128@debian.org> Sun, 19 Dec 2004 14:55:07 +0100
3304
3305gtk+2.0 (2.4.13-1) unstable; urgency=low
3306
3307 * New upstream release:
3308 - make new notebook tabs appear again (Closes: #276266).
3309
3310 -- Sebastien Bacher <seb128@debian.org> Wed, 13 Oct 2004 16:48:13 +0200
3311
3312gtk+2.0 (2.4.11-1) unstable; urgency=low
3313
3314 * New upstream release.
3315
3316 -- Sebastien Bacher <seb128@debian.org> Mon, 11 Oct 2004 19:48:52 +0200
3317
3318gtk+2.0 (2.4.10-1) unstable; urgency=low
3319
3320 * New upstream release.
3321 * debian/patches/002_xpmico.patch:
3322 - updated, the two xpm fixes are in the new version.
3323
3324 -- Sebastien Bacher <seb128@debian.org> Sun, 19 Sep 2004 00:19:27 +0200
3325
3326gtk+2.0 (2.4.9-2) unstable; urgency=high
3327
3328 * debian/patches/002_xpmico.patch:
3329 - fix CAN-2004-0782 Heap-based overflow in pixbuf_create_from_xpm.
3330 - fix CAN-2004-0783 Stack-based overflow in xpm_extract_color.
3331 - fix CAN-2004-0788 ico loader integer overflow.
3332
3333 -- Sebastien Bacher <seb128@debian.org> Fri, 17 Sep 2004 12:23:02 +0200
3334
3335gtk+2.0 (2.4.9-1) unstable; urgency=medium
3336
3337 * GNOME team upload.
3338 * New upstream release.
3339 * debian/patches/002_gtk+-pixbuf-breakage.patch: removed, included in
3340 upstream version 2.4.8.
3341
3342 -- Jordi Mallach <jordi@debian.org> Thu, 26 Aug 2004 14:41:17 +0200
3343
3344gtk+2.0 (2.4.7-1) unstable; urgency=medium
3345
3346 * GNOME team upload.
3347 * New upstream release.
3348 * debian/patches/002_gtk+-pixbuf-breakage.patch: new, apply patch
3349 from CVS to fix thumbnail corruption in nautilus.
3350
3351 -- Jordi Mallach <jordi@debian.org> Wed, 25 Aug 2004 20:12:28 +0200
3352
3353gtk+2.0 (2.4.4-2) unstable; urgency=medium
3354
3355 * Rebuilt with libtiff4.
3356 * debian/control.in:
3357 - Build-Depends on libtiff4-dev.
3358
3359 -- Sebastien Bacher <seb128@debian.org> Wed, 28 Jul 2004 23:11:54 +0200
3360
3361gtk+2.0 (2.4.4-1) unstable; urgency=low
3362
3363 * New upstream release
3364 - fix the problem with directories displayed twice in the file chooser
3365 (Closes: #249057).
3366 * debian/control.in:
3367 - libgtk2.0-bin Conflicts with old libgtk2.0-dev.
3368
3369 -- Sebastien Bacher <seb128@debian.org> Sun, 11 Jul 2004 00:33:45 +0200
3370
3371gtk+2.0 (2.4.3-3) unstable; urgency=low
3372
3373 * debian/control.in:
3374 - since manpages have moved from libgtk2.0-dev to libgtk2.0-bin we need
3375 to update the Replaces.
3376
3377 -- Sebastien Bacher <seb128@debian.org> Mon, 5 Jul 2004 21:15:25 +0200
3378
3379gtk+2.0 (2.4.3-2) unstable; urgency=low
3380
3381 * debian/libgtk2.0-bin.files:
3382 - moved gdk-pixbuf-query-loader and gtk-query-immodules-2.0 manpages
3383 to libgtk2.0-bin. (Closes: #257399).
3384 * debian/libgtk2.0-doc.doc-base.gtk-faq,
3385 debian/libgtk2.0-doc.doc-base.gtk-tutorial:
3386 - changed index.html with book1.html.
3387 * Included devehelp files from Richard Cohen <richard@daijobu.co.uk>
3388 for the faq and the tutorial (Closes: #256844).
3389
3390 -- Sebastien Bacher <seb128@debian.org> Sat, 3 Jul 2004 12:14:38 +0200
3391
3392gtk+2.0 (2.4.3-1) unstable; urgency=medium
3393
3394 * New upstream release
3395 - fix the button size allocation logic (Closes: #253971, #253974).
3396 * debian/rules
3397 - updated the shlibs.
3398
3399 -- Sebastien Bacher <seb128@debian.org> Tue, 15 Jun 2004 11:29:13 +0200
3400
3401gtk+2.0 (2.4.2-1) unstable; urgency=low
3402
3403 * New upstream release (Closes: #252690).
3404
3405 -- Sebastien Bacher <seb128@debian.org> Sat, 5 Jun 2004 17:23:57 +0200
3406
3407gtk+2.0 (2.4.1-4) unstable; urgency=low
3408
3409 * Conflict with librsvg2-common << 2.6.3-1 (closes: #250714, #250647).
3410
3411 -- Josselin Mouette <joss@debian.org> Tue, 25 May 2004 14:15:22 +0200
3412
3413gtk+2.0 (2.4.1-3) unstable; urgency=low
3414
3415 * GNOME Team Upload.
3416 * Upload to unstable
3417 + close bug fixed in experimental uploads
3418 (Closes: #161244, #201429, #201507, #203677, #208744, #223316, #228603)
3419 (Closes: #232081, #234902, #238479, #241860)
3420 * Marc Brockschmidt <he@debian.org>
3421 + debian/rules: Really, *really* surpress warnings when removing directories
3422 (using >/dev/null 2>&1 instead of 2>&1 >/dev/null)
3423
3424 -- Sebastien Bacher <seb128@debian.org> Sat, 22 May 2004 15:23:21 +0200
3425
3426gtk+2.0 (2.4.1-2) experimental; urgency=low
3427
3428 * debian/control.in:
3429 + Conflict with old versions of packages that need a rebuild to work with
3430 gtk+2.4 to force the updates.
3431
3432 -- Sebastien Bacher <seb128@debian.org> Sat, 15 May 2004 23:24:07 +0200
3433
3434gtk+2.0 (2.4.1-1) experimental; urgency=low
3435
3436 * New upstream release.
3437 * Akira TAGOH <tagoh@debian.org>
3438 + debian/control:
3439 - added libgtk2.0-0 to Depends for libgtk2.0-common. (from 2.2.4-6).
3440 - libgtk2.0-dev requires libxext-dev. (Closes: #247469)
3441 * Sebastien Bacher <seb128@debian.org>
3442 + debian/rules:
3443 - updated shlib to 2.4.1.
3444
3445 -- Sebastien Bacher <seb128@debian.org> Wed, 5 May 2004 23:32:54 +0200
3446
3447gtk+2.0 (2.4.0-4) experimental; urgency=low
3448
3449 * Akira TAGOH <tagoh@debian.org>
3450 + debian/control:
3451 - moved arch-independent files to libgtk2.0-common again.
3452 - separated arch-dependent files to libgtk2.0-bin.
3453
3454 -- Akira TAGOH <tagoh@debian.org> Sat, 24 Apr 2004 02:11:52 +0900
3455
3456gtk+2.0 (2.4.0-3) experimental; urgency=low
3457
3458 * Akira TAGOH <tagoh@debian.org>
3459 + debian/rules:
3460 - modified the sed script to strip the version properly.
3461 (closes: Bug#241860)
3462 - clean up.
3463 + debian/control:
3464 - updated the dependencies for the separated xlibs-dev. (from 2.2.4-4)
3465 - separated arch-independent data to libgtk2.0-data package.
3466 (from 2.2.4-4)
3467
3468 -- Akira TAGOH <tagoh@debian.org> Fri, 23 Apr 2004 22:43:58 +0900
3469
3470gtk+2.0 (2.4.0-2) experimental; urgency=low
3471
3472 * debian/control.in:
3473 + Added build dependency on libxcursor-dev. (Closes: #239886)
3474
3475 Sebastien Bacher <seb128@debian.org>:
3476 * debian/rules:
3477 + Updated shver.
3478 * debian/control.in:
3479 + Added again Build-Depends removed in 2.4.0-1.
3480
3481 -- J.H.M. Dassen (Ray) <jdassen@debian.org> Thu, 25 Mar 2004 11:18:48 +0100
3482
3483gtk+2.0 (2.4.0-1) experimental; urgency=low
3484
3485 * First upload of new GTK+ branch in experimental (Closes: #238479):
3486 + back out locale-dependent interpretation of KP_Decimal (Closes: #234902).
3487 + change scrolling method (Closes: #161244).
3488 + first day of the week depends of the locale (Closes: #228603).
3489 + fix fileselector multiple selection handling after keyboard validation
3490 (Closes: #208744).
3491 + fix gtktreeview crash when expanding nodes (Closes: #232081).
3492 + fix quotes missing in gtk-2.0.m4 (Closes: #223316).
3493 + use the new file selector (Closes: #203677, #201429, #201507).
3494 + and probably a lot of other bug fixes and improvements ...
3495 * Sebastien Bacher <seb128@debian.org>:
3496 * debian/control.in:
3497 - removed Build-Depends on docbook-utils and linuxdoc-tools-text.
3498 * patches/001_gtk+-debian-docfix-dtds.patch:
3499 - removed since we have a xml catalog now.
3500 * Rob Taylor <robtaylor@fastmail.fm>:
3501 * debian/control.in, debian/sources, debian/scripts/vars, debian/watch:
3502 - updated for 2.4.0.
3503 * debian/patches/:
3504 - 002_gtk+-debian-freetype.patch:
3505 + removed, not needed any more, configure already has the changes.
3506 - 000_gtk+-2.2.4-non-weak-symbols.patch:
3507 + removed, fixed in upstream source.
3508 - 000_gtk+-2.2.4-socketfocus.patch:
3509 + removed, fixed in upstream source.
3510 - 001_gtk+-debian-aclocal-pass_all.patch :
3511 + updated.
3512 - 000_gtk+-2.2.0-buildfix-immodule.patch
3513 + updated.
3514 - 000_gtk+-debian-xinerama-pic.patch
3515 + updated.
3516
3517 -- Sebastien Bacher <seb128@debian.org> Mon, 22 Mar 2004 22:00:09 +0100
3518
3519gtk+2.0 (2.2.4-6) unstable; urgency=low
3520
3521 * Akira TAGOH <tagoh@debian.org>
3522 + debian/control:
3523 - added libxt-dev to fix FTBFS. (closes: Bug#246450)
3524 - added libgtk2.0-0 to Depends for libgtk2.0-common.
3525
3526 -- Akira TAGOH <tagoh@debian.org> Tue, 4 May 2004 11:30:56 +0900
3527
3528gtk+2.0 (2.2.4-5) unstable; urgency=low
3529
3530 * Akira TAGOH <tagoh@debian.org>
3531 + debian/control:
3532 - moved arch-independent files to libgtk2.0-common again.
3533 - separated arch-dependent files to libgtk2.0-bin.
3534
3535 -- Akira TAGOH <tagoh@debian.org> Sat, 24 Apr 2004 01:12:08 +0900
3536
3537gtk+2.0 (2.2.4-4) unstable; urgency=low
3538
3539 * Akira TAGOH <tagoh@debian.org>
3540 + debian/rules:
3541 - bumped the shlib version to 2.2.1-3. (closes: Bug#208671)
3542 + debian/control:
3543 - separated arch-independent data to libgtk2.0-data package.
3544 (closes: Bug#233396)
3545 - fixed the dependencies for the separated xlibs-dev.
3546 (closes: Bug#241782, Bug#241522)
3547 + debian/libgtk2.0-data.{dir,files}:
3548 - added.
3549
3550 -- Akira TAGOH <tagoh@debian.org> Thu, 22 Apr 2004 00:42:02 +0900
3551
3552gtk+2.0 (2.2.4-3) unstable; urgency=low
3553
3554 * debian/patches/:
3555 - 002_gtk+-debian-freetype.patch: patch from Daniel Schepler to fix the
3556 build failure due to freetype (Closes: #225129).
3557
3558 -- Sebastien Bacher <seb128@debian.org> Sat, 27 Dec 2003 13:00:17 +0100
3559
3560gtk+2.0 (2.2.4-2) unstable; urgency=low
3561
3562 * debian/control:
3563 - added Uploaders to maintain as team.
3564 - added gnome-pkg-tools to Build-Depends.
3565 * debian/gtk-options.7:
3566 - included a manpage with the help on the options (Closes: Bug#216897).
3567 * debian/libgtk2.0-doc.doc-base.gtk-faq
3568 * debian/libgtk2.0-doc.doc-base.gtk-tutorial:
3569 - replaced book1.html by index.html (closes: Bug#215382).
3570 * debian/patches/:
3571 - 000_gtk+-2.2.4-socketfocus.patch: new patch to fix a GtkSocket focus
3572 problem that hang the system tray applet.
3573 (closes: Bug#210813, Bug#212772).
3574 - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: updated
3575 (closes: Bug#216660).
3576 * debian/rules:
3577 - modified to generate debian/control using gnome-pkg-tools.
3578
3579 -- Sebastien Bacher <seb128@debian.org> Fri, 31 Oct 2003 21:32:29 +0100
3580
3581gtk+2.0 (2.2.4-1) unstable; urgency=low
3582
3583 * New upstream release.
3584 - implemented the im module that produces C_WITH_CEDILLA rather than
3585 C_WITH_ACUTE for dead_acute+c combinations. it will be used as default
3586 im module for fr and pt. (closes: Bug#168557)
3587 - reworked the handling of XIM's status window. (closes: Bug#203009)
3588 * debian/control:
3589 - removed libgtk2.0-0png3 which is unnecessary anymore.
3590 - added non-versioned Conflicts: libgtk2.0-0png3.
3591 - bumped Standards-Version to 3.6.1.0.
3592 * debian/patches/: removed the backported patches.
3593 - 000_gtk+-2.2.2-docfix-gtk2compliant.patch
3594 - 000_gtk+-2.2.2-docfix-gtktreemodel.patch
3595 - 000_gtk+-2.2.2-gtkwidget-viewable.patch
3596 - 000_gtk+-2.2.2-imxim-reconnect.patch
3597
3598 -- Akira TAGOH <tagoh@debian.org> Mon, 8 Sep 2003 03:42:18 +0900
3599
3600gtk+2.0 (2.2.2-3) unstable; urgency=low
3601
3602 * debian/patches/:
3603 - 000_gtk+-2.2.2-docfix-gtk2compliant.patch: applied a backported patch
3604 from CVS to fix the old documentation. (closes: Bug#146723)
3605 - 000_gtk+-2.2.2-docfix-gtktreemodel.patch: applied a backported patch
3606 from CVS to fix the sample code. (closes: Bug#201322)
3607 - 000_gtk+-2.2.2-gtkwidget-viewable.patch: applied a backported patch from
3608 CVS to fix the garbled pixmaps. (closes: Bug#201808, Bug#202486)
3609 - 000_gtk+-2.2.2-imxim-reconnect.patch: applied a backported patch from
3610 CVS to fix the segfaults if the XIM server is killed during running gtk2
3611 applications.
3612 - 001_gtk+-debian-docfix-dtds.patch: applied to use the local DTD.
3613 * debian/control:
3614 - added Build-Depends-Indep: gtk-doc-tools, docbook-xml to re-generate the
3615 fixed documents.
3616
3617 -- Akira TAGOH <tagoh@debian.org> Thu, 7 Aug 2003 01:42:46 +0900
3618
3619gtk+2.0 (2.2.2-2) unstable; urgency=low
3620
3621 * debian/patches/:
3622 - 001_gtk+-debian-aclocal-pass_all.patch: re-applied a patch to fix FTBFS
3623 on arm. (closes: Bug#201443)
3624
3625 -- Akira TAGOH <tagoh@debian.org> Thu, 24 Jul 2003 03:14:10 +0900
3626
3627gtk+2.0 (2.2.2-1) unstable; urgency=low
3628
3629 * New upstream release. (closes: Bug#200350)
3630 - Fixed threadlocks on GtkTreeView. (closes: Bug#192136)
3631 - Fixed the crash on moving the cursor when the cursor is invisible.
3632 (closes: Bug#187858)
3633 - Fixed the compose table for ascending order. (closes: Bug#182073)
3634 * debian/control:
3635 - fix the FTBFS. Thanks to Daniel Baeyens.
3636 - bumped Standards-Version to 3.6.0.
3637 * debian/rules:
3638 - removed dh_undocumented.
3639 - don't claim the newer shlibs.
3640 * debian/patches/:
3641 - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch: removed.
3642 - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch: removed.
3643 - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch: removed.
3644 - 000_gtk+-2.2.1-gtktreeview-scroll.patch: removed.
3645 - 000_gtk+-debian-xinerama-pic.patch: updated.
3646 - 001_gtk+-debian-aclocal.patch: removed.
3647 - 001_gtk+-ximian-gtk2-filesel-navbutton-5.patch: applied a Ximian patch
3648 to improve the GtkFileSel UI. Requested from Ross Burton.
3649 - 000_gtk+-2.2.2-non-weak-symbols.patch: applied to fix the undefined non
3650 weak symbols. (closes: Bug#193774)
3651
3652 -- Akira TAGOH <tagoh@debian.org> Sun, 13 Jul 2003 21:26:49 +0900
3653
3654gtk+2.0 (2.2.1-6) unstable; urgency=low
3655
3656 * debian/patches/001_gtk+-debian-aclocal.patch:
3657 - damn. forgot to re-run automake and autoconf. fix again.
3658 (closes: Bug#190569)
3659
3660 -- Akira TAGOH <tagoh@debian.org> Sat, 3 May 2003 16:56:18 +0900
3661
3662gtk+2.0 (2.2.1-5) unstable; urgency=low
3663
3664 * debian/control:
3665 - changed a section for libgtk2.0-dbg to libdevel.
3666 * debian/patches/000_gtk+-debian-aclocal.patch:
3667 - applied to fix Xinerama library linkage broken on arm and m68k.
3668 (closes: Bug#190569)
3669 Thanks to James Troup and Phil Blundell.
3670
3671 -- Akira TAGOH <tagoh@debian.org> Sat, 3 May 2003 01:50:52 +0900
3672
3673gtk+2.0 (2.2.1-4) unstable; urgency=low
3674
3675 * debian/patches/:
3676 - 000_gtk+-2.2.1-gtk_text_line_previous_could_contain_tag.patch:
3677 applied a backported patch from CVS. (closes: Bug#185066)
3678 - 000_gtk+-2.2.1-gtktreeview-scroll.patch:
3679 applied a patch from Red Hat to fix infinite expose loops in TreeView.
3680 (closes: Bug#187312)
3681 * debian/control:
3682 - bumped Standards-Version to 3.5.9.
3683 - changed a section for libgtk2.0-dev to libdevel.
3684 * debian/rules:
3685 - fixed the symlinks on /usr/share/gtk-doc/html. (closes: Bug#183377)
3686 * debian/compat:
3687 - use it instead of DH_COMPAT.
3688
3689 -- Akira TAGOH <tagoh@debian.org> Fri, 4 Apr 2003 01:55:35 +0900
3690
3691gtk+2.0 (2.2.1-3) unstable; urgency=low
3692
3693 * build against the latest xlibs and xlibs-pic. so now correct
3694 libXinerama_pic.a is linked and supporting xinarama is re-enabled.
3695 (closes: Bug#177318)
3696 * debian/control:
3697 - depend on xlibs-pic (>= 4.2.1-6)
3698 * debian/README.Debian:
3699 - improve description of static libraries issue. (closes: Bug#181879)
3700 Thanks to Marcelo E. Magallon <mmagallo@debian.org>
3701 - mention gtk-key-theme-name and gnome-settings-daemon.
3702 * debian/rules:
3703 - create the symlinks in /usr/share/gtk-doc
3704
3705 -- Akira TAGOH <tagoh@debian.org> Mon, 3 Mar 2003 01:35:04 +0900
3706
3707gtk+2.0 (2.2.1-2) unstable; urgency=low
3708
3709 * debian/patches/:
3710 - 000_gtk+-2.2.1-gdk_visual_get_best_with_depth.patch:
3711 backport from CVS to fix wrong pointer returned. (closes: Bug#180786)
3712 - 000_gtk+-2.2.1-gdk_event_copy_for_xinput.patch:
3713 applied to fix a crash when using xinput. (closes: Bug#178908)
3714
3715 -- Akira TAGOH <tagoh@debian.org> Wed, 19 Feb 2003 03:10:55 +0900
3716
3717gtk+2.0 (2.2.1-1) unstable; urgency=low
3718
3719 * New upstream release.
3720 * debian/patches/: removed patches. they were fixed in this release.
3721 - 000_gtk+-2.2.0-buildfix-modules.patch
3722 - 000_gtk+-2.2.0-fix-es.po.patch
3723 - 000_gtk+-2.2.0-fnmatch-undef.patch
3724 - 002_gtk+-2.2.0-fixtypo-xinput.patch
3725 * debian/patches/000_gtk+-debian-xinerama-pic.patch: update.
3726
3727 -- Akira TAGOH <tagoh@debian.org> Fri, 7 Feb 2003 03:37:44 +0900
3728
3729gtk+2.0 (2.2.0-3) unstable; urgency=low
3730
3731 * debian/: clean the unnecessary files up. (closes: Bug#177809)
3732 * debian/rules:
3733 remove the old debug libraries on install process if exists. (closes:
3734 Bug#177376)
3735 * debian/patches/:
3736 - 002_gtk+-2.2.0-fixtypo-xinput.patch:
3737 fix to enable XFree86 xinput extension. (closes: Bug#176104)
3738 - 000_gtk+-2.2.0-fix-es.po.patch:
3739 applied to fix es.po. (closes: Bug#178870)
3740
3741 -- Akira TAGOH <tagoh@debian.org> Wed, 29 Jan 2003 23:01:43 +0900
3742
3743gtk+2.0 (2.2.0-2) unstable; urgency=low
3744
3745 * debian/control:
3746 - add Conflicts libgnomeui-0 (<< 2.0.6-2) to avoid the gtk+ 2.2 breakage.
3747 (closes: Bug#175946)
3748 - add Conflicts gtk2.0-examples (<< 2.2.0) (closes: Bug#175868)
3749 - add dependency of libgtk2.0-common. (closes: Bug#175873)
3750 - removed libgtk-common package. it's no longer needed. I hope the loop
3751 dependency will be disappeared.
3752 - used libpng12-0-dev instead of libpng3-dev for Build-Depends.
3753 * debian/patches/001_gtk+-2.2.0-xinerama-pic.patch:
3754 disabled Xinerama support until xlibs-pic has libXinerama_pic.a.
3755 (closes: Bug#175923)
3756
3757 -- Akira TAGOH <tagoh@debian.org> Sat, 11 Jan 2003 05:09:12 +0900
3758
3759gtk+2.0 (2.2.0-1) unstable; urgency=low
3760
3761 * New upstream release.
3762 - upstream bug were closed. so it should be fixed. (closes: Bug#147697)
3763 * debian/control:
3764 - updated Build-Depends.
3765 - bumped Standards-Version to 3.5.8.
3766 - fix description-synopsis-ends-with-full-stop stuff.
3767 * debian/update-gdkpixbuf-loaders: add brand-new wrapper script.
3768 * debian/update-gdkpixbuf-loaders.1: add manpage.
3769 * debian/rules:
3770 modified to build the static libraries. (closes: Bug#161938)
3771 * debian/README.Debian: updated.
3772 * debian/patches/:
3773 - 000_gtk+-2.0.6-extranotify.patch: removed.
3774 - 000_gtk+-2.0.6-scroll_to.patch: removed.
3775 - 000_gtk+-2.2.0-fnmatch-undef.patch:
3776 applied to fix having main() in the library.
3777 - 000_gtk+-2.2.0-buildfix-immodule.patch:
3778 applied to build the static libraries.
3779 - 000_gtk+-2.2.0-buildfix-modules.patch:
3780 applied to fix a typo in configure.in.
3781
3782 -- Akira TAGOH <tagoh@debian.org> Mon, 6 Jan 2003 18:34:31 +0900
3783
3784gtk+2.0 (2.0.9-1) unstable; urgency=low
3785
3786 * New upstream release.
3787 * debian/patches/000_gtk+-2.0.8-refcolormap.patch: this release contains it.
3788 removed.
3789
3790 -- Akira TAGOH <tagoh@debian.org> Sun, 24 Nov 2002 00:08:42 +0900
3791
3792gtk+2.0 (2.0.8-2) unstable; urgency=low
3793
3794 * debian/patches/000_gtk+-2.0.8-refcolormap.patch: applied to fix the crash
3795 problem with close. For solve your problem, I recommend you restart all
3796 processes related gtk+2.0. (closes: Bug#169005)
3797
3798 -- Akira TAGOH <tagoh@debian.org> Fri, 15 Nov 2002 09:16:40 +0900
3799
3800gtk+2.0 (2.0.8-1) unstable; urgency=low
3801
3802 * New upstream release.
3803 * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: it's no longer needed.
3804 * debian/rules: fix twice called ldconfig. (closes: Bug#168071)
3805
3806 -- Akira TAGOH <tagoh@debian.org> Sun, 10 Nov 2002 16:36:45 +0900
3807
3808gtk+2.0 (2.0.7-1) unstable; urgency=low
3809
3810 * New upstream release.
3811 * debian/rules:
3812 - support noopt option for DEB_BUILD_OPTIONS.
3813 - add symlink for gobject. (closes: Bug#167755)
3814 * Hm, closed a bug which is marked as NMU due to mis-upload. (closes:
3815 Bug#166442)
3816 * debian/patches: these patches are no longer needed, so removed.
3817 - 000_gtk+-2.0.6-64bitfix.patch
3818 - 000_gtk+-2.0.6-imenvvar.patch
3819 - 000_gtk+-2.0.6-keycode.patch
3820 - 000_gtk+-2.0.6-usintl.patch
3821 * debian/patches/000_gtk+-2.0.7-gifsymbol.patch: applied to fix the
3822 undefined symbol issue on libpixbufloader-gif.so.
3823
3824 -- Akira TAGOH <tagoh@debian.org> Wed, 6 Nov 2002 01:42:22 +0900
3825
3826gtk+2.0 (2.0.6-4) unstable; urgency=low
3827
3828 * debian/patches/000_gtk+-2.0.6-64bitfix.patch: applied to fix a segfault on
3829 IA64. (closes: Bug#166442)
3830
3831 -- Akira TAGOH <tagoh@debian.org> Sun, 27 Oct 2002 03:07:59 +0900
3832
3833gtk+2.0 (2.0.6-3) unstable; urgency=low
3834
3835 * debian/control: moved libgtk2.0-0png3 to the last entry.
3836 * debian/rule: fix invalid symlink.
3837
3838 -- Akira TAGOH <tagoh@debian.org> Sat, 31 Aug 2002 09:46:36 +0900
3839
3840gtk+2.0 (2.0.6-2) unstable; urgency=low
3841
3842 * debian/control:
3843 - bumped Standards-Version and depends debhelper (>> 4).
3844 - revert to libgtk2.0-0 and remove Conflicts libgtk2.0-0, then add
3845 versioned conflict to work eog2, gnome-panel2, celestia, gimp1.3 and
3846 metatheme. (closes: Bug#155689, Bug#155854)
3847 - add libgtk2.0-0png3 to Conflicts, Replaces.
3848 - add a dummy package for libgtk2.0-0png3.
3849 - remove the image libraries dependency. (closes: Bug#158858)
3850 - clean up -dev's Depends.
3851 - add libglib2.0-doc, libatk1.0-doc and libpango1.0-doc to Suggests.
3852 * debian/patches/: from Red Hat.
3853 - 000_gtk+-2.0.6-exportsymbols.patch:
3854 applied to fix stripping the wrong symbols due to libtool's bug. but
3855 it's not affected about the symbols used by ld and ld.so. mainly for nm,
3856 gdb and etc.
3857 - 000_gtk+-2.0.6-extranotify.patch:
3858 applied to fix extra settings notifies on startup that were causing
3859 significant performance problems as fonts were reloaded.
3860 - 000_gtk+-2.0.6-imenvvar.patch:
3861 applied to fix a bug with GTK_IM_MODULE environment variable.
3862 - 000_gtk+-2.0.6-keycode.patch: applied to fix a problem with keycodes
3863 passed to GtkIMContextXIM.
3864 - 000_gtk+-2.0.6-usintl.patch:
3865 applied to fix to GtkIMContextSimple compose for us-intl keyboards.
3866 should be fixed. (closes: Bug#149515)
3867 - 000_gtk+-2.0.6-scroll_to.patch:
3868 applied to fix gtk_tree_view_scroll_to_cell.
3869 * debian/rules: add symlink to fix the missing symlink for glib, atk and
3870 pango. (closes: Bug#158107)
3871 * debian/update-gtk-immodules.fr.1: added. Thanks Julien Louis. (closes:
3872 Bug#156985)
3873
3874 -- Akira TAGOH <tagoh@debian.org> Sat, 31 Aug 2002 05:22:33 +0900
3875
3876gtk+2.0 (2.0.6-1) unstable; urgency=low
3877
3878 * New upstream release.
3879 * Build against libpng3 (closes: 147852)
3880
3881 -- Akira TAGOH <tagoh@debian.org> Sun, 4 Aug 2002 18:31:53 +0900
3882
3883gtk+2.0 (2.0.5-2) unstable; urgency=low
3884
3885 * debian/rules: add --with-xinput=xfree. (closes: Bug#151668)
3886 * debian/control:
3887 - add Conflicts: libgdkxft0 to avoid some problem. (closes: Bug#151439).
3888 - changed a summary from 'Dummy' to 'Empty'.
3889
3890 -- Akira TAGOH <tagoh@debian.org> Thu, 4 Jul 2002 00:18:53 +0900
3891
3892gtk+2.0 (2.0.5-1) unstable; urgency=low
3893
3894 * New upstream release.
3895 * debian/control: fix typo (closes: Bug#150147)
3896
3897 -- Akira TAGOH <tagoh@debian.org> Mon, 17 Jun 2002 01:07:20 +0900
3898
3899gtk+2.0 (2.0.4-1) unstable; urgency=low
3900
3901 * New upstream release.
3902 - should be fixed in this release. (closes: Bug#149667)
3903 - now it's not linked to the Pango docs (closes: Bug#149143)
3904 * debian/libgtk2.0-doc.doc-base.{gdk,gdk-pixbuf,gtk,gtk-faq,gtk-tutorial}:
3905 add a new line before Format: (closes: Bug#149548, Bug#150043)
3906
3907 -- Akira TAGOH <tagoh@debian.org> Sun, 16 Jun 2002 05:16:29 +0900
3908
3909gtk+2.0 (2.0.3-1) unstable; urgency=low
3910
3911 * New upstream release.
3912 * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}:
3913 changed an index file.
3914
3915 -- Akira TAGOH <tagoh@debian.org> Thu, 30 May 2002 23:35:52 +0900
3916
3917gtk+2.0 (2.0.2-5) unstable; urgency=high
3918
3919 * debian/control: add libtiff3g-dev, libpng2-dev and libjpeg62-dev to
3920 Depends for -dev.
3921 * set urgency=high because previous version violated our policy 2.3.4.
3922 it should be into woody as far as possible.
3923
3924 -- Akira TAGOH <tagoh@debian.org> Thu, 23 May 2002 00:31:52 +0900
3925
3926gtk+2.0 (2.0.2-4) unstable; urgency=high
3927
3928 * debian/patches/000_gtk+2.0-2.0.2-bigendian.patch: applied to fix a problem
3929 for big endian machines. (closes: Bug#145285)
3930 * set urgency=high because it should be in woody.
3931
3932 -- Akira TAGOH <tagoh@debian.org> Wed, 1 May 2002 02:46:12 +0900
3933
3934gtk+2.0 (2.0.2-3) unstable; urgency=low
3935
3936 * debian/update-gtk-immodules: create /etc/gtk-2.0 directory for workaround,
3937 if it's not found. oh, why didn't you have it? (closes: Bug#143508,
3938 Bug#144673)
3939
3940 -- Akira TAGOH <tagoh@debian.org> Sun, 28 Apr 2002 04:46:30 +0900
3941
3942gtk+2.0 (2.0.2-2) unstable; urgency=low
3943
3944 * debian/libgtk2.0-doc.doc-base.{gtk-faq,gtk-tutorial}:
3945 Grr, fix again... (closes: Bug#141069)
3946 * debian/scripts/vars.build: fix bashism.
3947
3948 -- Akira TAGOH <tagoh@debian.org> Sat, 6 Apr 2002 04:26:14 +0900
3949
3950gtk+2.0 (2.0.2-1) unstable; urgency=low
3951
3952 * New upstream release.
3953 - this release has bug fix only.
3954 * debian/control: forgot to update versioned dependency for -dev.
3955 * debian/libgtk2.0-doc.doc-base.gtk-faq,
3956 debian/libgtk2.0-doc.doc-base.gtk-tutorial:
3957 fix wrong index. (closes: Bug#141069)
3958
3959 -- Akira TAGOH <tagoh@debian.org> Thu, 4 Apr 2002 02:49:49 +0900
3960
3961gtk+2.0 (2.0.1-1) unstable; urgency=low
3962
3963 * New upstream release.
3964 * debian/update-gtk-immodules: check the immodules directory.
3965
3966 -- Akira TAGOH <tagoh@debian.org> Sun, 31 Mar 2002 00:59:03 +0900
3967
3968gtk+2.0 (2.0.0-3) unstable; urgency=low
3969
3970 * debian/rules: removed regenerate shlibs. all packages no longer needs to
3971 depend on -common.
3972
3973 -- Akira TAGOH <tagoh@debian.org> Sat, 16 Mar 2002 21:51:08 +0900
3974
3975gtk+2.0 (2.0.0-2) unstable; urgency=low
3976
3977 * debian/control: changed Build-Depends to libpango1.0-dev (>= 1.0.0-3)
3978 * debian/{control,rules}: add libgtk-common as dummy package for upgrading.
3979 * debian/rules: fix the missing directory.
3980 * debian/update-gtk-immodules: fix file attribute for gtk.immodules.
3981
3982 -- Akira TAGOH <tagoh@debian.org> Sat, 16 Mar 2002 04:34:39 +0900
3983
3984gtk+2.0 (2.0.0-1) unstable; urgency=low
3985
3986 * Initial Release.
3987
3988 -- Akira TAGOH <tagoh@debian.org> Wed, 13 Mar 2002 00:07:25 +0900
3989
03990
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2011-09-12 15:29:09 +0000
@@ -0,0 +1,1 @@
17
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2011-09-12 15:29:09 +0000
@@ -0,0 +1,323 @@
1Source: gtk+3.0
2Section: libs
3Priority: optional
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5XSBC-Original-Maintainer: Sebastien Bacher <seb128@debian.org>
6Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
7Build-Depends: debhelper (>= 8),
8 cdbs (>= 0.4.90~),
9 gnome-pkg-tools (>= 0.11),
10 dh-autoreconf,
11 gettext,
12 pkg-config,
13 autotools-dev,
14 libglib2.0-dev (>= 2.29.12),
15 libgdk-pixbuf2.0-dev (>= 2.22.1),
16 libpango1.0-dev (>= 1.28.3-2),
17 libatk1.0-dev (>= 1.32.0-2),
18 libx11-dev (>= 2:1.3.3-2),
19 libxext-dev (>= 2:1.1.1-3),
20 libxi-dev (>= 2:1.3-4),
21 libxrandr-dev (>= 1:1.2.99),
22 libxt-dev,
23 libxrender-dev (>= 1:0.9.5-2),
24 libxft-dev,
25 libxcursor-dev (>= 1:1.1.10-2),
26 libxcomposite-dev (>= 1:0.2.0-3),
27 libxdamage-dev (>= 1:1.0.1-3),
28 libxkbfile-dev,
29 libxinerama-dev (>= 2:1.1-3),
30 libxfixes-dev (>= 1:3.0.0-3),
31 libcairo2-dev (>= 1.10.0),
32 x11proto-xext-dev,
33 libcups2-dev (>= 1.2),
34 gobject-introspection (>= 0.10.1),
35 libgirepository1.0-dev (>= 0.10.1)
36Build-Depends-Indep: gtk-doc-tools (>= 1.8),
37 docbook-xml,
38 libglib2.0-doc,
39 libatk1.0-doc,
40 libcairo2-doc
41Standards-Version: 3.9.2
42Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gtk/ubuntugtk3
43Homepage: http://www.gtk.org/
44
45Package: libgtk-3-0
46Architecture: any
47Depends: libgtk-3-common,
48 ${misc:Depends},
49 ${shlibs:Depends},
50 shared-mime-info,
51 libglib2.0-0 (>= 2.29.12)
52Provides: gtk3-binver-3.0.0
53Recommends: hicolor-icon-theme,
54 libgtk-3-bin
55Suggests: librsvg2-common,
56 gvfs
57Conflicts: libgtk3.0-0
58Replaces: libgtk3.0-0
59Description: GTK+ graphical user interface library
60 GTK+ is a multi-platform toolkit for creating graphical user
61 interfaces. Offering a complete set of widgets, GTK+ is suitable
62 for projects ranging from small one-off tools to complete application
63 suites.
64 .
65 This package contains the shared libraries.
66
67Package: libgtk-3-0-udeb
68XC-Package-Type: udeb
69Section: debian-installer
70Priority: extra
71Architecture: any
72Depends: ${shlibs:Depends},
73 ${misc:Depends}
74Provides: gtk3-binver-3.0.0
75Conflicts: libgtk3.0-0-udeb
76Replaces: libgtk3.0-0-udeb
77Description: GTK+ graphical user interface library - minimal runtime
78 This is a udeb, or a microdeb, for the debian-installer.
79 .
80 GTK+ is a multi-platform toolkit for creating graphical user
81 interfaces. Offering a complete set of widgets, GTK+ is suitable
82 for projects ranging from small one-off tools to complete application
83 suites.
84 .
85 This package contains the minimal runtime library using X11 needed
86 by the Debian installer.
87
88Package: libgtk-3-common
89Section: misc
90Architecture: all
91Depends: ${misc:Depends}
92Recommends: libgtk-3-0
93Conflicts: libgtk3.0-common
94Replaces: libgtk3.0-common
95Description: common files for the GTK+ graphical user interface library
96 GTK+ is a multi-platform toolkit for creating graphical user
97 interfaces. Offering a complete set of widgets, GTK+ is suitable
98 for projects ranging from small one-off tools to complete application
99 suites.
100 .
101 This package contains the common files which the libraries need.
102
103Package: libgtk-3-bin
104Section: misc
105Architecture: all
106Depends: ${misc:Depends},
107 libgtk-3-0 (>= ${source:Version}),
108 libgtk-3-common
109Conflicts: libgtk3.0-bin
110Replaces: libgtk3.0-bin
111Description: programs for the GTK+ graphical user interface library
112 GTK+ is a multi-platform toolkit for creating graphical user
113 interfaces. Offering a complete set of widgets, GTK+ is suitable
114 for projects ranging from small one-off tools to complete application
115 suites.
116 .
117 This package contains the utilities which are used by the libraries
118 and other packages.
119
120Package: libgtk-3-dev
121Section: libdevel
122Architecture: any
123Depends: libgtk-3-0 (= ${binary:Version}),
124 gir1.2-gtk-3.0 (= ${binary:Version}),
125 libgtk-3-common,
126 ${misc:Depends},
127 ${shlibs:Depends},
128 libglib2.0-dev (>= 2.28.0),
129 libgdk-pixbuf2.0-dev (>= 2.22.1),
130 libpango1.0-dev (>= 1.24),
131 libatk1.0-dev (>= 1.32.0),
132 libcairo2-dev (>= 1.9.10),
133 libx11-dev (>= 2:1.0.0-6),
134 libxext-dev (>= 1:1.0.1-2),
135 libxinerama-dev (>= 1:1.0.1-4.1),
136 libxi-dev (>= 1:1.0.1-4),
137 libxrandr-dev (>= 1:1.2.99),
138 libxcursor-dev,
139 libxfixes-dev (>= 1:3.0.0-3),
140 libxcomposite-dev (>= 1:0.2.0-3),
141 libxdamage-dev (>= 1:1.0.1-3),
142 pkg-config,
143 libxml2-utils
144Recommends: python (>= 2.4),
145 debhelper
146Suggests: libgtk-3-doc
147Conflicts: libgtk3.0-dev
148Replaces: libgtk3.0-dev
149Description: development files for the GTK+ library
150 GTK+ is a multi-platform toolkit for creating graphical user
151 interfaces. Offering a complete set of widgets, GTK+ is suitable
152 for projects ranging from small one-off tools to complete application
153 suites.
154 .
155 This package contains the header files and static libraries which are
156 needed for developing GTK+ applications.
157
158Package: libgtk-3-0-dbg
159Section: debug
160Priority: extra
161Architecture: any
162Depends: libgtk-3-0 (= ${binary:Version}),
163 libgtk-3-common,
164 ${misc:Depends}
165Conflicts: libgtk3.0-0-dbg
166Replaces: libgtk3.0-0-dbg
167Description: GTK+ libraries and debugging symbols
168 GTK+ is a multi-platform toolkit for creating graphical user
169 interfaces. Offering a complete set of widgets, GTK+ is suitable
170 for projects ranging from small one-off tools to complete application
171 suites.
172 .
173 This package contains detached debugging symbols.
174 .
175 Most people will not need this package.
176
177Package: libgtk-3-doc
178Section: doc
179Architecture: all
180Depends: lynx | www-browser,
181 ${misc:Depends}
182Recommends: libglib2.0-doc,
183 libatk1.0-doc,
184 libpango1.0-doc
185Conflicts: libgtk3.0-doc
186Replaces: libgtk3.0-doc
187Description: documentation for the GTK+ graphical user interface library
188 GTK+ is a multi-platform toolkit for creating graphical user
189 interfaces. Offering a complete set of widgets, GTK+ is suitable
190 for projects ranging from small one-off tools to complete application
191 suites.
192 .
193 This package contains the HTML documentation for the GTK+ library
194 in /usr/share/doc/libgtk-3-doc/ .
195
196Package: gtk-3-examples
197Section: x11
198Priority: extra
199Architecture: any
200Depends: ${shlibs:Depends},
201 ${misc:Depends},
202 libgtk-3-0 (= ${binary:Version})
203Conflicts: gtk-3.0-examples
204Replaces: gtk-3.0-examples
205Description: example files for GTK+ 3
206 GTK+ is a multi-platform toolkit for creating graphical user
207 interfaces. Offering a complete set of widgets, the GTK+ is suitable
208 for projects ranging from small one-off tools to complete application
209 suites.
210 .
211 This package contains the example files and a demonstration program
212 for GTK+3.
213
214#Package: gtk3-engines-pixbuf
215#Section: graphics
216#Architecture: any
217#Depends: ${misc:Depends},
218# ${shlibs:Depends},
219# libgtk-3-0 (= ${binary:Version}),
220# libgtk-3-common
221#Description: pixbuf-based theme for GTK+ 3.x
222# GTK+ is a multi-platform toolkit for creating graphical user
223# interfaces. Offering a complete set of widgets, GTK+ is suitable
224# for projects ranging from small one-off tools to complete application
225# suites.
226# .
227# This package contains the pixbuf theme engine.
228
229Package: gir1.2-gtk-3.0
230Architecture: any
231Depends: libgtk-3-common,
232 ${misc:Depends},
233 ${shlibs:Depends},
234 ${gir:Depends}
235Conflicts: gir1.0-gtk-3.0
236Replaces: gir1.0-gtk-3.0
237Description: GTK+ graphical user interface library -- gir bindings
238 GTK+ is a multi-platform toolkit for creating graphical user
239 interfaces. Offering a complete set of widgets, GTK+ is suitable
240 for projects ranging from small one-off tools to complete application
241 suites.
242 .
243 This package can be used by other packages using the GIRepository format to
244 generate dynamic bindings.
245
246Package: libgail-3-0
247Architecture: any
248Depends: ${misc:Depends},
249 ${shlibs:Depends},
250 libgtk-3-0 (= ${binary:Version})
251Conflicts: libgail3.0-0
252Replaces: libgail3.0-0
253Description: GNOME Accessibility Implementation Library -- shared libraries
254 Gail implements ATK interfaces for GTK+ widgets which are dynamically
255 loadable at runtime by a GTK+ application. Once loaded, those parts of
256 an application that use standard GTK+ widgets will have a basic level
257 of accessibility, without the need to modify the application at all.
258 .
259 This package contains the shared library.
260
261Package: libgail-3-common
262Architecture: any
263Depends: ${misc:Depends},
264 ${shlibs:Depends},
265 libgail-3-0 (= ${binary:Version})
266Conflicts: libgail3.0-common
267Replaces: libgail3.0-common
268Description: GNOME Accessibility Implementation Library -- common modules
269 Gail implements ATK interfaces for GTK+ widgets which are dynamically
270 loadable at runtime by a GTK+ application. Once loaded, those parts of
271 an application that use standard GTK+ widgets will have a basic level
272 of accessibility, without the need to modify the application at all.
273 .
274 This package contains core shared libraries.
275
276Package: libgail-3-dev
277Architecture: any
278Section: libdevel
279Depends: ${misc:Depends},
280 libgail-3-0 (= ${binary:Version}),
281 libgail-3-common (= ${binary:Version}),
282 libgtk-3-dev (= ${binary:Version}),
283 pkg-config,
284 libatk1.0-dev (>= 1.13.0)
285Suggests: libgail-3-doc
286Conflicts: libgail3.0-dev
287Replaces: libgail3.0-dev
288Description: GNOME Accessibility Implementation Library -- development files
289 Gail implements ATK interfaces for GTK+ widgets which are dynamically
290 loadable at runtime by a GTK+ application. Once loaded, those parts of
291 an application that use standard GTK+ widgets will have a basic level
292 of accessibility, without the need to modify the application at all.
293 .
294 This package contains the development files for Gail.
295
296Package: libgail-3-0-dbg
297Architecture: any
298Section: debug
299Priority: extra
300Depends: ${misc:Depends}, libgail-3-0 (= ${binary:Version})
301Recommends: libgtk-3-0-dbg
302Conflicts: libgail3.0-0-dbg
303Replaces: libgail3.0-0-dbg
304Description: Gail libraries and debugging symbols
305 Gail is the "GNOME Accessibility Implementation Library".
306 .
307 This package contains detached debugging symbols.
308 .
309 Most people will not need this package.
310
311Package: libgail-3-doc
312Architecture: all
313Section: doc
314Depends: ${misc:Depends}, lynx | www-browser
315Conflicts: libgail3.0-doc
316Replaces: libgail3.0-doc
317Description: documentation files of the Gail library
318 Gail implements ATK interfaces for GTK+ widgets which are dynamically
319 loadable at runtime by a GTK+ application. Once loaded, those parts of
320 an application that use standard GTK+ widgets will have a basic level
321 of accessibility, without the need to modify the application at all.
322 .
323 This package contains the documentation files for Gail.
0324
=== added file 'debian/control.in'
--- debian/control.in 1970-01-01 00:00:00 +0000
+++ debian/control.in 2011-09-12 15:29:09 +0000
@@ -0,0 +1,325 @@
1Source: gtk+3.0
2Section: libs
3Priority: optional
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5XSBC-Original-Maintainer: Sebastien Bacher <seb128@debian.org>
6Uploaders: @GNOME_TEAM@
7Build-Depends: debhelper (>= 8),
8 cdbs (>= 0.4.90~),
9 gnome-pkg-tools (>= 0.11),
10 dh-autoreconf,
11 gettext,
12 pkg-config,
13 autotools-dev,
14 libglib2.0-dev (>= 2.29.13),
15 libgdk-pixbuf2.0-dev (>= 2.23.5),
16 libpango1.0-dev (>= 1.29),
17 libatk1.0-dev (>= 1.32.0-2),
18 libx11-dev (>= 2:1.3.3-2),
19 libxext-dev (>= 2:1.1.1-3),
20 libxi-dev (>= 2:1.3-4),
21 libxrandr-dev (>= 1:1.2.99),
22 libxt-dev,
23 libxrender-dev (>= 1:0.9.5-2),
24 libxft-dev,
25 libxcursor-dev (>= 1:1.1.10-2),
26 libxcomposite-dev (>= 1:0.2.0-3),
27 libxdamage-dev (>= 1:1.0.1-3),
28 libxkbfile-dev,
29 libxinerama-dev (>= 2:1.1-3),
30 libxfixes-dev (>= 1:3.0.0-3),
31 libcairo2-dev (>= 1.10.0),
32 x11proto-xext-dev,
33 libcups2-dev (>= 1.2),
34 gobject-introspection (>= 0.10.1),
35 libgirepository1.0-dev (>= 0.10.1)
36Build-Depends-Indep: gtk-doc-tools (>= 1.8),
37 docbook-xml,
38 docbook-utils,
39 libglib2.0-doc,
40 libatk1.0-doc,
41 libpango1.0-doc,
42 libcairo2-doc
43Standards-Version: 3.9.2
44Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gtk/ubuntugtk3
45Homepage: http://www.gtk.org/
46
47Package: @SHARED_PKG@
48Architecture: any
49Depends: @COMMON_PKG@,
50 ${misc:Depends},
51 ${shlibs:Depends},
52 shared-mime-info,
53 libglib2.0-0 (>= 2.29.13)
54Provides: @GTK_BINVER_DEP@
55Recommends: hicolor-icon-theme,
56 @BIN_PKG@
57Suggests: librsvg2-common,
58 gvfs
59Conflicts: libgtk3.0-0
60Replaces: libgtk3.0-0
61Description: GTK+ graphical user interface library
62 GTK+ is a multi-platform toolkit for creating graphical user
63 interfaces. Offering a complete set of widgets, GTK+ is suitable
64 for projects ranging from small one-off tools to complete application
65 suites.
66 .
67 This package contains the shared libraries.
68
69Package: @UDEB_PKG@
70XC-Package-Type: udeb
71Section: debian-installer
72Priority: extra
73Architecture: any
74Depends: ${shlibs:Depends},
75 ${misc:Depends}
76Provides: @GTK_BINVER_DEP@
77Conflicts: libgtk3.0-0-udeb
78Replaces: libgtk3.0-0-udeb
79Description: GTK+ graphical user interface library - minimal runtime
80 This is a udeb, or a microdeb, for the debian-installer.
81 .
82 GTK+ is a multi-platform toolkit for creating graphical user
83 interfaces. Offering a complete set of widgets, GTK+ is suitable
84 for projects ranging from small one-off tools to complete application
85 suites.
86 .
87 This package contains the minimal runtime library using X11 needed
88 by the Debian installer.
89
90Package: @COMMON_PKG@
91Section: misc
92Architecture: all
93Depends: ${misc:Depends}
94Recommends: @SHARED_PKG@
95Conflicts: libgtk3.0-common
96Replaces: libgtk3.0-common
97Description: common files for the GTK+ graphical user interface library
98 GTK+ is a multi-platform toolkit for creating graphical user
99 interfaces. Offering a complete set of widgets, GTK+ is suitable
100 for projects ranging from small one-off tools to complete application
101 suites.
102 .
103 This package contains the common files which the libraries need.
104
105Package: @BIN_PKG@
106Section: misc
107Architecture: all
108Depends: ${misc:Depends},
109 @SHARED_PKG@ (>= ${source:Version}),
110 @COMMON_PKG@
111Conflicts: libgtk3.0-bin
112Replaces: libgtk3.0-bin
113Description: programs for the GTK+ graphical user interface library
114 GTK+ is a multi-platform toolkit for creating graphical user
115 interfaces. Offering a complete set of widgets, GTK+ is suitable
116 for projects ranging from small one-off tools to complete application
117 suites.
118 .
119 This package contains the utilities which are used by the libraries
120 and other packages.
121
122Package: @DEV_PKG@
123Section: libdevel
124Architecture: any
125Depends: @SHARED_PKG@ (= ${binary:Version}),
126 gir1.2-gtk-3.0 (= ${binary:Version}),
127 @COMMON_PKG@,
128 ${misc:Depends},
129 ${shlibs:Depends},
130 libglib2.0-dev (>= 2.28.0),
131 libgdk-pixbuf2.0-dev (>= 2.22.1),
132 libpango1.0-dev (>= 1.24),
133 libatk1.0-dev (>= 1.32.0),
134 libcairo2-dev (>= 1.9.10),
135 libx11-dev (>= 2:1.0.0-6),
136 libxext-dev (>= 1:1.0.1-2),
137 libxinerama-dev (>= 1:1.0.1-4.1),
138 libxi-dev (>= 1:1.0.1-4),
139 libxrandr-dev (>= 1:1.2.99),
140 libxcursor-dev,
141 libxfixes-dev (>= 1:3.0.0-3),
142 libxcomposite-dev (>= 1:0.2.0-3),
143 libxdamage-dev (>= 1:1.0.1-3),
144 pkg-config,
145 libxml2-utils
146Recommends: python (>= 2.4),
147 debhelper
148Suggests: @DOC_PKG@
149Conflicts: libgtk3.0-dev
150Replaces: libgtk3.0-dev
151Description: development files for the GTK+ library
152 GTK+ is a multi-platform toolkit for creating graphical user
153 interfaces. Offering a complete set of widgets, GTK+ is suitable
154 for projects ranging from small one-off tools to complete application
155 suites.
156 .
157 This package contains the header files and static libraries which are
158 needed for developing GTK+ applications.
159
160Package: @DEBUG_PKG@
161Section: debug
162Priority: extra
163Architecture: any
164Depends: @SHARED_PKG@ (= ${binary:Version}),
165 @COMMON_PKG@,
166 ${misc:Depends}
167Conflicts: libgtk3.0-0-dbg
168Replaces: libgtk3.0-0-dbg
169Description: GTK+ libraries and debugging symbols
170 GTK+ is a multi-platform toolkit for creating graphical user
171 interfaces. Offering a complete set of widgets, GTK+ is suitable
172 for projects ranging from small one-off tools to complete application
173 suites.
174 .
175 This package contains detached debugging symbols.
176 .
177 Most people will not need this package.
178
179Package: @DOC_PKG@
180Section: doc
181Architecture: all
182Depends: lynx | www-browser,
183 ${misc:Depends}
184Recommends: libglib2.0-doc,
185 libatk1.0-doc,
186 libpango1.0-doc
187Conflicts: libgtk3.0-doc
188Replaces: libgtk3.0-doc
189Description: documentation for the GTK+ graphical user interface library
190 GTK+ is a multi-platform toolkit for creating graphical user
191 interfaces. Offering a complete set of widgets, GTK+ is suitable
192 for projects ranging from small one-off tools to complete application
193 suites.
194 .
195 This package contains the HTML documentation for the GTK+ library
196 in /usr/share/doc/@DOC_PKG@/ .
197
198Package: @EXAMPLES_PKG@
199Section: x11
200Priority: extra
201Architecture: any
202Depends: ${shlibs:Depends},
203 ${misc:Depends},
204 @SHARED_PKG@ (= ${binary:Version})
205Conflicts: gtk-3.0-examples
206Replaces: gtk-3.0-examples
207Description: example files for GTK+ 3
208 GTK+ is a multi-platform toolkit for creating graphical user
209 interfaces. Offering a complete set of widgets, the GTK+ is suitable
210 for projects ranging from small one-off tools to complete application
211 suites.
212 .
213 This package contains the example files and a demonstration program
214 for GTK+3.
215
216#Package: @PIXBUF_PKG@
217#Section: graphics
218#Architecture: any
219#Depends: ${misc:Depends},
220# ${shlibs:Depends},
221# @SHARED_PKG@ (= ${binary:Version}),
222# @COMMON_PKG@
223#Description: pixbuf-based theme for GTK+ 3.x
224# GTK+ is a multi-platform toolkit for creating graphical user
225# interfaces. Offering a complete set of widgets, GTK+ is suitable
226# for projects ranging from small one-off tools to complete application
227# suites.
228# .
229# This package contains the pixbuf theme engine.
230
231Package: gir1.2-gtk-3.0
232Architecture: any
233Depends: @COMMON_PKG@,
234 ${misc:Depends},
235 ${shlibs:Depends},
236 ${gir:Depends}
237Conflicts: gir1.0-gtk-3.0
238Replaces: gir1.0-gtk-3.0
239Description: GTK+ graphical user interface library -- gir bindings
240 GTK+ is a multi-platform toolkit for creating graphical user
241 interfaces. Offering a complete set of widgets, GTK+ is suitable
242 for projects ranging from small one-off tools to complete application
243 suites.
244 .
245 This package can be used by other packages using the GIRepository format to
246 generate dynamic bindings.
247
248Package: libgail-3-0
249Architecture: any
250Depends: ${misc:Depends},
251 ${shlibs:Depends},
252 @SHARED_PKG@ (= ${binary:Version})
253Conflicts: libgail3.0-0
254Replaces: libgail3.0-0
255Description: GNOME Accessibility Implementation Library -- shared libraries
256 Gail implements ATK interfaces for GTK+ widgets which are dynamically
257 loadable at runtime by a GTK+ application. Once loaded, those parts of
258 an application that use standard GTK+ widgets will have a basic level
259 of accessibility, without the need to modify the application at all.
260 .
261 This package contains the shared library.
262
263Package: libgail-3-common
264Architecture: any
265Depends: ${misc:Depends},
266 ${shlibs:Depends},
267 libgail-3-0 (= ${binary:Version})
268Conflicts: libgail3.0-common
269Replaces: libgail3.0-common
270Description: GNOME Accessibility Implementation Library -- common modules
271 Gail implements ATK interfaces for GTK+ widgets which are dynamically
272 loadable at runtime by a GTK+ application. Once loaded, those parts of
273 an application that use standard GTK+ widgets will have a basic level
274 of accessibility, without the need to modify the application at all.
275 .
276 This package contains core shared libraries.
277
278Package: libgail-3-dev
279Architecture: any
280Section: libdevel
281Depends: ${misc:Depends},
282 libgail-3-0 (= ${binary:Version}),
283 libgail-3-common (= ${binary:Version}),
284 @DEV_PKG@ (= ${binary:Version}),
285 pkg-config,
286 libatk1.0-dev (>= 1.13.0)
287Suggests: libgail-3-doc
288Conflicts: libgail3.0-dev
289Replaces: libgail3.0-dev
290Description: GNOME Accessibility Implementation Library -- development files
291 Gail implements ATK interfaces for GTK+ widgets which are dynamically
292 loadable at runtime by a GTK+ application. Once loaded, those parts of
293 an application that use standard GTK+ widgets will have a basic level
294 of accessibility, without the need to modify the application at all.
295 .
296 This package contains the development files for Gail.
297
298Package: libgail-3-0-dbg
299Architecture: any
300Section: debug
301Priority: extra
302Depends: ${misc:Depends}, libgail-3-0 (= ${binary:Version})
303Recommends: @DEBUG_PKG@
304Conflicts: libgail3.0-0-dbg
305Replaces: libgail3.0-0-dbg
306Description: Gail libraries and debugging symbols
307 Gail is the "GNOME Accessibility Implementation Library".
308 .
309 This package contains detached debugging symbols.
310 .
311 Most people will not need this package.
312
313Package: libgail-3-doc
314Architecture: all
315Section: doc
316Depends: ${misc:Depends}, lynx | www-browser
317Conflicts: libgail3.0-doc
318Replaces: libgail3.0-doc
319Description: documentation files of the Gail library
320 Gail implements ATK interfaces for GTK+ widgets which are dynamically
321 loadable at runtime by a GTK+ application. Once loaded, those parts of
322 an application that use standard GTK+ widgets will have a basic level
323 of accessibility, without the need to modify the application at all.
324 .
325 This package contains the documentation files for Gail.
0326
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2011-09-12 15:29:09 +0000
@@ -0,0 +1,601 @@
1Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
2Name: gtk+3.0
3Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
4Source: http://ftp.gnome.org/pub/GNOME/sources/gtk+/
5
6Copyright: Copyright (C) 1986, 1987, 1998 The Open Group
7 Copyright (C) 1993 Robert Nation
8 Copyright (C) 1997-2010 The GTK+ Team
9 Copyright (C) 1991-1993, 1995, 1999-2010 Free Software Foundation, Inc.
10 Copyright (C) 1995, 1996, 1997, 1998 Steffen Beyer
11 Copyright (C) 1996-2007, 2009 Sun Microsystems, Inc.
12 Copyright (C) 1998 David Abilleira Freijeiro <odaf@nexo.es>
13 Copyright (C) 1998 Lars Hamann and Stefan Jeske
14 Copyright (C) 1998 Cesar Miquel and Shawn T. Amundson
15 Copyright (C) 1995-2007 Peter Mattis, Spencer Kimball and Josh MacDonald
16 Copyright (C) 1995-2007 Ryan Lortie
17 Copyright (C) 1998, 2002 Owen Taylor
18 Copyright (C) 1998 Elliot Lee
19 Copyright (C) 1998 Shawn T. Amundson
20 Copyright (C) 1998-2004 Tor Lillqvist
21 Copyright (C) 1998-2001, 2005, 2006 Tim Janik
22 Copyright (C) 1998-2007, 2010 Red Hat, Inc.
23 Copyright (C) 1998 Stanislav Brabec <utx@k332.feld.cvut.cz>
24 Copyright (C) 1998 Jiří Pavlovský <pavlovsk@ff.cuni.cz>
25 Copyright (C) 1999 Mark Crichton, Larry Ewing
26 Copyright (C) 1999 Michael Zucchi
27 Copyright (C) 2000 Keith Packard
28 Copyright (C) 2000 SuSE Linux Ltd
29 Copyright (C) 2001 CodeFactory AB
30 Copyright (C) 2001 Havoc Pennington
31 Copyright (C) 2001 Stefan Ondrejicka
32 Copyright (C) 2001 Archaeopteryx Software Inc.
33 Copyright (C) 2001-2005 Hans Breuer
34 Copyright (C) 2001,2002,2004 Anders Carlsson <andersca@gnu.org>
35 Copyright (C) 2001-2003, 2006, 2007, 2009, 2010 Kristian Rietveld <kris@gtk.org>
36 Copyright (C) 2002 Sayed Jaffer Al-Mosawi <mosawi@arabeyes.org>
37 Copyright (C) 2002 Naba Kumar <kh_naba@users.sourceforge.net>
38 Copyright (C) 2002 James Henstridge <james@daa.com.au>
39 Copyright (C) 2003, 2004 Raymond Penners <raymond@dotsphinx.com>
40 Copyright (C) 2003, 2004 Dom Lachowicz <cinamod@hotmail.com>
41 Copyright (C) 2003, 2004 Soeren Sandmann <sandmann@daimi.au.dk>
42 Copyright (C) 2003, 2004, 2006, 2009 Matthias Clasen <mclasen@redhat.com>
43 Copyright (C) 2003 Takuro Ashie
44 Copyright (C) 2003-2004 Kazuki IWAMOTO
45 Copyright (C) 2003 Apple Computer, Inc.
46 Copyright (C) 2003 Ricardo Fernandez Pascual
47 Copyright (C) 2003 Alex Graveley
48 Copyright (C) 2004 Paolo Borelli
49 Copyright (C) 2004, 2009, 2010 Nokia Corporation
50 Copyright (C) 2004-2006 Christian Hammond
51 Copyright (C) 2004 Lorenzo Gil Sanchez
52 Copyright (c) 2004 James M. Cape <jcape@ignore-your.tv>
53 Copyright (C) 2004-2009 GNOME Foundation
54 Copyright (C) 2005 Paolo Maggi
55 Copyright (C) 2005 Jamie McCracken <jamiemcc@gnome.org>
56 Copyright (C) 2005 Ronald S. Bultje
57 Copyright (C) 2005-2007 Vincent Untz
58 Copyright (C) 2005,2007-2009 Carlos Garnacho <carlosg@gnome.org>
59 Copyright (C) 2005-2008 Imendio AB
60 Copyright (C) 2005 Novell, Inc.
61 Copyright (C) 2005-2007 Emmanuele Bassi
62 Copyright (C) 2006 Alexander Larsson <alexl@redhat.com>
63 Copyright (C) 2006 John (J5) Palmieri <johnp@redhat.com>
64 Copyright (C) 2006-2008, 2010 Christian Persch
65 Copyright (C) 2006,2008 Jan Arne Petersen
66 Copyright (C) 2006 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
67 Copyright (C) 2006-2007 Async Open Source
68 Copyright (C) 2006-2010 Openismus GmbH
69 Copyright (C) 2007 John Stowers, Neil Jagdish Patel
70 Copyright (C) 2007-2009 Cody Russell
71 Copyright (C) 2008 Tristan Van Berkom <tristan.van.berkom@gmail.com>
72 Copyright (C) 2008 Tadej Borovšak <tadeboro@gmail.com>
73 Copyright (C) 2008 Jaap Haitsma <jaap@haitsma.org>
74 Copyright (C) 2008 Richard Hughes <richard@hughsie.com>
75 Copyright (C) 2009 Bastien Nocera
76 Copyright (C) 2009 Stefan Walter <stef@memberwebs.com>
77 Copyright (C) 2009 Ghee Teo <ghee.teo@sun.com>
78 Copyright (C) 2010 Codethink Limited
79 Copyright (C) 2010 Christian Dywan
80 Copyright (C) 2010 Xandru Armesto <xandru@softastur.org>
81 Copyright (C) 2010 Damyan Ivanov <dam+gnome@ktnx.net>
82 Copyright (C) 2010 Sadia Afroz <sadia@ankur.org.bd>
83 Copyright (C) 2010 Israt Jahan <israt@ankur.org.bd>
84 Copyright (C) Federico Mena
85 Copyright (C) Christian Kellner <gicmo@gnome.org>
86 Copyright (C) David Zeuthen <davidz@redhat.com>
87 Copyright (C) Javier Jardón <jjardon@gnome.org>
88License: LGPL-2+
89 This library is free software; you can redistribute it and/or modify it
90 under the terms of the GNU Lesser General Public License as published by the
91 Free Software Foundation; either version 2 of the License, or (at your
92 option) any later version.
93 .
94 This library is distributed in the hope that it will be useful, but WITHOUT
95 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
96 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
97 for more details.
98 .
99 You should have received a copy of the GNU Lesser General Public
100 License along with this library; if not, write to the
101 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
102 02110-1301 USA.
103 .
104 See /usr/share/common-licenses/LGPL-2 on your debian system.
105
106
107Files: gtk/gtkcomboboxtext.h, gtk/gtktoolpaletteprivate.h, gtk/gtktoolitemgroup.*, gtk/gtktoolpalette.c,
108 gtk/gtkaboutdialog.h, gtk/gtktoolpaletteprivate.c, gtk/org.gtk.Settings.FileChooser.gschema.xml
109Copyright: Copyright (C) 2010 Christian Dywan
110 Copyright (C) 2008 Openismus GmbH
111 Copyright (C) 2001 CodeFactory AB
112 Copyright (C) 2001 Anders Carlsson <andersca@codefactory.se>
113 Copyright (C) 2003, 2004 Matthias Clasen <mclasen@redhat.com>
114 Copyright (C) 2010 Christian Persch
115License: LGPL-2.1+
116 This library is free software; you can redistribute it and/or modify it
117 under the terms of the GNU Lesser General Public License as published by the
118 Free Software Foundation; either version 2.1 of the License, or (at your
119 option) any later version.
120 .
121 This library is distributed in the hope that it will be useful, but WITHOUT
122 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
123 FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
124 for more details.
125 .
126 You should have received a copy of the GNU Lesser General Public
127 License along with this library; if not, write to the
128 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
129 02110-1301 USA.
130 .
131 See /usr/share/common-licenses/LGPL-2.1 on your debian system.
132
133
134
135Files: po/*, po-properties/*
136Copyright: Copyright (C) 1998-2010 The Free Software Foundation, Inc.
137 Copyright (C) 1999, 2003-2010 The GTK+ Team
138 Copyright (C) 2004 Zuza Software Foundation <info@translate.org.za>
139 Copyright (C) 2008-2010 F Wolff <friedel@translate.org.za>
140 Copyright (C) 2002 Ge'ez Frontier Foundation <locales@geez.org>
141 Copyright (C) 2004 GNOME Foundation
142 Copyright (C) 2004 James Johnson <modean52@comcast.net>
143 Copyright (C) 2004 David Lodge <dave@cirt.net>
144 Copyright (C) 2004 Ayman Hourieh <aymanh@gmail.com>
145 Copyright (C) 2002 Sayed Jaffer Al-Mosawi <mosawi@arabeyes.org>
146 Copyright (C) 2002 Isam Bayazidi <bayazidi@arabeyes.org>
147 Copyright (C) 2003, 2004 Arafat Medini <lumina@silverpen.de>
148 Copyright (C) 2004 Ayman Hourieh <aymanh@gmail.com>
149 Copyright (C) 2006 Djihed Afifi <djihed@gmail.com>
150 Copyright (C) 2006 Seba Barto <nanoosaamar@yahoo.com>
151 Copyright (C) 2008 Anas Afif Emad <anas.e87@gmail.com>
152 Copyright (C) 2006-2010 Khaled Hosny <khaledhosny@eglug.org>
153 Copyright (C) 2006, 2008 Amitakhya Phukan <aphukan@redhat.com>
154 Copyright (C) 2008 Amitakhya Phukan <amitakhya@svn.gnome.org>
155 Copyright (C) 2009 Amitakhya Phukan <aphukan@fedoraproject.org>
156 Copyright (C) 2007 Rosetta Contributors and Canonical Ltd
157 Copyright (C) 2007 Xose S. Puente <xspuente@gmail.com>
158 Copyright (C) 2004 Amir Hedayaty <amir@bamdad.org>
159 Copyright (C) 2000 Vasif Ismailoglu MD <azerb_linux@hotmail.com>
160 Copyright (C) 2003, 2004 Mətin Əmirov <metin@karegen.com>
161 Copyright (C) 2006 Alaksandar Navicki <zolak@lacinka.org>
162 Copyright (C) 2001-2003 Ales Nyakhaychyk <i18n@infonet.by>
163 Copyright (C) 2005 Vital Khilko <vk@altlinux.ru>
164 Copyright (C) 2005 Ales Nyakhaychyk <nab@mail.by>
165 Copyright (C) 2002 Borislav Aleksandrov <B.Aleksandrov@CNsys.bg>
166 Copyright (C) 2002 Yanko Kaneti <yaneti@declera.com>
167 Copyright (C) 2004, 2005 Vladimir Petkov <kaladan@gmail.com>
168 Copyright (C) 2005-2010 Alexander Shopov <ash@kambanaria.org>
169 Copyright (C) 2007 Runa Bhattacharjee <runabh@gmail.com>
170 Copyright (C) 2008-2010 Runa Bhattacharjee <runab@redhat.com>
171 Copyright (C) 2004 Sayamindu Dasgupta <unmadindu@Softhome.net>
172 Copyright (C) 2004, 2005 Progga <progga@BengaLinux.Org>
173 Copyright (C) 2007 Runa Bhattacharjee <runabh@gmail.com>
174 Copyright (C) 2008, 2009 Runa Bhattacharjee <runab@redhat.com>
175 Copyright (C) 2009 Maruf Ovee <maruf@ankur.org.bd>
176 Copyright (C) 2004 Rosetta Contributors and Canonical Ltd
177 Copyright (C) 2004 Thierry Vignaud <tvignaud@mandriva.com>
178 Copyright (C) 2005-2008 Alan Monfort <alan.monfort@free.fr>
179 Copyright (C) 2009 Jamy <jamybzh@fre.fr>
180 Copyright (C) 2004 Kenan Hadžiavdić <kenanh@frisurf.no>
181 Copyright (C) 2004 Kenan Hadžiavdić <kenan@bgnett.no>
182 Copyright (C) 1999, 2000 Ivan Vilata i Balaguer <ivan@selidor.net>
183 Copyright (C) 2000-2002 Softcatala <gnome@softcatala.net>
184 Copyright (C) 2002-2006 Jordi Mallach <jordi@sindominio.net>
185 Copyright (C) 2003 Mireia Farrús <mifarrus@hotmail.com>
186 Copyright (C) 2005, 2006 Josep Puigdemont <josep.puigdemont@gmail.com>
187 Copyright (C) 2008-2010 David Planella <david.planella@gmail.com>
188 Copyright (C) 1999, 2000 Ivan Vilata i Balaguer <ivan@selidor.net>
189 Copyright (C) 2000-2002 Softcatala <gnome@softcatala.net>
190 Copyright (C) 2002-2006 Jordi Mallach <jordi@sindominio.net>
191 Copyright (C) 2003 Mireia Farrús <mifarrus@hotmail.com>
192 Copyright (C) 2005, 2006 Josep Puigdemont <josep.puigdemont@gmail.com>
193 Copyright (C) 2008-2010 David Planella <david.planella@gmail.com>
194 Copyright (C) 2009, 2010 Reşat SABIQ <tilde.birlik@gmail.com>
195 Copyright (C) 2003, 2004, 2005 Miloslav Trmac <mitr@volny.cz>
196 Copyright (C) 2006 Lukas Novotny <lukasnov@cvs.gnome.org>
197 Copyright (C) 2002 Jiří Lebl <jirka@5z.com>
198 Copyright (C) 2002 Michal Bukovjan <bukm@centrum.cz>
199 Copyright (C) 2003-2005 Miloslav Trmac <mitr@volny.cz>
200 Copyright (C) 2006 Jakub Friedl <jfriedl@suse.cz>
201 Copyright (C) 2006 Lukas Novotny <lukasnov@cvs.gnome.org>
202 Copyright (C) 2007-2010 Petr Kovar <pknbe@volny.cz>
203 Copyright (C) 2002 Rhoslyn Prys <rhoslyn.prys@ntlworld.com>
204 Copyright (C) 2003, 2004 Dafydd Harries <daf@muse.19inch.net>
205 Copyright (C) 2004-2006 Rhys Jones <rhys@sucs.org>
206 Copyright (C) 2009 Iestyn Pryce <dylunio@gmail.com>
207 Copyright (C) 1999, 2000 Kenneth Christiansen
208 Copyright (C) 2000 Keld Simonsen <keld@dkuug.dk>
209 Copyright (C) 2001-2004 Ole Laursen <olau@hardworking.dk>
210 Copyright (C) 2005 Martin Willemoes Hansen <mwh@sysrq.dk>
211 Copyright (C) 2005 Marie Lund <marielund@post.cybercity.dk>
212 Copyright (C) 2007-2010 Ask Hjorth Larsen <asklarsen@gmail.com>
213 Copyright (C) 2001, 2002 Matthias Warkus <mawarkus@gnome.org>
214 Copyright (C) 2002-2004 Christian Neumair <chris@gnome-de.org>
215 Copyright (C) 2004-2009 Hendrik Richter <hendrikr@gnome.org>
216 Copyright (C) 2004, 2005 Hendrik Brandt <heb@gnome-de.org>
217 Copyright (C) 2008 Andre Klapper <ak-47@gmx.net>
218 Copyright (C) 2009, 2010 Mario Blättermann <mariobl@gnome.org>
219 Copyright (C) 2009, 2010 Christian Kirbach <Christian.Kirbach@googlemail.com>
220 Copyright (C) 1999, 2001, 2002 Simos Xenitellis <simos@hellug.gr>
221 Copyright (C) 2003-2008 Nikos Charonitakis <nikox@gmail.com>
222 Copyright (C) 2003 Nikos Kannelopoulos <nkan@panafonet.gr>
223 Copyright (C) 2002-2007 Kostas Papadimas <pkst@gnome.org>
224 Copyright (C) 2006 Simos Xenitellis <simos@gnome.org>
225 Copyright (C) 2009 Jennie Petoumenou <epetoumenou@gmail.com>
226 Copyright (C) 2009 Simos Xenitellis <simos@gnome.org>
227 Copyright (C) 2004 Adam Weinberger and the GNOME Foundation
228 Copyright (C) 2004 Adam Weinberger <adamw@gnome.org>
229 Copyright (C) 2004 Abigail Brady <morwen@evilmagic.org>
230 Copyright (C) 2004 Gareth Owen <gowen72@yahoo.com>
231 Copyright (C) 2009, 2010 Bruce Cowan <bcowan@fastmail.co.uk>
232 Copyright (C) 2007 Antono VASILJEV <antono.vasiljev@gmail.com>
233 Copyright (C) 2007 Guillaume SAVATON <llumeao@gmail.com>
234 Copyright (C) 1998-2000 Pablo Saratxaga <srtxg@chanae.alphanet.ch>
235 Copyright (C) 2001 José Antonio Salgueiro A. <joseantsa@eresmas.net>
236 Copyright (C) 2002 Carlos Perelló Marín <carlos@gnome-db.org>
237 Copyright (C) 2002 Germán Poo-Caamaño <gpoo@ubiobio.cl>
238 Copyright (C) 2002, 2003 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
239 Copyright (C) 2003 Juan Manuel García Molina <juanma_gm@wanadoo.es>
240 Copyright (C) 2003-2006 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
241 Copyright (C) 2007-2010 Jorge González <jorgegonz@svn.gnome.org>
242 Copyright (C) 2007-2010 The GNOME Project.
243 Copyright (C) 2002-2004 Tõivo Leedjärv <toivo linux ee>
244 Copyright (C) 2004, 2005 Priit Laes <amd tt ee>
245 Copyright (C) 2005-2010 Ivar Smolin <okul linux ee>
246 Copyright (C) 2009-2010 Mattias Põldaru <mahfiaz gmail com>
247 Copyright (C) 1999-2000 Joseba Bidaurrazaga van Dierdonck <gcpbivaj@lg.ehu.es>
248 Copyright (C) 2004 Hizkuntza Politikarako Sailburuordetza <hizpol@ej-gv.es>
249 Copyright (C) 2004-2006, 2008-2010 Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>
250 Copyright (C) 2007 Iñaki Larrañaga Murgoitio <dooteo@zundan.com>
251 Copyright (C) 2000, 2002, 2003, 2004, 2005 Sharif FarsiWeb, Inc.
252 Copyright (C) 2000, 2002-2005 Roozbeh Pournader <roozbeh@farsiweb.info>
253 Copyright (C) 2005 Meelad Zakaria <meelad@bamdad.org>
254 Copyright (C) 2004 Sami Pesonen <sampeson@iki.fi>
255 Copyright (C) 2000-2005 Pauli Virtanen
256 Copyright (C) 2005-2009 Ilkka Tuohela <hile@iki.fi>
257 Copyright (C) 2009-2010 Tommi Vainikainen <thv@iki.fi>
258 Copyright (C) 2009 Jiri Grönroos <jiri.gronroos@iki.fi>
259 Copyright (C) 2000-2006 Christophe Merlet <redfox@redfoxcenter.org>
260 Copyright (C) 20002 Christophe Fergeau <christophe.fergeau@laposte.net>
261 Copyright (C) 2003 David Bellot <david.bellot@inrialpes.fr>
262 Copyright (C) 2006 Benoît Dejean <benoit@placenet.org>
263 Copyright (C) 2006-2007 Jonathan Ernst <jonathan@ernstfamily.ch>
264 Copyright (C) 2006-2008 Robert-André Mauchin <zebob.m@pengzone.org>
265 Copyright (C) 2007-2008 Stéphane Raimbault <stephane.raimbault@gmail.com>
266 Copyright (C) 2007-2010 Claude Paroz <claude@2xlibre.net>
267 Copyright (C) 2008 Yannick Tailliez <ytdispatch-libre@yahoo.com>
268 Copyright (C) 2009 Laurent Coudeur <laurentc@iol.ie>
269 Copyright (C) 2004 Alastair McKinstry <mckinstry@computer.org>
270 Copyright (C) 2005 Alan Horkan <horkan@maths.tcd.ie>
271 Copyright (C) 2007-2010 Seán de Búrca <leftmostcat@gmail.com>
272 Copyright (C) 1999, 2000 Jesus Bravo Alvarez <jba@pobox.com>
273 Copyright (C) 2005, 2006 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: