Merge lp:~cyphermox/libdbusmenu/fix-docs into lp:libdbusmenu/13.04

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Allan LeSage
Approved revision: 437
Merged at revision: 435
Proposed branch: lp:~cyphermox/libdbusmenu/fix-docs
Merge into: lp:libdbusmenu/13.04
Diff against target: 2414 lines (+1962/-223)
33 files modified
.bzr-builddeb/default.conf (+2/-0)
autogen.sh (+2/-0)
configure.ac (+1/-1)
debian/changelog (+1396/-0)
debian/compat (+1/-0)
debian/control (+240/-0)
debian/copyright (+40/-0)
debian/gir1.2-dbusmenu-glib-0.4.install (+1/-0)
debian/gir1.2-dbusmenu-gtk-0.4.install (+1/-0)
debian/gir1.2-dbusmenu-gtk3-0.4.install (+1/-0)
debian/libdbusmenu-glib-dev.install (+6/-0)
debian/libdbusmenu-glib-doc.install (+1/-0)
debian/libdbusmenu-glib4.install (+1/-0)
debian/libdbusmenu-glib4.symbols (+81/-0)
debian/libdbusmenu-gtk-dev.install (+6/-0)
debian/libdbusmenu-gtk-doc.install (+2/-0)
debian/libdbusmenu-gtk3-4.install (+1/-0)
debian/libdbusmenu-gtk3-4.symbols (+36/-0)
debian/libdbusmenu-gtk3-dev.install (+6/-0)
debian/libdbusmenu-gtk4.install (+1/-0)
debian/libdbusmenu-gtk4.symbols (+36/-0)
debian/libdbusmenu-jsonloader-dev.install (+4/-0)
debian/libdbusmenu-jsonloader4.install (+1/-0)
debian/libdbusmenu-jsonloader4.symbols (+3/-0)
debian/libdbusmenu-tools.install (+3/-0)
debian/rules (+64/-0)
debian/source/format (+1/-0)
debian/watch (+2/-0)
docs/libdbusmenu-glib/reference/Makefile.am (+10/-13)
docs/libdbusmenu-gtk/reference/Makefile.am (+11/-12)
gtk-doc.local.make (+0/-194)
libdbusmenu-glib/menuitem.c (+0/-2)
libdbusmenu-glib/menuitem.h (+1/-1)
To merge this branch: bzr merge lp:~cyphermox/libdbusmenu/fix-docs
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Charles Kerr (community) Approve
Review via email: mp+140502@code.launchpad.net

Commit message

Properly inline + fixes for gtkdoc tests (much of the gtkdoc work done by Charles)

Description of the change

Properly inline + fixes for gtkdoc tests (much of the gtkdoc work done by Charles)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Allan LeSage (allanlesage) wrote :

Corrected Jenkins config to update target branch name.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Allan LeSage (allanlesage) wrote :

Again corrected Jenkins config (of autolanding job).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2012-12-18 17:29:36 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file 'autogen.sh'
10--- autogen.sh 2010-06-22 15:37:15 +0000
11+++ autogen.sh 2012-12-18 17:29:36 +0000
12@@ -7,6 +7,8 @@
13 exit 1
14 }
15
16+gtkdocize || exit 1
17+
18 USE_GNOME2_MACROS=1 \
19 USE_COMMON_DOC_BUILD=yes \
20 gnome-autogen.sh --enable-gtk-doc $@
21
22=== modified file 'configure.ac'
23--- configure.ac 2012-10-03 15:57:01 +0000
24+++ configure.ac 2012-12-18 17:29:36 +0000
25@@ -27,7 +27,7 @@
26 # GTK Doc
27 ###########################
28
29-GTK_DOC_CHECK([1.4])
30+GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
31 GNOME_DOC_INIT
32
33 ###########################
34
35=== added directory 'debian'
36=== added file 'debian/changelog'
37--- debian/changelog 1970-01-01 00:00:00 +0000
38+++ debian/changelog 2012-12-18 17:29:36 +0000
39@@ -0,0 +1,1396 @@
40+libdbusmenu (12.10.3-0ubuntu1) UNRELEASED; urgency=low
41+
42+ * debian/control:
43+ - Reorganize Build-Depends for clarity.
44+ - Update style to match other indicator stack packages.
45+ - Drop Build-Depends on cdbs.
46+ - Bump debhelper Build-Depends to (>= 9).
47+ - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
48+ - Remove outdated Breaks:.
49+ - Add dbus-test-runner to Build-Depends.
50+ - Add xvfb to Build-Depends.
51+ * debian/rules:
52+ - Convert to dh9; some variables where kept but renamed to brevity.
53+ - Override dh_autoreconf to make sure it calls autogen.sh, and doesn't run
54+ configure.
55+ - Clean up unnecessary files we don't want to install, so that dh_install
56+ can complete.
57+ - Override dh_auto_test to make sure they can be run for both the gtk2 and
58+ gtk3 flavors.
59+ - Run dh_auto_test through xvfb-run.
60+ * debian/compat: bump to compat level 9.
61+ * debian/libdbusmenu-gtk-doc.install: add the glib-server-nomenu.c example.
62+ * debian/libdbusmenu-tools.install: install dbusmenu-* binaries from the
63+ multiarch triplet rather than usr/lib/libdbusmenu.
64+
65+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 21 Nov 2012 13:17:02 -0500
66+
67+libdbusmenu (12.10.2-0ubuntu1) quantal; urgency=low
68+
69+ * New upstream release.
70+
71+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 03 Oct 2012 21:23:18 +0200
72+
73+libdbusmenu (12.10.1-0ubuntu2) quantal-proposed; urgency=low
74+
75+ * Backport upstream fix for segfault issue (lp: #1053670)
76+
77+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 24 Sep 2012 21:36:35 +0200
78+
79+libdbusmenu (12.10.1-0ubuntu1) quantal; urgency=low
80+
81+ * New upstream release.
82+ - Honor changes to GtkSettings' gtk-menu-images value (LP: #927236)
83+ - don't display an underscore on menuitimes containing a '&' (LP: #994564)
84+ - set the widget for the accelerator even if there isn't a mnemonic
85+ (LP: #982656)
86+ - Some platforms don't have valgrind, so treat those unit tests separately
87+ - make headers match independent of the build directory
88+ - constify some public API calls
89+
90+ -- Didier Roche <didrocks@ubuntu.com> Thu, 20 Sep 2012 19:22:52 +0200
91+
92+libdbusmenu (0.6.2-0ubuntu1) quantal; urgency=low
93+
94+ * New upstream release.
95+ * Fixed duplicated underscores in menus (LP: #979301)
96+ * Fix for keybindings not showing in menus bug (LP: #982656)
97+ * DbusmenuServer leaks private string (LP: #981766)
98+ * Ensure menuitems with '&' show them properly (LP: #994564)
99+
100+ -- Ted Gould <ted@ubuntu.com> Wed, 13 Jun 2012 14:44:52 -0500
101+
102+libdbusmenu (0.6.1-0ubuntu3) precise-proposed; urgency=low
103+
104+ * Backport fix for keybindings not showing in menus bug (lp: #982656)
105+
106+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 16 Apr 2012 21:28:05 +0200
107+
108+libdbusmenu (0.6.1-0ubuntu2) precise; urgency=low
109+
110+ * libdbusmenu-gtk/genericmenuitem.c
111+ - Fixed duplicated underscores in menus (LP: #979301)
112+
113+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 12 Apr 2012 12:42:47 -0400
114+
115+libdbusmenu (0.6.1-0ubuntu1) precise; urgency=low
116+
117+ * New upstream release.
118+ * Fix mnemonics in wifi hotspot names. (LP: #903200)
119+ * Fix nautilus crash in dbusmenu_menuitem_property_remove() (LP: #959821)
120+ * Fix about-to-show grouping.
121+ * Fix visibility signal in the server.
122+ * Silence false positives in dbusmenu's signal smoke tests.
123+
124+ -- Charles Kerr <charles.kerr@canonical.com> Wed, 11 Apr 2012 11:58:22 -0500
125+
126+libdbusmenu (0.5.99-0ubuntu3) precise; urgency=low
127+
128+ * libdbusmenu-gtk/parser.c
129+ - switch the smoke test to a g_debug statement (LP: #977803)
130+
131+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 10 Apr 2012 13:21:02 -0400
132+
133+libdbusmenu (0.5.99-0ubuntu2) precise; urgency=low
134+
135+ * libdbusmenu-glib/server.c
136+ - Cherry picked a fix for a regression in about-to-show grouping
137+ * libdbusmenu-gtk/genericmenuitem.c
138+ - Fixed: underscore on menu items change on switching focus (LP: #903200)
139+ * libdbusmenu-gtk/parser.c
140+ - Fixed: nautilus crashed with SIGSEGV in
141+ dbusmenu_menuitem_property_remove() (LP: #959821)
142+
143+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 09 Apr 2012 16:29:34 -0400
144+
145+libdbusmenu (0.5.99-0ubuntu1) precise; urgency=low
146+
147+ * New upstream release.
148+ * Reduce the number of messages hud-service sends. (LP: #957022)
149+ * Fix valgrind tests thanks to a little help from sewardj.
150+ * Add gcov targets to autotools build for code-coverage reporting.
151+ * Make private two impl functions that were accidentally public
152+
153+ -- Charles Kerr <charles.kerr@canonical.com> Thu, 05 Apr 2012 14:22:33 -0500
154+
155+libdbusmenu (0.5.96-0ubuntu2) precise; urgency=low
156+
157+ * Cherry pick fix for FTBFS on arm
158+
159+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 03 Apr 2012 16:43:10 -0400
160+
161+libdbusmenu (0.5.96-0ubuntu1) precise; urgency=low
162+
163+ [ Charles Kerr ]
164+ * New upstream release.
165+ * Faster menuitem lookups (LP: #801699)
166+ * To reduce dbus traffic, only send event replies when the caller
167+ requests them
168+ * Added support for callgrind-based benchmarks
169+ * Minor code cleanup
170+
171+ [ Ken VanDine ]
172+ * debian/control
173+ - added build depends on valgrind
174+
175+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 29 Mar 2012 16:35:00 -0400
176+
177+libdbusmenu (0.5.95-0ubuntu1) precise; urgency=low
178+
179+ * New upstream release.
180+ * Fix theme change bug (LP: #953509)
181+ * Don't request event responses if no one is listening
182+ * Fix a warning on custom menu items without labels
183+
184+ -- Ted Gould <ted@ubuntu.com> Wed, 21 Mar 2012 14:33:32 -0500
185+
186+libdbusmenu (0.5.94-0ubuntu1) precise; urgency=low
187+
188+ * New upstream release.
189+ * Fixing setting name of ATK objects
190+ * Cleaning up a warning on shutdown (LP: #950762)
191+
192+ -- Ted Gould <ted@ubuntu.com> Fri, 09 Mar 2012 14:35:38 -0600
193+
194+libdbusmenu (0.5.93-0ubuntu1) precise; urgency=low
195+
196+ * New upstream release.
197+ * Setting the ATK Role on menu items (LP: #878708)
198+ * Cleaning up code paths to avoid goto's (LP: #940651)
199+ * Fixing setting an icon multiple times (LP: #934574)
200+
201+ -- Ted Gould <ted@ubuntu.com> Thu, 08 Mar 2012 10:08:10 -0600
202+
203+libdbusmenu (0.5.92-0ubuntu1) precise; urgency=low
204+
205+ * New upstream release.
206+ * Fix label leak and make it not have disposition (LP: #937829)
207+
208+ -- Ted Gould <ted@ubuntu.com> Thu, 23 Feb 2012 00:10:04 -0600
209+
210+libdbusmenu (0.5.91-0ubuntu2) precise; urgency=low
211+
212+ * debian/control: restore gtk2 gir depends until that source is updated
213+
214+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 22:00:04 +0100
215+
216+libdbusmenu (0.5.91-0ubuntu1) precise; urgency=low
217+
218+ * debian/control:
219+ - drop git binaries, the libdev depends on it
220+ - set ubuntu vcs
221+ - use the current vala version
222+
223+ [ Ted Gould ]
224+ * New upstream release.
225+ * Remove unused const on GStrv's
226+ * Only free when there is data to free
227+ * Ensure that we only return once even with error (LP: #929856)
228+ * Fix an error on a failure to send properties (LP: #929707)
229+ * Ensure the hash variant isn't NULL in the comparison (LP: #929710)
230+ * Fix some of the issues with throwing criticals
231+ * Ensure our tests fail if they throw criticals
232+ * Parse and handle a11y descriptions
233+ * Don't pass NULL to ATK
234+ * Non-srcdir build fixes
235+
236+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 15 Feb 2012 21:38:35 +0100
237+
238+libdbusmenu (0.5.90-0ubuntu1) precise; urgency=low
239+
240+ [ Ted Gould ]
241+ * New upstream release.
242+ * Add property for accessible descriptions
243+ * Use insert/remove signals on GTK3 build
244+ * Change icon data to be a byte stream instead of base64
245+ * Adjust GTK3 include path to match other libs
246+ * Don't get objects from boolean values (LP: #870742)
247+ * Fix depreactions on GTK3 (LP: #917115)
248+
249+ [ Ken VanDine ]
250+ * debian/control
251+ - build depend on libatk1.0-dev
252+ * debian/*-dev.install
253+ - fixed paths for installed headers
254+ * debian/libdbusmenu-glib4.symbols
255+ - added new symbols
256+
257+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 02 Feb 2012 14:09:24 -0500
258+
259+libdbusmenu (0.5.1-0ubuntu2) precise; urgency=low
260+
261+ * libdbusmenu-gtk/parser.c
262+ - Don't try to get objects from boolean values. Handle the
263+ 'always show image' property by getting the image from the object
264+ and using that (LP: #870742)
265+
266+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 01 Dec 2011 11:07:36 -0500
267+
268+libdbusmenu (0.5.1-0ubuntu1) precise; urgency=low
269+
270+ * New upstream release.
271+ * Allow for an ID of 0 in about_to_show for indicators (LP: #862989)
272+ * Clear the image pointer when we take it
273+ * Ensure we drop all references to the GTK widget when a menuitem
274+ gets destroyed (LP: #835646)
275+
276+ -- Ted Gould <ted@ubuntu.com> Fri, 28 Oct 2011 09:35:13 -0400
277+
278+libdbusmenu (0.5.0-1ubuntu1) precise; urgency=low
279+
280+ * Multiarch conversion (partial, gobject instrospection not touched)
281+ (LP: #859512)
282+
283+ -- Riku Voipio <riku.voipio@linaro.org> Mon, 26 Sep 2011 12:13:07 +0300
284+
285+libdbusmenu (0.5.0-1) experimental; urgency=low
286+
287+ * Merge from Ubuntu.
288+ + Re-enable GTK3 packages.
289+ * Re-order includes in debian/rules to prevent lintian's
290+ E: libdbusmenu source: temporary-debhelper-file
291+
292+ -- Evgeni Golov <evgeni@debian.org> Sat, 15 Oct 2011 09:29:54 +0200
293+
294+libdbusmenu (0.5.0-0ubuntu3) oneiric; urgency=low
295+
296+ * libdbusmenu-gtk/client.c:
297+ - Make sure to actually free memory associated with GtkMenuItems we
298+ create. We are holding the sunk floating ref, so we have to
299+ actually unref as well as destroy the widget. Part of bug 835646.
300+ * libdbusmenu-gtk/genericmenuitem.c:
301+ - When setting an image on a menu item for the second time before
302+ setting a label, don't try to use free'd memory.
303+
304+ -- Michael Terry <mterry@ubuntu.com> Thu, 06 Oct 2011 10:35:21 -0400
305+
306+libdbusmenu (0.5.0-0ubuntu2) oneiric; urgency=low
307+
308+ * libdbusmenu-glib/client.c
309+ - id of 0 in dbusmenu_client_send_about_to_show is valid, and used in
310+ appindicators like nm-applet (LP: #862989)
311+
312+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 30 Sep 2011 10:06:19 -0400
313+
314+libdbusmenu (0.5.0-0ubuntu1) oneiric; urgency=low
315+
316+ * New upstream release.
317+ * Protect functions against NULL results (LP: #757569, LP: #742909,
318+ LP: #743050, LP: #743661)
319+
320+ -- Ted Gould <ted@ubuntu.com> Thu, 29 Sep 2011 14:46:57 -0500
321+
322+libdbusmenu (0.4.94-0ubuntu1) oneiric; urgency=low
323+
324+ [ Ted Gould ]
325+ * New upstream release.
326+ ∘ Protect functions from NULL submenus (LP: #803667)
327+ ∘ Build fixes (LP: #552526, LP: #552530, LP: #552538, LP: #709761,
328+ LP: #713690, LP: #643871, LP: #713685)
329+
330+ [ Ken VanDine ]
331+ * debian/control
332+ - build dep on valac-0.14
333+
334+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 20 Sep 2011 09:16:41 -0700
335+
336+libdbusmenu (0.4.93-0ubuntu1) oneiric; urgency=low
337+
338+ * New upstream release.
339+ * Fix packing of generic menu items to use toggle-spacing
340+
341+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Aug 2011 09:50:21 -0500
342+
343+libdbusmenu (0.4.92-0ubuntu1) oneiric; urgency=low
344+
345+ [ Ted Gould ]
346+ * New upstream release (0.4.92).
347+ * Add in a property for setting the menuitem disposition
348+ * Fix GTK 2 build for style properties
349+ * Fixed proxied menu events not getting returned (LP: #799878)
350+ * Removed debian/patches:
351+ * All upstream
352+
353+ [ Ken VanDine ]
354+ * debian/libdbusmenu-gtk4.symbols debian/libdbusmenu-gtk3-4.symbols
355+ - Added new symbols
356+
357+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 24 Aug 2011 20:22:14 -0400
358+
359+libdbusmenu (0.4.90-0ubuntu4) oneiric; urgency=low
360+
361+ * debian/rules:
362+ - avoid making indicator-appmenu* depends on gtk2/3 by dpkg-shlibdeps.
363+ The library doesn't hurt if gtk isn't installed and that enable
364+ pre-installlation of the indicator stack without requiring the full gtk
365+ stack being there without any gtk app installed.
366+
367+ -- Didier Roche <didrocks@ubuntu.com> Mon, 25 Jul 2011 18:18:11 +0200
368+
369+libdbusmenu (0.4.90-0ubuntu3) oneiric; urgency=low
370+
371+ * debian/patches/lp799878.patch
372+ - Fixed proxied menu events not getting returned (LP: #799878)
373+
374+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 28 Jun 2011 17:53:31 +0100
375+
376+libdbusmenu (0.4.90-0ubuntu2) oneiric; urgency=low
377+
378+ * debian/control
379+ - Also a a breaks to libdbusmenu-glib4 for gir1.2-unity-3.0 and
380+ gir1.2-indicate-0.5 to make sure the library gets held back too.
381+
382+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 24 Jun 2011 16:05:56 -0400
383+
384+libdbusmenu (0.4.90-0ubuntu1) oneiric; urgency=low
385+
386+ [ Ted Gould ]
387+ * debian/control, debian/*: Renaming packages for library version
388+ bump from 3 to 4.
389+ * New upstream release.
390+ * Fixing visibility for Eclipse (LP: #770263 and LP: #618587)
391+ * Unseting a GValue properly (LP: #785828)
392+ * Memory leaks for GVariant usage (LP: #784890)
393+ * Making GTK 3 default build
394+ * Removing the SerializableMenuitem object
395+ * debian/rules: Making GTK2 the special build
396+
397+ [ Ken VanDine ]
398+ * +debian/libdbusmenu-jsonloader4.symbols
399+ * debian/*.symbols
400+ - Fixed sonames and removed all the duplicate symbols
401+ * debian/*.install, debian/rules
402+ - Use cdbs to do the dual builds for gtk2/gtk3
403+ * debian/control
404+ - Updated standards version to 3.9.2
405+ - Set version on the json-glib build depends to >= 0.13.4
406+ - Make gir1.2-dbusmenu-glib-0.4 break gir1.2-unity-3.0 and
407+ gir1.2-indicate-0.5 built against older versions of dbusmenu to
408+ prevent breakage in python apps that use gir loading multiple versions
409+ of dbusmenu-glib
410+
411+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 24 Jun 2011 14:55:59 -0400
412+
413+libdbusmenu (0.4.4-0ubuntu1~ppa1) natty; urgency=low
414+
415+ * New upstream release.
416+ - Fix a typo in the signal name to make it match the XML
417+ files (LP: #641209)
418+ - Ref'ing the server for the entire time we're getting the
419+ bus (LP: #738568)
420+ - Watch additions/removals from submenus that get added
421+ - Activate new toplevel menu items as they get added
422+ - Make sure we don't activate toplevel children that aren't
423+ menu items or don't have submenus (LP: #761112)
424+
425+ -- Ted Gould <ted@ubuntu.com> Mon, 25 Apr 2011 15:19:25 -0500
426+
427+libdbusmenu (0.4.3-1) unstable; urgency=low
428+
429+ * Merge new upstream release from Ubuntu.
430+ * Do not build-depend on gir-repository-dev, libgtk2.0-dev
431+ has Gtk-2.0.gir since 2.24.4-1 (bump B-D accordingly).
432+ * Standards-Version: 3.9.2
433+
434+ -- Evgeni Golov <evgeni@debian.org> Wed, 27 Apr 2011 14:00:04 +0200
435+
436+libdbusmenu (0.4.3-0ubuntu3) natty; urgency=low
437+
438+ * Backport bug fixes from trunk:
439+ - Fix a typo in the signal name to make it match the XML
440+ files (LP: #641209)
441+ - Ref'ing the server for the entire time we're getting the
442+ bus (LP: #738568)
443+
444+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 19 Apr 2011 15:14:23 -0400
445+
446+libdbusmenu (0.4.3-0ubuntu2) natty; urgency=low
447+
448+ * Backport bug fixes from trunk:
449+ - Watch additions/removals from submenus that get added
450+ - Activate new toplevel menu items as they get added
451+ - Make sure we don't activate toplevel children that aren't
452+ menu items or don't have submenus (LP: #761112)
453+
454+ -- Michael Terry <mterry@ubuntu.com> Fri, 15 Apr 2011 15:55:37 -0400
455+
456+libdbusmenu (0.4.3-0ubuntu1) natty; urgency=low
457+
458+ [ Ken VanDine ]
459+ * debian/rules
460+ - Fixed package names in build targets (LP: #760102)
461+ - Dropped makeshlibs in favor of symbols files
462+ * +debian/libdbusmenu-glib3.symbols
463+ * +debian/libdbusmenu-gtk3-3.symbols
464+ * +debian/libdbusmenu-gtk3.symbols
465+
466+ [ Ted Gould ]
467+ * New upstream release.
468+ ∘ Handle cases where labels are added later as subwidgets
469+ in the menuitem (LP: #758759)
470+ ∘ Fix the destruction of the attached GTK menuitem (LP: #746091)
471+ ∘ Guard against an activation that does not actually have an
472+ associated menu-hide (LP: #750588)
473+
474+ -- Ted Gould <ted@ubuntu.com> Thu, 14 Apr 2011 16:49:13 -0500
475+
476+libdbusmenu (0.4.2-1) unstable; urgency=low
477+
478+ * Merge new upstream release from Ubuntu.
479+
480+ -- Evgeni Golov <evgeni@debian.org> Mon, 11 Apr 2011 12:43:49 +0200
481+
482+libdbusmenu (0.4.2-0ubuntu3) natty; urgency=low
483+
484+ * Merged fix, guard against an activation that does not actually have
485+ an associated menu-hide (LP: #750588)
486+
487+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 11 Apr 2011 00:56:02 -0400
488+
489+libdbusmenu (0.4.2-0ubuntu2) natty; urgency=low
490+
491+ * debian/libdbusmenu-gtk3-dev.install:
492+ - Add missing header files to gtk3 dev package
493+
494+ -- Michael Terry <mterry@ubuntu.com> Thu, 07 Apr 2011 20:20:25 -0400
495+
496+libdbusmenu (0.4.2-0ubuntu1) natty; urgency=low
497+
498+ * New upstream release.
499+ * Fix GIR scan to not include duplicate namespaces (LP: #750575)
500+ * Keep refs to the client and makes sure to disconnect all handlers.
501+ (LP: #749609)
502+ * Add GTK side handlers for the open/close events to ensure GTK apps
503+ can use those events still (LP: #750588)
504+ * Create submenus for menuitems that don't have children but still
505+ have told us they need them with the child-display property.
506+ (LP: #619811)
507+
508+ -- Ted Gould <ted@ubuntu.com> Thu, 07 Apr 2011 10:32:51 -0500
509+
510+libdbusmenu (0.4.1-0ubuntu1) natty; urgency=low
511+
512+ * New upstream release.
513+ * Managed variant iterators better to stop crash when dealing
514+ with apps that have multiple shortcuts (LP: #741726)
515+ * Handled GtkMenuItems with no labels as separators (LP: #729187)
516+
517+ -- Ted Gould <ted@ubuntu.com> Thu, 31 Mar 2011 13:56:54 -0500
518+
519+libdbusmenu (0.4.0-2) unstable; urgency=low
520+
521+ * Build-depend on gir1.2-atk-1.0, it's not pulled in by gir1.2-gtk-2.0
522+ on ia64, mipsel and sparc64, causing FTBFS there.
523+
524+ -- Evgeni Golov <evgeni@debian.org> Wed, 30 Mar 2011 10:16:59 +0200
525+
526+libdbusmenu (0.4.0-1) unstable; urgency=low
527+
528+ * Merge new upstream release from Ubuntu.
529+ This builds with gir-1.2 and thus closes: #614490.
530+ Also builds fine with --as-needed, closes: #615741.
531+ * Disable GTK3 packages for now.
532+ * Fix DEB_DH_MAKESHLIBS_ARGS_* for the latest SONAME bump.
533+ * Also fix cdbs targets for it.
534+ * Use valac-0.10, valac-0.12 is only in experimental.
535+ * Add gir-repository-dev back to Build-Depends,
536+ it still has Gtk-2.0.gir on Debian.
537+
538+ -- Evgeni Golov <evgeni@debian.org> Fri, 25 Mar 2011 15:55:16 +0100
539+
540+libdbusmenu (0.4.0-0ubuntu2) natty; urgency=low
541+
542+ * Cherry picked fix for potential memory issues to fix unity-panel-service
543+ crashed with SIGABRT in __kernel_vsyscall() (LP: #741726)
544+
545+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 28 Mar 2011 14:56:59 -0400
546+
547+libdbusmenu (0.4.0-0ubuntu1) natty; urgency=low
548+
549+ * New upstream release.
550+ * Protect from NULL variants by using iter_loop (LP: #737844)
551+ * Look for accellerators inside the labels as well
552+ * Protecting properties that are getting updated from an
553+ extra remove signal. (LP: #730925)
554+ * Enter and exit the GDK threads before calling GTK (LP: #717162)
555+
556+ -- Ted Gould <ted@ubuntu.com> Wed, 23 Mar 2011 14:56:24 -0500
557+
558+libdbusmenu (0.3.102-0ubuntu1) natty; urgency=low
559+
560+ * New upstream release.
561+ ∘ Remove child items when they're removed by GTK
562+ ∘ Adding opened and closed events for menu visibility
563+ ∘ Handle empty image types
564+ ∘ Remove critical warning on parser menuitem check (LP: #733918)
565+ ∘ Fix dependencies in pkgconfig files (LP: #733263)
566+ ∘ Handle NULL labels (LP: #733688)
567+ ∘ Fix memory leaks from variants (LP: #722972)
568+
569+ -- Ted Gould <ted@ubuntu.com> Wed, 16 Mar 2011 14:08:13 -0500
570+
571+libdbusmenu (0.3.101-0ubuntu1) natty; urgency=low
572+
573+ * New upstream release.
574+ ∘ Add helper to get cached menuitem from widget
575+ ∘ Have the GTK Dbusmenu Client handle theme directories (LP: #727325)
576+ ∘ Fix a bunch of memory leaks (LP: #722972)
577+ ∘ Handle _ in menuitems more correctly when parsing (LP: #621301)
578+ ∘ Protect from NULL layout_props (LP: #729722)
579+ ∘ Remove the property from the hashtable before signaling that
580+ it's been changed (LP: #725603)
581+ ∘ Wrap emitted properties in a variant
582+ ∘ Fix enum templates so they can be included by other programs
583+ without error
584+ ∘ Setting the cached menu item (LP: #723463) (LP: #729128) (LP: #729194)
585+
586+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Mar 2011 11:12:50 -0600
587+
588+libdbusmenu (0.3.100-0ubuntu4) natty; urgency=low
589+
590+ * libdbusmenu-gtk/parser.c
591+ - Ensure we set the CACHED_MENUITEM data on GtkWidget's, this fixes a few
592+ bugs (LP: #723463) (LP: #729128) (LP: #729194)
593+
594+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 08 Mar 2011 20:49:41 -0500
595+
596+libdbusmenu (0.3.100-0ubuntu3) natty; urgency=low
597+
598+ * libdbusmenu-glib/menuitem.c
599+ - Steal earlier instead of later so that signal handlers don't find the
600+ value in the hashtable (LP: #725603) (LP: #730198)
601+
602+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 07 Mar 2011 14:27:09 -0500
603+
604+libdbusmenu (0.3.100-0ubuntu2) natty; urgency=low
605+
606+ * Cherry picked fix for path to find types.h
607+
608+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 04 Mar 2011 10:22:36 -0500
609+
610+libdbusmenu (0.3.100-0ubuntu1) natty; urgency=low
611+
612+ * New upstream release.
613+ * GTK application menus are not correctly displayed (LP: #726678)
614+ * Fix LP: #723873 - ensure that changing a menuitem property to a
615+ default value gets propagated properly in the client
616+ * Fix some crashes by disconnecting more signals when a menuitem is
617+ deleted. LP: #725980 and LP: #726153
618+ * Making sure to grab the variant and dispose of it in handle_event.
619+ * Change the destroy prototype to fix GIR warnings
620+ * Fix emitting property changes to use tuples
621+ * Track the icon theme directories
622+ * Handle cases where passed in property names could be in the
623+ properties hash table
624+ * Making property names match DBus protocol recommendations
625+ * Restricting GIR scanner to exported interfaces
626+ * Use the library i18n libraries instead of the app ones
627+ * Make GetLayout use the parent parameter
628+ * debian/patches: All submitted upstream
629+
630+ -- Ted Gould <ted@ubuntu.com> Thu, 03 Mar 2011 13:54:31 -0600
631+
632+libdbusmenu (0.3.99-0ubuntu5) natty; urgency=low
633+
634+ * debian/patches/lp726678.patch
635+ - GTK application menus are not correctly displayed (LP: #726678)
636+
637+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 01 Mar 2011 12:14:35 -0500
638+
639+libdbusmenu (0.3.99-0ubuntu4) natty; urgency=low
640+
641+ * Fix a warning in gedit
642+ - update debian/patches/fix-defaults-in-client.patch
643+ * Fix missing submenus in bluetooth-applet
644+ - add debian/patches/bluetooth-applet-fix.patch
645+ - update debian/patches/series
646+
647+ -- Chris Coulson <chris.coulson@canonical.com> Tue, 01 Mar 2011 15:13:00 +0000
648+
649+libdbusmenu (0.3.99-0ubuntu3) natty; urgency=low
650+
651+ * Fix LP: #723873 - ensure that changing a menuitem property to a default
652+ value gets propagated properly in the client
653+ - add debian/patches/fix-defaults-in-client.patch
654+ - update debian/patches/series
655+
656+ -- Chris Coulson <chris.coulson@canonical.com> Tue, 01 Mar 2011 00:47:24 +0000
657+
658+libdbusmenu (0.3.99-0ubuntu2) natty; urgency=low
659+
660+ * debian/patches/disconnect-more-signals.patch:
661+ - Fix some crashes by disconnecting more signals when a menuitem is
662+ deleted. LP: #725980 and LP: #726153
663+
664+ -- Michael Terry <mterry@ubuntu.com> Mon, 28 Feb 2011 10:09:57 -0500
665+
666+libdbusmenu (0.3.99-0ubuntu1) natty; urgency=low
667+
668+ [ Ted Gould ]
669+ * New upstream release.
670+ * Add a signal on the menuitem for generic event support
671+ * Handle the case of a single NULL entry as well.
672+ * Not checking defaults when value is NULL
673+ * Add the 'type' variable first when processing new
674+ menuitems
675+ * Protection from unref'ing NULL variants
676+ * Only send the requested properties and request fewer
677+ * Add in a defaults database
678+ * Only send property updates if the menu item has been
679+ seen on the bus.
680+ * Add a property for text direction.
681+ * Add a property for needing attention.
682+ * Documentation fixes
683+ * Making menuitems track their own parents
684+ * Resolving property changes by looking at the properties
685+ directly.
686+
687+ [ Ken VanDine ]
688+ * libdbusmenu-glib/menuitem.c
689+ - Making sure to grab the variant and dispose of it in handle_event.
690+
691+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 24 Feb 2011 22:54:54 -0500
692+
693+libdbusmenu (0.3.98-0ubuntu4) natty; urgency=low
694+
695+ * Merged from trunk (rev 220)
696+ - Cleaning up cleaning up so we don't unref twice and crash
697+ - Fixing the signatures to make them more consistent
698+ - Adding defaults to translatable files
699+ - Support a set of defaults and not sending them over the bus.
700+ - Fixing annotations and adding tests with python.
701+
702+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 23 Feb 2011 11:34:57 -0500
703+
704+libdbusmenu (0.3.98-0ubuntu3) natty; urgency=low
705+
706+ * debian/control:
707+ - Use new libgtk-3-dev build-depends
708+
709+ -- Robert Ancell <robert.ancell@canonical.com> Tue, 22 Feb 2011 16:16:44 +1100
710+
711+libdbusmenu (0.3.98-0ubuntu2) natty; urgency=low
712+
713+ * libdbusmenu-glib/{client,menuitem,server}.c
714+ * Be more selective on unref
715+
716+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 22 Feb 2011 09:23:38 -0500
717+
718+libdbusmenu (0.3.98-0ubuntu1) natty; urgency=low
719+
720+ * New upstream release.
721+ ∘ Fixing distcheck
722+ ∘ Grouping Property Change events into a single DBus signal
723+ ∘ Removing XML from the GetLayout function
724+ ∘ Clean up icon handling in the parser (LP: #715864)
725+ ∘ Fixing signatures on dbusmenu-dumper
726+ * debian/control: Removing libxml2 Build-Dep
727+
728+ -- Ted Gould <ted@ubuntu.com> Thu, 17 Feb 2011 11:11:40 -0600
729+
730+libdbusmenu (0.3.97-0ubuntu1) natty; urgency=low
731+
732+ [Ted Gould]
733+ * New upstream release.
734+ ∘ Handle ChildAdded on GtkShell items (LP: #709839)
735+ ∘ Fixing take_children() to not unref
736+ ∘ Fix naming of the GIR file (LP: #713099)
737+
738+ [Ken VanDine]
739+ * debian/gir1.2-dbusmenu-glib-0.4.install,
740+ debian/libdbusmenu-glib-dev.install: Changing gir, typelib and vala
741+ file names
742+
743+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Feb 2011 14:40:14 -0600
744+
745+libdbusmenu (0.3.96-0ubuntu3) natty; urgency=low
746+
747+ * libdbusmenu-gtk/parser.c
748+ - Handle ChildAdded on GtkShell items and clean up the code so that it
749+ has single functions for doing common operations. (LP: #709839)
750+
751+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 07 Feb 2011 09:29:09 -0500
752+
753+libdbusmenu (0.3.96-0ubuntu2) natty; urgency=low
754+
755+ * libdbusmenu-glib/menuitem.c
756+ - take_children() shouldn't unref as the caller wouldn't get a chance
757+ to use the items if this was the last ref.
758+
759+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 04 Feb 2011 12:18:13 -0500
760+
761+libdbusmenu (0.3.96-0ubuntu1) natty; urgency=low
762+
763+ * New upstream release.
764+ * Remove signal handlers for correct objects
765+
766+ -- Ted Gould <ted@ubuntu.com> Thu, 03 Feb 2011 14:11:16 -0600
767+
768+libdbusmenu (0.3.95-0ubuntu1) natty; urgency=low
769+
770+ * New upstream release.
771+ * Fix crashes on rapidly creating and destroying client
772+ and menu objects (LP: #709754)
773+ * Fix dynamically changed submenus to get the parsed
774+ (LP: #696896)
775+ * Fix bad signature on GetProperties with no hits
776+
777+ -- Ted Gould <ted@ubuntu.com> Mon, 31 Jan 2011 16:03:06 -0600
778+
779+libdbusmenu (0.3.94-0ubuntu1) natty; urgency=low
780+
781+ * New upstream release.
782+ * Fixing setting toggle to a boolean
783+ * Fixing some memory leaks
784+ * Fixing signatures in GetChildren
785+ * Look for the serializable menuitems and use their
786+ build functions
787+ * Fix critical message from being printed
788+ * Fixing shutdown messages on destruction
789+ * Fixing warnings from 'use-fallback'
790+ * Adding a parser
791+ * Adding a serializable menu item
792+
793+ -- Ted Gould <ted@ubuntu.com> Thu, 27 Jan 2011 14:26:19 -0600
794+
795+libdbusmenu (0.3.93-0ubuntu1) natty; urgency=low
796+
797+ [ Ted Gould ]
798+ * New upstream release.
799+ * Fixing scanner export
800+ * Increasing scanner warnings
801+ * Signalling to DBus when object is registered
802+ * Handling errors in GVariant better than crashing
803+
804+ [ Ken VanDine ]
805+ * debian/control
806+ - Bumped build depends for libgtk3.0-dev to >= 2.99.2-1ubuntu2, a gir
807+ related patch we needed was dropped in 2.99.2-1ubuntu1 but re-added
808+ in 2.99.2-1ubuntu2
809+
810+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 20 Jan 2011 15:05:52 -0500
811+
812+libdbusmenu (0.3.92-0ubuntu3) natty; urgency=low
813+
814+ * libdbusmenu-glib/server.c
815+ * Better error handling when parsing g_variants (LP: #703039)
816+
817+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 18 Jan 2011 12:19:37 -0500
818+
819+libdbusmenu (0.3.92-0ubuntu2) natty; urgency=low
820+
821+ * libdbusmenu-glib/Makefile.am, libdbusmenu-gtk/Makefile.am
822+ - Use EXPORT_PACKAGES to prevent circular build depends
823+
824+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 18 Jan 2011 10:05:15 -0500
825+
826+libdbusmenu (0.3.92-0ubuntu1) natty; urgency=low
827+
828+ * New upstream release.
829+ * Fixing handle event to send unboxed values
830+ * Build fixes
831+
832+ -- Ted Gould <ted@ubuntu.com> Fri, 14 Jan 2011 10:43:44 -0600
833+
834+libdbusmenu (0.3.91-0ubuntu1) natty; urgency=low
835+
836+ * New upstream release.
837+ * Porting from dbus-glib to GDBus
838+ * Bumping the library ABI version
839+ * debian/*.install: Changing to be the 0.4 version of the dbusmenu
840+ API of all the filenames and paths.
841+ * debian/control: Bumping ABI version in package names
842+ * debian/control: Changing the GIR package names from "0.2" to
843+ "0.4" which now the names of the actual files.
844+
845+ -- Ted Gould <ted@ubuntu.com> Thu, 13 Jan 2011 10:24:28 -0600
846+
847+libdbusmenu (0.3.90-0ubuntu3) natty; urgency=low
848+
849+ * Updated for the gir abi transition
850+
851+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 16 Dec 2010 10:06:26 -0500
852+
853+libdbusmenu (0.3.90-0ubuntu2) natty; urgency=low
854+
855+ * libdbusmenu-gtk/genericmenuitem.c
856+ - Switching away from using set_activate as that doesn't actually set
857+ the value, it just signals
858+
859+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Dec 2010 17:46:41 -0500
860+
861+libdbusmenu (0.3.90-0ubuntu1) natty; urgency=low
862+
863+ * debian/rules
864+ - Added build targets to build with gtk3 enabled in additional to
865+ default build with gtk2
866+ * debian/control
867+ - Updated build depends to support building with gtk+-3.0
868+ - Added dh-autoreconf build depends
869+ - Added libdbusmenu-gtk3-2, libdbusmenu-gtk3-dev, gir1.0-dbusmenu-gtk3-0.2
870+ binaries
871+ - build depend on libgdk-pixbuf2.0-dev >= 2.22.1-0ubuntu4, needed
872+ for GIR fixes
873+ - Removed build depends for gir-repository-dev (LP: #677382)
874+ - Use gir:Depends
875+ * docs/libdbusmenu-gtk/reference/Makefile.am, libdbusmenu-glib/Makefile.am,
876+ libdbusmenu-gtk/Makefile.am
877+ - Fixes needed for building with-gtk=3
878+
879+ [ Ted Gould ]
880+ * New upstream release.
881+ * Breaking ABI and getting reserved back
882+ * Adding build support for GTK2/3 builds
883+ * Only force a flush of top level items, allow others to be
884+ based on the count.
885+ * debian/control, debian/libdbusmenu-glib2.install,
886+ debian/libdbusmenu-gtk2.install: Switching package names to
887+ match .so bump.
888+
889+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 24 Nov 2010 12:05:39 -0500
890+
891+libdbusmenu (0.3.16-0ubuntu1) maverick; urgency=low
892+
893+ * New upstream release:
894+ * Don't use a typedef in the signal handler in the class to
895+ avoid confusing vapigen.
896+
897+ -- Ted Gould <ted@ubuntu.com> Wed, 22 Sep 2010 10:28:01 -0500
898+
899+libdbusmenu (0.3.15-0ubuntu1) UNRELEASED; urgency=low
900+
901+ * New upstream release:
902+ - fix Action for top-level dropdown menu item not activated (LP: #637692)
903+
904+ -- Didier Roche <didrocks@ubuntu.com> Wed, 22 Sep 2010 14:55:44 +0200
905+
906+libdbusmenu (0.3.14-0ubuntu1) maverick; urgency=low
907+
908+ * New upstream release.
909+ * Fixing a memory leak by unref'ing a hashtable
910+ * Making a callback for the event dbus function happen off
911+ of the mainloop so it returns a response. (LP: #636756)
912+
913+ -- Ted Gould <ted@ubuntu.com> Wed, 15 Sep 2010 11:36:09 -0500
914+
915+libdbusmenu (0.3.13-0ubuntu1) maverick; urgency=low
916+
917+ * New upstream release.
918+ * Handling window grabs on activated signals (LP: #633275)
919+ * Fixing the passing of the value to the results signal
920+ * Adding a test for checking event results signal
921+ * Changing the timeouts on event calls for better detection
922+ of failing applications
923+
924+ [Ken VanDine]
925+ * debian/control
926+ - Dropped build depends for dbus-test-runner, it isn't in the archive
927+ yet, we should add that next cycle
928+
929+ -- Ted Gould <ted@ubuntu.com> Thu, 09 Sep 2010 09:50:15 -0500
930+
931+libdbusmenu (0.3.12-0ubuntu1) maverick; urgency=low
932+
933+ * debian/rules: update the shlibs
934+
935+ [ Ted Gould ]
936+ * New upstream release.
937+ * Support activation of menus client side
938+ * Increase layout XML size (LP: #621238)
939+ * Display an event for the status of the signal to the server
940+
941+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 26 Aug 2010 23:34:45 +0200
942+
943+libdbusmenu (0.3.11-0ubuntu1) maverick; urgency=low
944+
945+ * New upstream release.
946+ * Fix to handle whitespace in layout XML better
947+ * Fixes to test scripts on ARM
948+
949+ -- Ted Gould <ted@ubuntu.com> Thu, 19 Aug 2010 13:47:33 -0500
950+
951+libdbusmenu (0.3.10-0ubuntu1) maverick; urgency=low
952+
953+ * New upstream release.
954+ * Fixes to dbusmenu-dumper
955+
956+ -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 11:28:37 -0500
957+
958+libdbusmenu (0.3.9-0ubuntu2) maverick; urgency=low
959+
960+ * Rebuild with the current gobject introspection version
961+
962+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 10 Aug 2010 21:50:16 +0200
963+
964+libdbusmenu (0.3.9-0ubuntu1) maverick; urgency=low
965+
966+ * New upstream release.
967+ * Making it so that properties are requested bredth first
968+ * Globbing layout signaling from the server
969+ * Globbing property requests into group requests (LP: #604670)
970+
971+ -- Ted Gould <ted@ubuntu.com> Mon, 02 Aug 2010 20:28:58 -0500
972+
973+libdbusmenu (0.3.8-0ubuntu1) maverick; urgency=low
974+
975+ * New upstream release.
976+ - Added ItemActivationRequested signal.
977+
978+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 30 Jul 2010 13:44:34 -0400
979+
980+libdbusmenu (0.3.7-1) unstable; urgency=low
981+
982+ * Merge latest upstream from Ubuntu.
983+ * Standards-Version: 3.9.1
984+
985+ -- Evgeni Golov <evgeni@debian.org> Thu, 29 Jul 2010 12:00:04 +0200
986+
987+libdbusmenu (0.3.7-0ubuntu1) maverick; urgency=low
988+
989+ * New upstream release.
990+
991+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 22 Jul 2010 21:17:13 +0200
992+
993+libdbusmenu (0.3.6-1) unstable; urgency=low
994+
995+ * Merge new upstream from Ubuntu.
996+
997+ -- Evgeni Golov <evgeni@debian.org> Sat, 17 Jul 2010 10:47:35 +0200
998+
999+libdbusmenu (0.3.6-0ubuntu2~ppa1) lucid; urgency=low
1000+
1001+ * Upstream Merge
1002+ * Making dbusmenu-dumper have a click to dump feature.
1003+ * Autogen update
1004+
1005+ -- Ted Gould <ted@ubuntu.com> Tue, 20 Jul 2010 16:40:29 -0500
1006+
1007+libdbusmenu (0.3.6-0ubuntu1) maverick; urgency=low
1008+
1009+ * New upstream release.
1010+ ∘ Protect against NULL values as event
1011+
1012+ -- Ted Gould <ted@ubuntu.com> Thu, 15 Jul 2010 09:42:07 -0500
1013+
1014+libdbusmenu (0.3.5-1) unstable; urgency=low
1015+
1016+ * Merge new upstream and changes from Ubuntu.
1017+ * debian/control:
1018+ + Add missing "used" to the json package description.
1019+
1020+ -- Evgeni Golov <evgeni@debian.org> Wed, 14 Jul 2010 10:21:29 +0200
1021+
1022+libdbusmenu (0.3.5-0ubuntu1) maverick; urgency=low
1023+
1024+ * New upstream release.
1025+ ∘ Protect against NULL nodes (LP: #602444)
1026+ ∘ Remove extra warnings and messages
1027+ ∘ Handle not having a session bus better (LP: #598715)
1028+
1029+ -- Ted Gould <ted@ubuntu.com> Thu, 08 Jul 2010 10:24:18 -0500
1030+
1031+libdbusmenu (0.3.4-0ubuntu1) maverick; urgency=low
1032+
1033+ * New upstream release.
1034+ * Block building submenus on separators (LP: #598620)
1035+ * Adding more through JSON support for testing
1036+ * Fixing up value handling in dbusmenu-dumper
1037+ * debian/control, debian/libdbusmenu-jsonloader*install: Adding
1038+ two binary packages for the jsonloader test library.
1039+
1040+ -- Ted Gould <ted@ubuntu.com> Thu, 01 Jul 2010 09:00:16 -0500
1041+
1042+libdbusmenu (0.3.3-1) unstable; urgency=low
1043+
1044+ * Merge Ubuntu.
1045+ Preserve Maintainer and Vcs-* fields.
1046+ * Standards-Version: 3.9.0
1047+ * Source-Format: 1.0 for now
1048+
1049+ -- Evgeni Golov <evgeni@debian.org> Thu, 01 Jul 2010 11:42:23 +0200
1050+
1051+libdbusmenu (0.3.3-0ubuntu1) maverick; urgency=low
1052+
1053+ * New upstream release.
1054+ * Adding support for menu shortcuts (LP: #591293)
1055+ * Fixing distcheck of documentation builds
1056+ * Autogen.sh fix for adding custom prefix (LP: #595565)
1057+ * Fixing children property name to match spec (LP: #597321)
1058+ * Merging in Debian branch
1059+ * debian/control: Switching branch on this branch to be the
1060+ dbusmenu-team.
1061+ * debian/rules: Updating shlibs to 0.3.3 for shortcut API additions
1062+
1063+ -- Ted Gould <ted@ubuntu.com> Thu, 24 Jun 2010 09:32:42 -0500
1064+
1065+libdbusmenu (0.3.2-1) unstable; urgency=low
1066+
1067+ * Merge from Ubuntu.
1068+ Closes: #586069
1069+ * debian/control:
1070+ - Set Maintainer to pkg-ayatana.
1071+ - Add myself as Uploader.
1072+ - Update package descriptions.
1073+ - Standards-Version: 3.8.4
1074+ - Fix Homepage URL.
1075+ - Update Vcs-* fields.
1076+ - -doc packages are Arch:all
1077+ * debian/copyright:
1078+ - Convert to DEP5 format.
1079+ - Add Ken and Sebastien, according to changelog.
1080+ - Add Aurélien Gâteau, according to headers.
1081+
1082+ -- Evgeni Golov <evgeni@debian.org> Sun, 20 Jun 2010 13:56:00 +0200
1083+
1084+libdbusmenu (0.3.2-0ubuntu1) maverick; urgency=low
1085+
1086+ * debian/control
1087+ - added doc packages
1088+ - added build dep for gtk-doc-tools
1089+ * debian/libdbusmenu-glib-doc.install added
1090+ * debian/libdbusmenu-gtk-doc.install added
1091+ * debian/rules
1092+ - enabled gtk-doc for configure
1093+
1094+ [Ted Gould]
1095+ * New upstream release.
1096+ * Set the 'child-display' property on menuitems that
1097+ have child menuitems.
1098+ * gtk-doc support
1099+ * Document the 'shortcut' property
1100+
1101+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 10 Jun 2010 16:33:42 -0400
1102+
1103+libdbusmenu (0.3.1-0ubuntu1) maverick; urgency=low
1104+
1105+ * New upstream release.
1106+ * Fix annotations for GIR scanner
1107+ * Add function to get submenu of GTK-ified items
1108+ * Fix signal prototype of ID update
1109+ * Fixing up VAPI files to build them correctly
1110+ * Fixing the version string in the GIR file
1111+ * Fix documentation title page
1112+ * Reject text nodes early (warnings with Qt integration)
1113+ * debian/libdbusmenu-glib-dev.install: Updating gir and vapi file
1114+ names for package list.
1115+ * debian/gir1.0-dbusmenu-glib-0.2.install: Changing the name of the
1116+ typelib file.
1117+
1118+ -- Ted Gould <ted@ubuntu.com> Fri, 04 Jun 2010 14:42:26 -0500
1119+
1120+libdbusmenu (0.3.0-0ubuntu1~ppa1) lucid; urgency=low
1121+
1122+ * New upstream release.
1123+ * Add function to get submenu of GTK-ified items
1124+ * Fix signal prototype of ID update
1125+ * Fixing up VAPI files to build them correctly
1126+ * Fixing the version string in the GIR file
1127+ * Fix documentation title page
1128+ * Reject text nodes early (warnings with Qt integration)
1129+ * debian/libdbusmenu-glib-dev.install: Updating gir and vapi file
1130+ names for package list.
1131+ * debian/gir1.0-dbusmenu-glib-0.2.install: Changing the name of the
1132+ typelib file.
1133+
1134+ -- Ted Gould <ted@ubuntu.com> Thu, 27 May 2010 11:47:05 -0500
1135+
1136+libdbusmenu (0.2.9-0ubuntu3) lucid; urgency=low
1137+
1138+ * Upstream Merge
1139+ * Only unref root if the root has changed.
1140+ * Ensure that callbacks retain references to objects incase
1141+ they get deleted quickly.
1142+ * Protecting references before signalling
1143+ * Decrementing refs when added to child menus
1144+
1145+ -- Ted Gould <ted@ubuntu.com> Sat, 17 Apr 2010 13:09:57 -0500
1146+
1147+libdbusmenu (0.2.9-0ubuntu2) lucid; urgency=low
1148+
1149+ * Upstream Merge
1150+ * Changing GTK layer to look at position in realized
1151+ children to avoid realization races. (LP: #555816)
1152+ * Don't allow setting children twice
1153+ * Ref children of a menuitem
1154+ * Return error when parent ID of getlayout can't be found
1155+ * Adding in visible property to docs
1156+ * Helpful comments in the code
1157+
1158+ -- Ted Gould <ted@ubuntu.com> Thu, 15 Apr 2010 01:25:42 -0500
1159+
1160+libdbusmenu (0.2.9-0ubuntu1) lucid; urgency=low
1161+
1162+ * New upstream release.
1163+ * Documentation fix
1164+ * Changing the parse function to get_children instead of
1165+ taking them. (LP: #471044)
1166+ * Supporting AboutToShow in event callbacks to catch up
1167+ with QT implementation.
1168+ * Unrefing on layout updates (LP: #545026)
1169+ * Resetting sync versions on disconnection
1170+ * Removing useless warning
1171+
1172+ -- Ted Gould <ted@ubuntu.com> Thu, 01 Apr 2010 09:14:36 -0500
1173+
1174+libdbusmenu (0.2.8-0ubuntu2) lucid; urgency=low
1175+
1176+ * debian/control:
1177+ - restore vcs location, we move back to the non import version, the other
1178+ one don't allow merging trunk changes
1179+
1180+ [ Ted Gould ]
1181+ * Upstream Merge
1182+ * Changing the parse function to get_children instead of
1183+ taking them. (LP: #471044)
1184+ * Supporting AboutToShow in event callbacks to catch up
1185+ with QT implementation.
1186+ * Unrefing on layout updates (LP: #545026)
1187+ * Resetting sync versions on disconnection
1188+ * Removing useless warning
1189+
1190+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 01 Apr 2010 12:36:06 +0200
1191+
1192+libdbusmenu (0.2.8-0ubuntu1) lucid; urgency=low
1193+
1194+ * debian/control
1195+ - Dropped Vcs-Bzr and Vcs-Browser
1196+ - Added extended description for gir1.0-dbusmenu-gtk-0.2 and
1197+ gir1.0-dbusmenu-glib-0.2
1198+
1199+ * debian/rules
1200+ - bumped shlibs version to 0.2.8 for libdbusmenu-glib1
1201+
1202+ [Ted Gould]
1203+ * Upstream release 0.2.8
1204+ * Adding support for blank icons (LP: #534854)
1205+ * Remove unneeded warning (LP: #537312)
1206+ * Fix typo in documentation
1207+
1208+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Mar 2010 11:35:46 -0400
1209+
1210+libdbusmenu (0.2.7-0ubuntu1) lucid; urgency=low
1211+
1212+ * Upstream release 0.2.7
1213+ * Adding in building of the GObject Introspection details
1214+ * Adding in building of VAPI files
1215+ * debian/control:
1216+ * Adding dependency on valac
1217+ * Adding in gir's as build dependencies.
1218+ * Adding in build dependencies for GIR dev
1219+ * Adding dependencies for gir-repository-dev and
1220+ gobject-introspection to ensure we get all the GI goodies.
1221+ * debian/control, debian/gir1.0-dbusmenu-glib-0.2.install,
1222+ debian/gir1.0-dbusmenu-gtk-0.2.install: Adding new packages to
1223+ hold the typelib files generated by GObject introspection.
1224+ * debian/libdbusmenu-glib-dev.install,
1225+ debian/libdbusmenu-gtk-dev.install:
1226+ * Added VAPI files to the packages.
1227+ * Added GIR files to the packages.
1228+
1229+ -- Ted Gould <ted@ubuntu.com> Thu, 04 Mar 2010 11:13:43 -0600
1230+
1231+libdbusmenu (0.2.6-0ubuntu1) lucid; urgency=low
1232+
1233+ * Upstream release 0.2.6
1234+ * Fix testing to make it more reliable
1235+ * Remove delayed property queueing as it was causing properties to not
1236+ get updated. (lp: #524308)
1237+
1238+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Feb 2010 10:23:49 -0600
1239+
1240+libdbusmenu (0.2.5-0ubuntu1) lucid; urgency=low
1241+
1242+ * Upstream release 0.2.5
1243+ * Adding in menuitem proxy object.
1244+ * Adding ID to default <menu> item.
1245+ * debian/rules: Updating shlibs
1246+
1247+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 11:00:24 -0600
1248+
1249+libdbusmenu (0.2.4-0ubuntu1) lucid; urgency=low
1250+
1251+ * Upstream release 0.2.4
1252+ * Remove uneccessary reference to stop duplication of menus
1253+ * Handle dbus method errors better
1254+
1255+ -- Ted Gould <ted@ubuntu.com> Thu, 11 Feb 2010 10:13:56 -0600
1256+
1257+libdbusmenu (0.2.3-0ubuntu3) lucid; urgency=low
1258+
1259+ * Backported lp:~ted/dbusmenu/dbus-error-handling to fix the
1260+ indicator-applet crashing sometime on softwares close
1261+ (lp: #518900, #519019)
1262+
1263+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 10 Feb 2010 00:12:35 +0100
1264+
1265+libdbusmenu (0.2.3-0ubuntu2) lucid; urgency=low
1266+
1267+ * Upstream Merge
1268+ * Removing the ref to root and a setting of root
1269+
1270+ -- Ted Gould <ted@ubuntu.com> Tue, 09 Feb 2010 08:53:00 -0600
1271+
1272+libdbusmenu (0.2.3-0ubuntu1) lucid; urgency=low
1273+
1274+ * Upstream release 0.2.3
1275+ * Fixing handing of root IDs being zero
1276+ * Handling syncing of properties when reusing items
1277+ * Shipping new JSON files and READMEs for testing.
1278+ * libdbusmenu-tools.install: Add in json file and README so
1279+ that they're put in the right directories.
1280+
1281+ -- Ted Gould <ted@ubuntu.com> Fri, 05 Feb 2010 11:24:58 -0800
1282+
1283+libdbusmenu (0.2.2-0ubuntu3) lucid; urgency=low
1284+
1285+ * debian/control:
1286+ - let libdbusmenu-glib1 breaks libdbusmenu-glib0 since they are create
1287+ issues at runtime if both got loaded
1288+
1289+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 18:10:56 -0800
1290+
1291+libdbusmenu (0.2.2-0ubuntu2) lucid; urgency=low
1292+
1293+ * debian/control: fix a typo in the tools depends
1294+
1295+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 14:18:47 -0800
1296+
1297+libdbusmenu (0.2.2-0ubuntu1) lucid; urgency=low
1298+
1299+ * Updated for the soname changes
1300+
1301+ [ Ted Gould ]
1302+ * Upstream Release 0.2.2
1303+ * Interoperability fixes
1304+ * Adding timestamps to events
1305+ * Better handling of XML
1306+ * Adding tools for timing dbusmenu
1307+ * debian/libdbusmenu-tools.install: Adding a wildcard to get
1308+ all of the tools in libexec
1309+
1310+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 04 Feb 2010 13:56:49 -0800
1311+
1312+libdbusmenu (0.2.1-0ubuntu1) lucid; urgency=low
1313+
1314+ * Upstream release 0.2.1
1315+ - Fix to not destroy the image if we're still using it.
1316+ - Adding code to support icon names that have an implied direction in them.
1317+ - Fix to put a small amount of padding between the icon and the label.
1318+
1319+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 12 Jan 2010 11:03:39 -0500
1320+
1321+libdbusmenu (0.2.0-0ubuntu3) lucid; urgency=low
1322+
1323+ * debian/rules:
1324+ - updated shlibs version (lp: #505258)
1325+
1326+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 11 Jan 2010 16:04:11 +0100
1327+
1328+libdbusmenu (0.2.0-0ubuntu2) lucid; urgency=low
1329+
1330+ * Added debian/libdbusmenu-tools.install
1331+ * debian/control
1332+ - improved description for libdbusmenu-tools
1333+
1334+ -- Ken VanDine <ken.vandine@canonical.com> Sat, 09 Jan 2010 09:05:47 -0500
1335+
1336+libdbusmenu (0.2.0-0ubuntu1) lucid; urgency=low
1337+
1338+ * Upstream release 0.2.0
1339+ - Remove unused libdbusmenu-qt
1340+ - Changing API to be V0.2 for reals
1341+ - Adding underline support
1342+ - Test suite fixes and automation support
1343+ - dbus-dumper tool
1344+ - Switch to org.ayatana
1345+ - Fixing the handling of typed properties, especially bools.
1346+ - Adding GetChildren function for getting a single submenu
1347+ - Starting to watch DBus if the proxy builds fail.
1348+ - Test suite fixes
1349+ - Fixing the consistency between the #defines and what
1350+ was used in the code.
1351+ * debian/control, debian/libdbusmenu-tools.install: Setting
1352+ up a package for the new dbusmenu-dumper tool.
1353+ * debian/control: Mentioning nicely that this will cause
1354+ indicator-messages << 0.3 and indicator-session << 0.2 to
1355+ break.
1356+
1357+ -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 08:42:59 -0600
1358+
1359+libdbusmenu (0.1.8-0ubuntu1) lucid; urgency=low
1360+
1361+ * Upstream release 0.1.8
1362+ * Changing the name to org.ayatana
1363+ * Underline fixes
1364+ * Documenation of the DBus API
1365+ * Adding the GPL v3 Copying file so that we're all legal.
1366+
1367+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Dec 2009 12:55:07 -0600
1368+
1369+libdbusmenu (0.1.6-0ubuntu1) karmic; urgency=low
1370+
1371+ * Upstream release 0.1.6 (LP: #442822)
1372+ * Managing the life-cycle of the GTK Menu item better to
1373+ ensure that it is positioned correctly and dies
1374+ appropriately. (LP: #430904) and (LP: #419953)
1375+ * Checking returned properties to ensure that there wasn't
1376+ DBus errors. (LP: #433719)
1377+
1378+ -- Ted Gould <ted@ubuntu.com> Fri, 02 Oct 2009 17:00:45 -0500
1379+
1380+libdbusmenu (0.1.5-0ubuntu1) karmic; urgency=low
1381+
1382+ * New upstream release (LP: #436185)
1383+
1384+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 24 Sep 2009 17:12:25 -0400
1385+
1386+libdbusmenu (0.1.4-0ubuntu1) karmic; urgency=low
1387+
1388+ * Upstream release (LP: #432003)
1389+ - Applying a fix by not blocking if we're calling for the root. Everyone
1390+ should be listening for root changes anyway (lp: #427819)
1391+
1392+ -- Ted Gould <ted@ubuntu.com> Thu, 17 Sep 2009 11:29:40 -0500
1393+
1394+libdbusmenu (0.1.3-0ubuntu1) karmic; urgency=low
1395+
1396+ * Upstream update 0.1.3 (LP: #427360)
1397+ * Fixes reordering of menu item issue
1398+
1399+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Sep 2009 08:43:47 -0500
1400+
1401+libdbusmenu (0.1.2-0ubuntu1) karmic; urgency=low
1402+
1403+ * debian/rules:
1404+ - updated shlib version
1405+
1406+ [ Ted Gould ]
1407+ * Upstream release 0.1.2 (LP: #423958)
1408+
1409+ [ Ken VanDine ]
1410+ * debian/control
1411+ - Specify full urls for Vcs-Bzr
1412+
1413+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 04 Sep 2009 11:12:38 +0200
1414+
1415+libdbusmenu (0.1.0-0ubuntu1) karmic; urgency=low
1416+
1417+ [ Ted Gould ]
1418+ * Upstream release 0.1.0
1419+ * debian/watch: Added for tarball
1420+ * debian/control:
1421+ - Specify both Vcs-Bzr and Vcs-Browser
1422+ - Fixed the project name
1423+
1424+ [ Martin Pitt ]
1425+ * Add bzr-builddep configuration for merge mode.
1426+ * debian/control: Fix Vcs-* links.
1427+
1428+ -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 27 Aug 2009 20:55:55 +0200
1429+
1430+libdbusmenu (0.1~bzr5-0ubuntu1) karmic; urgency=low
1431+
1432+ * First version.
1433+
1434+ -- Ted Gould <ted@ubuntu.com> Wed, 05 Aug 2009 00:46:41 +0100
1435+
1436
1437=== added file 'debian/compat'
1438--- debian/compat 1970-01-01 00:00:00 +0000
1439+++ debian/compat 2012-12-18 17:29:36 +0000
1440@@ -0,0 +1,1 @@
1441+9
1442
1443=== added file 'debian/control'
1444--- debian/control 1970-01-01 00:00:00 +0000
1445+++ debian/control 2012-12-18 17:29:36 +0000
1446@@ -0,0 +1,240 @@
1447+Source: libdbusmenu
1448+Section: gnome
1449+Priority: optional
1450+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
1451+XSBC-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
1452+Uploaders: Evgeni Golov <evgeni@debian.org>
1453+Build-Depends: debhelper (>= 9),
1454+ quilt,
1455+ dh-autoreconf,
1456+ libtool,
1457+ intltool,
1458+ gnome-doc-utils,
1459+ gtk-doc-tools,
1460+ valgrind,
1461+ dbus-test-runner,
1462+ xvfb,
1463+ libgtk2.0-dev (>= 2.24.4-1~),
1464+ libgtk-3-dev (>= 2.99.2-1ubuntu2),
1465+ libgdk-pixbuf2.0-dev (>= 2.22.1-0ubuntu4),
1466+ libdbus-glib-1-dev,
1467+ libatk1.0-dev,
1468+ libjson-glib-dev (>= 0.13.4),
1469+ gobject-introspection,
1470+ gir1.2-gtk-2.0,
1471+ libgirepository1.0-dev (>= 0.9.3),
1472+ libx11-dev (>= 1.3),
1473+ valac-0.16,
1474+Standards-Version: 3.9.2
1475+Homepage: https://launchpad.net/dbusmenu
1476+# If you aren't a member of ~dbusmenu-team but need to upload
1477+# packaging changes, just go ahead. ~dbusmenu-team will notice
1478+# and sync up the code again.
1479+Vcs-Bzr: https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk.13.04
1480+Vcs-Browser: https://bazaar.launchpad.net/~dbusmenu-team/dbusmenu/trunk.13.04/files
1481+
1482+Package: libdbusmenu-glib4
1483+Section: libs
1484+Architecture: any
1485+Depends: ${shlibs:Depends},
1486+ ${misc:Depends},
1487+Pre-Depends: ${misc:Pre-Depends},
1488+Multi-Arch: same
1489+Description: library for passing menus over DBus
1490+ libdbusmenu passes a menu structure across DBus so that a program can
1491+ create a menu simply without worrying about how it is displayed on the
1492+ other side of the bus.
1493+ .
1494+ This package contains shared libraries to be used by applications.
1495+
1496+Package: libdbusmenu-glib-dev
1497+Section: libdevel
1498+Architecture: any
1499+Depends: ${shlibs:Depends},
1500+ ${misc:Depends},
1501+ libdbusmenu-glib4 (= ${binary:Version}),
1502+ libdbus-glib-1-dev (>= 0.76),
1503+ libgtk2.0-dev (>= 2.12.0),
1504+Multi-Arch: same
1505+Description: library for passing menus over DBus - development files
1506+ libdbusmenu passes a menu structure across DBus so that a program can
1507+ create a menu simply without worrying about how it is displayed on the
1508+ other side of the bus.
1509+ .
1510+ This package contains files that are needed to build applications.
1511+
1512+Package: libdbusmenu-gtk4
1513+Section: libs
1514+Architecture: any
1515+Depends: ${shlibs:Depends},
1516+ ${misc:Depends},
1517+Pre-Depends: ${misc:Pre-Depends},
1518+Multi-Arch: same
1519+Description: library for passing menus over DBus - GTK+ version
1520+ libdbusmenu passes a menu structure across DBus so that a program can
1521+ create a menu simply without worrying about how it is displayed on the
1522+ other side of the bus.
1523+ .
1524+ This package contains shared libraries to be used by GTK+ applications.
1525+
1526+Package: libdbusmenu-gtk-dev
1527+Section: libdevel
1528+Architecture: any
1529+Depends: ${shlibs:Depends},
1530+ ${misc:Depends},
1531+ libdbusmenu-gtk4 (= ${binary:Version}),
1532+ libdbus-glib-1-dev (>= 0.76),
1533+ libgtk2.0-dev (>= 2.12.0),
1534+ libdbusmenu-glib-dev,
1535+Multi-Arch: same
1536+Description: library for passing menus over DBus - GTK+ version developement files
1537+ libdbusmenu passes a menu structure across DBus so that a program can
1538+ create a menu simply without worrying about how it is displayed on the
1539+ other side of the bus.
1540+ .
1541+ This package contains files that are needed to build GTK+ applications.
1542+
1543+Package: libdbusmenu-tools
1544+Section: devel
1545+Architecture: any
1546+Depends: ${shlibs:Depends},
1547+ ${misc:Depends},
1548+ python,
1549+ libdbusmenu-glib4 (= ${binary:Version}),
1550+Multi-Arch: foreign
1551+Description: tools useful during development with libdbusmenu
1552+ libdbusmenu passes a menu structure across DBus so that a program can
1553+ create a menu simply without worrying about how it is displayed on the
1554+ other side of the bus.
1555+ .
1556+ This package contains tools that are useful when developing and building
1557+ applications with libdbusmenu.
1558+
1559+Package: gir1.2-dbusmenu-glib-0.4
1560+Section: libs
1561+Architecture: any
1562+Depends: ${misc:Depends},
1563+ libdbusmenu-glib4 (= ${binary:Version}),
1564+ ${gir:Depends},
1565+Description: typelib file for libdbusmenu-glib4
1566+ libdbusmenu passes a menu structure across DBus so that a program can
1567+ create a menu simply without worrying about how it is displayed on the
1568+ other side of the bus.
1569+ .
1570+ This package can be used by other packages using the GIRepository format to
1571+ generate dynamic bindings for libdbusmenu-glib4.
1572+
1573+Package: gir1.2-dbusmenu-gtk-0.4
1574+Section: libs
1575+Architecture: any
1576+Depends: ${misc:Depends},
1577+ libdbusmenu-gtk4 (= ${binary:Version}),
1578+ ${gir:Depends},
1579+Description: typelib file for libdbusmenu-gtk4
1580+ libdbusmenu passes a menu structure across DBus so that a program can
1581+ create a menu simply without worrying about how it is displayed on the
1582+ other side of the bus.
1583+ .
1584+ This package can be used by other packages using the GIRepository format to
1585+ generate dynamic bindings for libdbusmenu-gtk4.
1586+
1587+Package: libdbusmenu-glib-doc
1588+Section: doc
1589+Architecture: all
1590+Depends: ${misc:Depends},
1591+Description: library for passing menus over DBus - documentation
1592+ libdbusmenu passes a menu structure across DBus so that a program can
1593+ create a menu simply without worrying about how it is displayed on the
1594+ other side of the bus.
1595+ .
1596+ This package contains developer documentation for libdbusmenu-glib.
1597+
1598+Package: libdbusmenu-gtk-doc
1599+Section: doc
1600+Architecture: all
1601+Depends: ${misc:Depends},
1602+Description: library for passing menus over DBus - GTK+ version documentation
1603+ libdbusmenu passes a menu structure across DBus so that a program can
1604+ create a menu simply without worrying about how it is displayed on the
1605+ other side of the bus.
1606+ .
1607+ This package contains developer documentation for libdbusmenu-gtk.
1608+
1609+Package: libdbusmenu-jsonloader4
1610+Section: libs
1611+Architecture: any
1612+Depends: ${shlibs:Depends},
1613+ ${misc:Depends},
1614+Pre-Depends: ${misc:Pre-Depends},
1615+Multi-Arch: same
1616+Description: library for passing menus over DBus - Test lib
1617+ libdbusmenu passes a menu structure across DBus so that a program can
1618+ create a menu simply without worrying about how it is displayed on the
1619+ other side of the bus.
1620+ .
1621+ This package contains shared libraries to be used by test suites in
1622+ applications or libraries using dbusmenu.
1623+
1624+Package: libdbusmenu-jsonloader-dev
1625+Section: libdevel
1626+Architecture: any
1627+Depends: ${shlibs:Depends},
1628+ ${misc:Depends},
1629+ libdbusmenu-jsonloader4 (= ${binary:Version}),
1630+ libdbus-glib-1-dev (>= 0.76),
1631+ libdbusmenu-glib-dev (= ${binary:Version}),
1632+ libjson-glib-dev,
1633+Multi-Arch: same
1634+Description: library for passing menus over DBus - Test lib development files
1635+ libdbusmenu passes a menu structure across DBus so that a program can
1636+ create a menu simply without worrying about how it is displayed on the
1637+ other side of the bus.
1638+ .
1639+ This package contains files that are needed to build test suites in
1640+ applications or libraries using dbusmenu.
1641+
1642+Package: libdbusmenu-gtk3-4
1643+Section: libs
1644+Architecture: any
1645+Depends: ${shlibs:Depends},
1646+ ${misc:Depends},
1647+Pre-Depends: ${misc:Pre-Depends},
1648+Multi-Arch: same
1649+Description: library for passing menus over DBus - GTK+ version
1650+ libdbusmenu passes a menu structure across DBus so that a program can
1651+ create a menu simply without worrying about how it is displayed on the
1652+ other side of the bus.
1653+ .
1654+ This package contains shared libraries to be used by GTK+ applications.
1655+
1656+Package: libdbusmenu-gtk3-dev
1657+Section: libdevel
1658+Architecture: any
1659+Depends: ${shlibs:Depends},
1660+ ${misc:Depends},
1661+ libdbusmenu-gtk3-4 (= ${binary:Version}),
1662+ libdbus-glib-1-dev (>= 0.76),
1663+ libgtk-3-dev (>= 2.91.4-0ubuntu1),
1664+ libdbusmenu-glib-dev,
1665+Multi-Arch: same
1666+Description: library for passing menus over DBus - GTK+ version developement files
1667+ libdbusmenu passes a menu structure across DBus so that a program can
1668+ create a menu simply without worrying about how it is displayed on the
1669+ other side of the bus.
1670+ .
1671+ This package contains files that are needed to build GTK+ applications.
1672+
1673+Package: gir1.2-dbusmenu-gtk3-0.4
1674+Section: libs
1675+Architecture: any
1676+Depends: ${misc:Depends},
1677+ libdbusmenu-gtk3-4 (= ${binary:Version}),
1678+ ${gir:Depends},
1679+Description: typelib file for libdbusmenu-gtk3-4
1680+ libdbusmenu passes a menu structure across DBus so that a program can
1681+ create a menu simply without worrying about how it is displayed on the
1682+ other side of the bus.
1683+ .
1684+ This package can be used by other packages using the GIRepository format to
1685+ generate dynamic bindings for libdbusmenu-gtk4.
1686+
1687
1688=== added file 'debian/copyright'
1689--- debian/copyright 1970-01-01 00:00:00 +0000
1690+++ debian/copyright 2012-12-18 17:29:36 +0000
1691@@ -0,0 +1,40 @@
1692+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
1693+Name: libdbusmenu
1694+Maintainer: Ted Gould <ted@canonical.com>
1695+Source: https://launchpad.net/dbusmenu
1696+
1697+Files: *
1698+Copyright: 2009-2010 Ted Gould <ted@canonical.com>, Canonical Ltd.
1699+License: GPL-3
1700+
1701+Files: libdbusmenu-{glib,gtk}/*
1702+Copyright: 2009-2010 Ted Gould <ted@canonical.com>, Canonical Ltd.
1703+License: LGPL-2.1 | LGPL-3
1704+
1705+Files: libdbusmenu-glib/dbus-menu.xml
1706+Copyright: 2009-2010 Ted Gould <ted@canonical.com>, Canonical Ltd.
1707+Copyright: 2009-2010 Aurélien Gâteau <aurelien.gateau@canonical.com>
1708+License: LGPL-2.1 | LGPL-3
1709+
1710+Files: tools/{dbusmenu-bench,testapp/main.c}
1711+Copyright: 2009-2010 Aurélien Gâteau <aurelien.gateau@canonical.com>
1712+License: LGPL-2.1 | LGPL-3
1713+
1714+Files: debian/*
1715+Copyright: 2009-2010 Evgeni Golov <evgeni@debian.org>
1716+Copyright: 2009-2010 Ted Gould <ted@canonical.com>, Canonical Ltd.
1717+Copyright: 2009-2010 Sebastien Bacher <seb128@ubuntu.com>
1718+Copyright: 2009-2010 Ken VanDine <ken.vandine@canonical.com>
1719+License: GPL-3
1720+
1721+License: GPL-3
1722+ On Debian systems, the complete text of the GNU General
1723+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
1724+
1725+License: LGPL-2.1
1726+ On Debian systems, the complete text of the GNU Lesser General
1727+ Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
1728+
1729+License: LGPL-3
1730+ On Debian systems, the complete text of the GNU Lesser General
1731+ Public License version 3 can be found in `/usr/share/common-licenses/LGPL-3'.
1732
1733=== added file 'debian/gir1.2-dbusmenu-glib-0.4.install'
1734--- debian/gir1.2-dbusmenu-glib-0.4.install 1970-01-01 00:00:00 +0000
1735+++ debian/gir1.2-dbusmenu-glib-0.4.install 2012-12-18 17:29:36 +0000
1736@@ -0,0 +1,1 @@
1737+usr/lib/*/girepository-1.0/Dbusmenu-0.4.typelib /usr/lib/girepository-1.0/
1738
1739=== added file 'debian/gir1.2-dbusmenu-gtk-0.4.install'
1740--- debian/gir1.2-dbusmenu-gtk-0.4.install 1970-01-01 00:00:00 +0000
1741+++ debian/gir1.2-dbusmenu-gtk-0.4.install 2012-12-18 17:29:36 +0000
1742@@ -0,0 +1,1 @@
1743+usr/lib/*/girepository-1.0/DbusmenuGtk-0.4.typelib /usr/lib/girepository-1.0/
1744
1745=== added file 'debian/gir1.2-dbusmenu-gtk3-0.4.install'
1746--- debian/gir1.2-dbusmenu-gtk3-0.4.install 1970-01-01 00:00:00 +0000
1747+++ debian/gir1.2-dbusmenu-gtk3-0.4.install 2012-12-18 17:29:36 +0000
1748@@ -0,0 +1,1 @@
1749+usr/lib/*/girepository-1.0/DbusmenuGtk3-0.4.typelib /usr/lib/girepository-1.0/
1750
1751=== added file 'debian/libdbusmenu-glib-dev.install'
1752--- debian/libdbusmenu-glib-dev.install 1970-01-01 00:00:00 +0000
1753+++ debian/libdbusmenu-glib-dev.install 2012-12-18 17:29:36 +0000
1754@@ -0,0 +1,6 @@
1755+usr/include/libdbusmenu-glib-0.4/libdbusmenu-glib
1756+usr/lib/*/pkgconfig/dbusmenu-glib-0.4.pc
1757+usr/lib/*/libdbusmenu-glib.a
1758+usr/lib/*/libdbusmenu-glib.so
1759+usr/share/gir-1.0/Dbusmenu-0.4.gir
1760+usr/share/vala/vapi/Dbusmenu-0.4.vapi
1761
1762=== added file 'debian/libdbusmenu-glib-doc.install'
1763--- debian/libdbusmenu-glib-doc.install 1970-01-01 00:00:00 +0000
1764+++ debian/libdbusmenu-glib-doc.install 2012-12-18 17:29:36 +0000
1765@@ -0,0 +1,1 @@
1766+usr/share/gtk-doc/html/libdbusmenu-glib /usr/share/gtk-doc/html/
1767
1768=== added file 'debian/libdbusmenu-glib4.install'
1769--- debian/libdbusmenu-glib4.install 1970-01-01 00:00:00 +0000
1770+++ debian/libdbusmenu-glib4.install 2012-12-18 17:29:36 +0000
1771@@ -0,0 +1,1 @@
1772+usr/lib/*/libdbusmenu-glib.so.*
1773
1774=== added file 'debian/libdbusmenu-glib4.symbols'
1775--- debian/libdbusmenu-glib4.symbols 1970-01-01 00:00:00 +0000
1776+++ debian/libdbusmenu-glib4.symbols 2012-12-18 17:29:36 +0000
1777@@ -0,0 +1,81 @@
1778+libdbusmenu-glib.so.4 libdbusmenu-glib4 #MINVER#
1779+ dbus_menu_clean_xml@Base 0.4.2
1780+ dbusmenu_client_add_type_handler@Base 0.4.2
1781+ dbusmenu_client_add_type_handler_full@Base 0.4.2
1782+ dbusmenu_client_get_icon_paths@Base 0.4.2
1783+ dbusmenu_client_get_root@Base 0.4.2
1784+ dbusmenu_client_get_status@Base 0.4.2
1785+ dbusmenu_client_get_text_direction@Base 0.4.2
1786+ dbusmenu_client_get_type@Base 0.4.2
1787+ dbusmenu_client_menuitem_get_type@Base 0.4.2
1788+ dbusmenu_client_menuitem_new@Base 0.4.2
1789+ dbusmenu_client_new@Base 0.4.2
1790+ dbusmenu_client_send_about_to_show@Base 0.4.2
1791+ dbusmenu_client_send_event@Base 0.4.2
1792+ dbusmenu_defaults_default_get@Base 0.4.2
1793+ dbusmenu_defaults_default_get_type@Base 0.4.2
1794+ dbusmenu_defaults_default_set@Base 0.4.2
1795+ dbusmenu_defaults_get_type@Base 0.4.2
1796+ dbusmenu_defaults_ref_default@Base 0.4.2
1797+ dbusmenu_menuitem_build_variant@Base 0.4.2
1798+ dbusmenu_menuitem_child_add_position@Base 0.4.2
1799+ dbusmenu_menuitem_child_append@Base 0.4.2
1800+ dbusmenu_menuitem_child_delete@Base 0.4.2
1801+ dbusmenu_menuitem_child_find@Base 0.4.2
1802+ dbusmenu_menuitem_child_prepend@Base 0.4.2
1803+ dbusmenu_menuitem_child_reorder@Base 0.4.2
1804+ dbusmenu_menuitem_exposed@Base 0.4.2
1805+ dbusmenu_menuitem_find_id@Base 0.4.2
1806+ dbusmenu_menuitem_foreach@Base 0.4.2
1807+ dbusmenu_menuitem_get_children@Base 0.4.2
1808+ dbusmenu_menuitem_get_id@Base 0.4.2
1809+ dbusmenu_menuitem_get_parent@Base 0.4.2
1810+ dbusmenu_menuitem_get_position@Base 0.4.2
1811+ dbusmenu_menuitem_get_position_realized@Base 0.4.2
1812+ dbusmenu_menuitem_get_root@Base 0.4.2
1813+ dbusmenu_menuitem_get_type@Base 0.4.2
1814+ dbusmenu_menuitem_handle_event@Base 0.4.2
1815+ dbusmenu_menuitem_new@Base 0.4.2
1816+ dbusmenu_menuitem_new_with_id@Base 0.4.2
1817+ dbusmenu_menuitem_properties_copy@Base 0.4.2
1818+ dbusmenu_menuitem_properties_list@Base 0.4.2
1819+ dbusmenu_menuitem_properties_variant@Base 0.4.2
1820+ dbusmenu_menuitem_property_exist@Base 0.4.2
1821+ dbusmenu_menuitem_property_get@Base 0.4.2
1822+ dbusmenu_menuitem_property_get_bool@Base 0.4.2
1823+ dbusmenu_menuitem_property_get_byte_array@Base 0.5.90
1824+ dbusmenu_menuitem_property_get_int@Base 0.4.2
1825+ dbusmenu_menuitem_property_get_variant@Base 0.4.2
1826+ dbusmenu_menuitem_property_is_default@Base 0.4.2
1827+ dbusmenu_menuitem_property_remove@Base 0.4.2
1828+ dbusmenu_menuitem_property_set@Base 0.4.2
1829+ dbusmenu_menuitem_property_set_bool@Base 0.4.2
1830+ dbusmenu_menuitem_property_set_byte_array@Base 0.5.90
1831+ dbusmenu_menuitem_property_set_int@Base 0.4.2
1832+ dbusmenu_menuitem_property_set_variant@Base 0.4.2
1833+ dbusmenu_menuitem_proxy_get_type@Base 0.4.2
1834+ dbusmenu_menuitem_proxy_get_wrapped@Base 0.4.2
1835+ dbusmenu_menuitem_proxy_new@Base 0.4.2
1836+ dbusmenu_menuitem_realized@Base 0.4.2
1837+ dbusmenu_menuitem_send_about_to_show@Base 0.4.2
1838+ dbusmenu_menuitem_set_parent@Base 0.4.2
1839+ dbusmenu_menuitem_set_realized@Base 0.4.2
1840+ dbusmenu_menuitem_set_root@Base 0.4.2
1841+ dbusmenu_menuitem_show_to_user@Base 0.4.2
1842+ dbusmenu_menuitem_take_children@Base 0.4.2
1843+ dbusmenu_menuitem_unparent@Base 0.4.2
1844+ dbusmenu_server_get_icon_paths@Base 0.4.2
1845+ dbusmenu_server_get_status@Base 0.4.2
1846+ dbusmenu_server_get_text_direction@Base 0.4.2
1847+ dbusmenu_server_get_type@Base 0.4.2
1848+ dbusmenu_server_new@Base 0.4.2
1849+ dbusmenu_server_set_icon_paths@Base 0.4.2
1850+ dbusmenu_server_set_root@Base 0.4.2
1851+ dbusmenu_server_set_status@Base 0.4.2
1852+ dbusmenu_server_set_text_direction@Base 0.4.2
1853+ dbusmenu_status_get_nick@Base 0.4.2
1854+ dbusmenu_status_get_type@Base 0.4.2
1855+ dbusmenu_status_get_value_from_nick@Base 0.4.2
1856+ dbusmenu_text_direction_get_nick@Base 0.4.2
1857+ dbusmenu_text_direction_get_type@Base 0.4.2
1858+ dbusmenu_text_direction_get_value_from_nick@Base 0.4.2
1859
1860=== added file 'debian/libdbusmenu-gtk-dev.install'
1861--- debian/libdbusmenu-gtk-dev.install 1970-01-01 00:00:00 +0000
1862+++ debian/libdbusmenu-gtk-dev.install 2012-12-18 17:29:36 +0000
1863@@ -0,0 +1,6 @@
1864+usr/include/libdbusmenu-gtk-0.4/libdbusmenu-gtk
1865+usr/lib/*/pkgconfig/dbusmenu-gtk-0.4.pc
1866+usr/lib/*/libdbusmenu-gtk.a
1867+usr/lib/*/libdbusmenu-gtk.so
1868+usr/share/gir-1.0/DbusmenuGtk-0.4.gir
1869+usr/share/vala/vapi/DbusmenuGtk-0.4.vapi
1870
1871=== added file 'debian/libdbusmenu-gtk-doc.install'
1872--- debian/libdbusmenu-gtk-doc.install 1970-01-01 00:00:00 +0000
1873+++ debian/libdbusmenu-gtk-doc.install 2012-12-18 17:29:36 +0000
1874@@ -0,0 +1,2 @@
1875+usr/share/gtk-doc/html/libdbusmenu-gtk /usr/share/gtk-doc/html/
1876+usr/share/doc/libdbusmenu/examples/glib-server-nomenu.c
1877
1878=== added file 'debian/libdbusmenu-gtk3-4.install'
1879--- debian/libdbusmenu-gtk3-4.install 1970-01-01 00:00:00 +0000
1880+++ debian/libdbusmenu-gtk3-4.install 2012-12-18 17:29:36 +0000
1881@@ -0,0 +1,1 @@
1882+usr/lib/*/libdbusmenu-gtk3.so.*
1883
1884=== added file 'debian/libdbusmenu-gtk3-4.symbols'
1885--- debian/libdbusmenu-gtk3-4.symbols 1970-01-01 00:00:00 +0000
1886+++ debian/libdbusmenu-gtk3-4.symbols 2012-12-18 17:29:36 +0000
1887@@ -0,0 +1,36 @@
1888+libdbusmenu-gtk3.so.4 libdbusmenu-gtk3-4 #MINVER#
1889+ dbusmenu_gtk_parse_get_cached_item@Base 0.4.2
1890+ dbusmenu_gtk_parse_menu_structure@Base 0.4.2
1891+ dbusmenu_gtkclient_get_accel_group@Base 0.4.2
1892+ dbusmenu_gtkclient_get_type@Base 0.4.2
1893+ dbusmenu_gtkclient_menuitem_get@Base 0.4.2
1894+ dbusmenu_gtkclient_menuitem_get_submenu@Base 0.4.2
1895+ dbusmenu_gtkclient_new@Base 0.4.2
1896+ dbusmenu_gtkclient_newitem_base@Base 0.4.2
1897+ dbusmenu_gtkclient_set_accel_group@Base 0.4.2
1898+ dbusmenu_gtkmenu_get_client@Base 0.4.2
1899+ dbusmenu_gtkmenu_get_type@Base 0.4.2
1900+ dbusmenu_gtkmenu_new@Base 0.4.2
1901+ dbusmenu_menuitem_property_get_image@Base 0.4.2
1902+ dbusmenu_menuitem_property_get_shortcut@Base 0.4.2
1903+ dbusmenu_menuitem_property_set_image@Base 0.4.2
1904+ dbusmenu_menuitem_property_set_shortcut@Base 0.4.2
1905+ dbusmenu_menuitem_property_set_shortcut_menuitem@Base 0.4.2
1906+ dbusmenu_menuitem_property_set_shortcut_string@Base 0.4.2
1907+ genericmenuitem_check_type_get_nick@Base 0.4.92
1908+ genericmenuitem_check_type_get_type@Base 0.4.92
1909+ genericmenuitem_check_type_get_value_from_nick@Base 0.4.92
1910+ genericmenuitem_disposition_get_nick@Base 0.4.92
1911+ genericmenuitem_disposition_get_type@Base 0.4.92
1912+ genericmenuitem_disposition_get_value_from_nick@Base 0.4.92
1913+ genericmenuitem_get_disposition@Base 0.4.92
1914+ genericmenuitem_get_image@Base 0.4.2
1915+ genericmenuitem_get_type@Base 0.4.2
1916+ genericmenuitem_set_check_type@Base 0.4.2
1917+ genericmenuitem_set_disposition@Base 0.4.92
1918+ genericmenuitem_set_image@Base 0.4.2
1919+ genericmenuitem_set_state@Base 0.4.2
1920+ genericmenuitem_state_get_nick@Base 0.4.92
1921+ genericmenuitem_state_get_type@Base 0.4.92
1922+ genericmenuitem_state_get_value_from_nick@Base 0.4.92
1923+ theme_dir_db@Base 0.4.2
1924
1925=== added file 'debian/libdbusmenu-gtk3-dev.install'
1926--- debian/libdbusmenu-gtk3-dev.install 1970-01-01 00:00:00 +0000
1927+++ debian/libdbusmenu-gtk3-dev.install 2012-12-18 17:29:36 +0000
1928@@ -0,0 +1,6 @@
1929+usr/include/libdbusmenu-gtk3-0.4/libdbusmenu-gtk
1930+usr/lib/*/pkgconfig/dbusmenu-gtk3-0.4.pc
1931+usr/lib/*/libdbusmenu-gtk3.a
1932+usr/lib/*/libdbusmenu-gtk3.so
1933+usr/share/gir-1.0/DbusmenuGtk3-0.4.gir
1934+usr/share/vala/vapi/DbusmenuGtk3-0.4.vapi
1935
1936=== added file 'debian/libdbusmenu-gtk4.install'
1937--- debian/libdbusmenu-gtk4.install 1970-01-01 00:00:00 +0000
1938+++ debian/libdbusmenu-gtk4.install 2012-12-18 17:29:36 +0000
1939@@ -0,0 +1,1 @@
1940+usr/lib/*/libdbusmenu-gtk.so.*
1941
1942=== added file 'debian/libdbusmenu-gtk4.symbols'
1943--- debian/libdbusmenu-gtk4.symbols 1970-01-01 00:00:00 +0000
1944+++ debian/libdbusmenu-gtk4.symbols 2012-12-18 17:29:36 +0000
1945@@ -0,0 +1,36 @@
1946+libdbusmenu-gtk.so.4 libdbusmenu-gtk4 #MINVER#
1947+ dbusmenu_gtk_parse_get_cached_item@Base 0.4.2
1948+ dbusmenu_gtk_parse_menu_structure@Base 0.4.2
1949+ dbusmenu_gtkclient_get_accel_group@Base 0.4.2
1950+ dbusmenu_gtkclient_get_type@Base 0.4.2
1951+ dbusmenu_gtkclient_menuitem_get@Base 0.4.2
1952+ dbusmenu_gtkclient_menuitem_get_submenu@Base 0.4.2
1953+ dbusmenu_gtkclient_new@Base 0.4.2
1954+ dbusmenu_gtkclient_newitem_base@Base 0.4.2
1955+ dbusmenu_gtkclient_set_accel_group@Base 0.4.2
1956+ dbusmenu_gtkmenu_get_client@Base 0.4.2
1957+ dbusmenu_gtkmenu_get_type@Base 0.4.2
1958+ dbusmenu_gtkmenu_new@Base 0.4.2
1959+ dbusmenu_menuitem_property_get_image@Base 0.4.2
1960+ dbusmenu_menuitem_property_get_shortcut@Base 0.4.2
1961+ dbusmenu_menuitem_property_set_image@Base 0.4.2
1962+ dbusmenu_menuitem_property_set_shortcut@Base 0.4.2
1963+ dbusmenu_menuitem_property_set_shortcut_menuitem@Base 0.4.2
1964+ dbusmenu_menuitem_property_set_shortcut_string@Base 0.4.2
1965+ genericmenuitem_check_type_get_nick@Base 0.4.92
1966+ genericmenuitem_check_type_get_type@Base 0.4.92
1967+ genericmenuitem_check_type_get_value_from_nick@Base 0.4.92
1968+ genericmenuitem_disposition_get_nick@Base 0.4.92
1969+ genericmenuitem_disposition_get_type@Base 0.4.92
1970+ genericmenuitem_disposition_get_value_from_nick@Base 0.4.92
1971+ genericmenuitem_get_disposition@Base 0.4.92
1972+ genericmenuitem_get_image@Base 0.4.2
1973+ genericmenuitem_get_type@Base 0.4.2
1974+ genericmenuitem_set_check_type@Base 0.4.2
1975+ genericmenuitem_set_disposition@Base 0.4.92
1976+ genericmenuitem_set_image@Base 0.4.2
1977+ genericmenuitem_set_state@Base 0.4.2
1978+ genericmenuitem_state_get_nick@Base 0.4.92
1979+ genericmenuitem_state_get_type@Base 0.4.92
1980+ genericmenuitem_state_get_value_from_nick@Base 0.4.92
1981+ theme_dir_db@Base 0.4.2
1982
1983=== added file 'debian/libdbusmenu-jsonloader-dev.install'
1984--- debian/libdbusmenu-jsonloader-dev.install 1970-01-01 00:00:00 +0000
1985+++ debian/libdbusmenu-jsonloader-dev.install 2012-12-18 17:29:36 +0000
1986@@ -0,0 +1,4 @@
1987+usr/include/libdbusmenu-glib-0.4/libdbusmenu-jsonloader
1988+usr/lib/*/pkgconfig/dbusmenu-jsonloader-0.4.pc
1989+usr/lib/*/libdbusmenu-jsonloader.a
1990+usr/lib/*/libdbusmenu-jsonloader.so
1991
1992=== added file 'debian/libdbusmenu-jsonloader4.install'
1993--- debian/libdbusmenu-jsonloader4.install 1970-01-01 00:00:00 +0000
1994+++ debian/libdbusmenu-jsonloader4.install 2012-12-18 17:29:36 +0000
1995@@ -0,0 +1,1 @@
1996+usr/lib/*/libdbusmenu-jsonloader.so.*
1997
1998=== added file 'debian/libdbusmenu-jsonloader4.symbols'
1999--- debian/libdbusmenu-jsonloader4.symbols 1970-01-01 00:00:00 +0000
2000+++ debian/libdbusmenu-jsonloader4.symbols 2012-12-18 17:29:36 +0000
2001@@ -0,0 +1,3 @@
2002+libdbusmenu-jsonloader.so.4 libdbusmenu-jsonloader4 #MINVER#
2003+ dbusmenu_json_build_from_file@Base 0.4.2
2004+ dbusmenu_json_build_from_node@Base 0.4.2
2005
2006=== added file 'debian/libdbusmenu-tools.install'
2007--- debian/libdbusmenu-tools.install 1970-01-01 00:00:00 +0000
2008+++ debian/libdbusmenu-tools.install 2012-12-18 17:29:36 +0000
2009@@ -0,0 +1,3 @@
2010+usr/lib/*/dbusmenu-*
2011+usr/share/libdbusmenu/* /usr/share/libdbusmenu-tools/
2012+usr/share/doc/libdbusmenu/README.dbusmenu-bench /usr/share/doc/libdbusmenu-tools/
2013
2014=== added file 'debian/rules'
2015--- debian/rules 1970-01-01 00:00:00 +0000
2016+++ debian/rules 2012-12-18 17:29:36 +0000
2017@@ -0,0 +1,64 @@
2018+#!/usr/bin/make -f
2019+
2020+FLAVORS = gtk2 gtk3
2021+
2022+CONFIGURE_FLAGS_gtk2 = --with-gtk=2
2023+CONFIGURE_FLAGS_gtk3 = --with-gtk=3
2024+
2025+CONFIGURE_COMMON_FLAGS += --disable-scrollkeeper --enable-gtk-doc --enable-introspection --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
2026+
2027+INSTALL_COMMON_FLAGS = --fail-missing
2028+
2029+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
2030+
2031+%:
2032+ dh $@ --with autoreconf
2033+
2034+override_dh_autoreconf:
2035+ NOCONFIGURE=1 dh_autoreconf ./autogen.sh
2036+
2037+override_dh_auto_configure: $(FLAVORS:%=doconfigure-%)
2038+
2039+doconfigure-%:
2040+ DH_VERBOSE=1 dh_auto_configure --builddirectory=builddir/$* -- $(CONFIGURE_FLAGS_$*) $(CONFIGURE_COMMON_FLAGS)
2041+
2042+override_dh_auto_build: $(FLAVORS:%=dobuild-%)
2043+
2044+dobuild-%:
2045+ dh_auto_build --builddirectory=builddir/$*
2046+
2047+override_dh_auto_install: $(FLAVORS:%=doinstall-%)
2048+
2049+doinstall-%:
2050+ dh_auto_install --builddirectory=builddir/$* --destdir=debian/tmp/$*
2051+
2052+override_dh_auto_test: $(FLAVORS:%=dotest-%)
2053+
2054+dotest-%:
2055+ xvfb-run dh_auto_test --builddirectory=builddir/$*
2056+
2057+override_dh_install:
2058+ find debian/tmp -name \*.la -delete
2059+ # Remove gtk2 copies of dbusmenu-tools (we use the gtk3 build)
2060+ rm -f debian/tmp/gtk2/usr/lib/x86_64-linux-gnu/dbusmenu-testapp
2061+ rm -f debian/tmp/gtk2/usr/lib/x86_64-linux-gnu/dbusmenu-dumper
2062+ rm -f debian/tmp/gtk2/usr/lib/x86_64-linux-gnu/dbusmenu-bench
2063+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-gtk4 --sourcedir=debian/tmp/gtk2
2064+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-gtk-dev --sourcedir=debian/tmp/gtk2
2065+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-gtk-doc --sourcedir=debian/tmp/gtk2
2066+ dh_install $(INSTALL_COMMON_FLAGS) -pgir1.2-dbusmenu-gtk-0.4 --sourcedir=debian/tmp/gtk2
2067+ dh_install $(INSTALL_COMMON_FLAGS) -pgir1.2-dbusmenu-glib-0.4 --sourcedir=debian/tmp/gtk3
2068+ dh_install $(INSTALL_COMMON_FLAGS) -pgir1.2-dbusmenu-gtk3-0.4 --sourcedir=debian/tmp/gtk3
2069+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-glib4 --sourcedir=debian/tmp/gtk3
2070+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-glib-dev --sourcedir=debian/tmp/gtk3
2071+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-glib-doc --sourcedir=debian/tmp/gtk3
2072+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-gtk3-4 --sourcedir=debian/tmp/gtk3
2073+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-gtk3-dev --sourcedir=debian/tmp/gtk3
2074+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-jsonloader4 --sourcedir=debian/tmp/gtk3
2075+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-jsonloader-dev --sourcedir=debian/tmp/gtk3
2076+ dh_install $(INSTALL_COMMON_FLAGS) -plibdbusmenu-tools --sourcedir=debian/tmp/gtk3
2077+
2078+override_dh_shlibdeps:
2079+ dh_shlibdeps -plibdbusmenu-gtk4 -- -xlibgtk2.0-0
2080+ dh_shlibdeps -plibdbusmenu-gtk3-4 -- -xlibgtk-3-0
2081+
2082
2083=== added directory 'debian/source'
2084=== added file 'debian/source/format'
2085--- debian/source/format 1970-01-01 00:00:00 +0000
2086+++ debian/source/format 2012-12-18 17:29:36 +0000
2087@@ -0,0 +1,1 @@
2088+1.0
2089
2090=== added file 'debian/watch'
2091--- debian/watch 1970-01-01 00:00:00 +0000
2092+++ debian/watch 2012-12-18 17:29:36 +0000
2093@@ -0,0 +1,2 @@
2094+version=3
2095+http://launchpad.net/dbusmenu/+download .*/libdbusmenu-([0-9.]+)\.tar\.gz
2096
2097=== modified file 'docs/libdbusmenu-glib/reference/Makefile.am'
2098--- docs/libdbusmenu-glib/reference/Makefile.am 2011-02-24 15:38:18 +0000
2099+++ docs/libdbusmenu-glib/reference/Makefile.am 2012-12-18 17:29:36 +0000
2100@@ -18,7 +18,7 @@
2101 # gtk-doc will search all .c & .h files beneath here for inline comments
2102 # documenting the functions and macros.
2103 # e.g. DOC_SOURCE_DIR=../../../gtk
2104-DOC_SOURCE_DIR=../../../libdbusmenu-glib
2105+DOC_SOURCE_DIR=$(abs_top_srcdir)/libdbusmenu-glib $(abs_top_builddir)/libdbusmenu-glib
2106
2107 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
2108 SCANGOBJ_OPTIONS=--nogtkinit --type-init-func="g_type_init()"
2109@@ -78,7 +78,7 @@
2110 GTKDOC_LIBS=$(top_builddir)/libdbusmenu-glib/libdbusmenu-glib.la
2111
2112 # This includes the standard gtk-doc make rules, copied by gtkdocize.
2113-include $(top_srcdir)/gtk-doc.local.make
2114+include $(top_srcdir)/gtk-doc.make
2115
2116 # Other files to distribute
2117 # e.g. EXTRA_DIST += version.xml.in
2118@@ -89,14 +89,11 @@
2119 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
2120 #DISTCLEANFILES +=
2121
2122-# Comment this out if you want your docs-status tested during 'make check'
2123-TESTS = gtkdoc-in-srcdir
2124-
2125-gtkdoc-in-srcdir: Makefile.am
2126- @echo "#!/bin/sh" > $@
2127- @echo "cd \"$(srcdir)\"" >> $@
2128- @echo "$(GTKDOC_CHECK)" >> $@
2129- @chmod +x $@
2130-
2131-DISTCLEANFILES = gtkdoc-in-srcdir
2132-
2133+# Comment this out if you want 'make check' to test you doc status
2134+# and run some sanity checks
2135+if ENABLE_GTK_DOC
2136+ TESTS_ENVIRONMENT = cd $(srcdir) && \
2137+ DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
2138+ SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
2139+TESTS = $(GTKDOC_CHECK)
2140+endif
2141
2142=== removed directory 'docs/libdbusmenu-glib/reference/tmpl'
2143=== removed file 'docs/libdbusmenu-glib/reference/tmpl/dummy.sgml'
2144=== modified file 'docs/libdbusmenu-gtk/reference/Makefile.am'
2145--- docs/libdbusmenu-gtk/reference/Makefile.am 2011-08-24 20:41:09 +0000
2146+++ docs/libdbusmenu-gtk/reference/Makefile.am 2012-12-18 17:29:36 +0000
2147@@ -25,7 +25,7 @@
2148 # gtk-doc will search all .c & .h files beneath here for inline comments
2149 # documenting the functions and macros.
2150 # e.g. DOC_SOURCE_DIR=../../../gtk
2151-DOC_SOURCE_DIR=../../../libdbusmenu-gtk
2152+DOC_SOURCE_DIR=$(abs_top_srcdir)/libdbusmenu-gtk
2153
2154 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
2155 SCANGOBJ_OPTIONS=--nogtkinit --type-init-func="g_type_init()"
2156@@ -78,7 +78,7 @@
2157 GTKDOC_LIBS=$(top_builddir)/libdbusmenu-gtk/libdbusmenu-gtk$(VER).la $(DBUSMENUGLIB_LIBS) $(DBUSMENUGTK_LIBS)
2158
2159 # This includes the standard gtk-doc make rules, copied by gtkdocize.
2160-include $(top_srcdir)/gtk-doc.local.make
2161+include $(top_srcdir)/gtk-doc.make
2162
2163 # Other files to distribute
2164 # e.g. EXTRA_DIST += version.xml.in
2165@@ -89,13 +89,12 @@
2166 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
2167 #DISTCLEANFILES +=
2168
2169-# Comment this out if you want your docs-status tested during 'make check'
2170-TESTS = gtkdoc-in-srcdir
2171-
2172-gtkdoc-in-srcdir: Makefile.am
2173- @echo "#!/bin/sh" > $@
2174- @echo "cd \"$(srcdir)\"" >> $@
2175- @echo "$(GTKDOC_CHECK)" >> $@
2176- @chmod +x $@
2177-
2178-DISTCLEANFILES = gtkdoc-in-srcdir
2179+# Comment this out if you want 'make check' to test you doc status
2180+# and run some sanity checks
2181+if ENABLE_GTK_DOC
2182+ TESTS_ENVIRONMENT = cd $(srcdir) && \
2183+ DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
2184+ SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
2185+TESTS = $(GTKDOC_CHECK)
2186+endif
2187+
2188
2189=== removed directory 'docs/libdbusmenu-gtk/reference/tmpl'
2190=== removed file 'docs/libdbusmenu-gtk/reference/tmpl/dummy.sgml'
2191=== removed file 'gtk-doc.local.make'
2192--- gtk-doc.local.make 2010-06-09 16:24:31 +0000
2193+++ gtk-doc.local.make 1970-01-01 00:00:00 +0000
2194@@ -1,194 +0,0 @@
2195-# -*- mode: makefile -*-
2196-
2197-####################################
2198-# Everything below here is generic #
2199-####################################
2200-
2201-if GTK_DOC_USE_LIBTOOL
2202-GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2203-GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
2204-GTKDOC_RUN = $(LIBTOOL) --mode=execute
2205-else
2206-GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2207-GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS)
2208-GTKDOC_RUN = sh -c
2209-endif
2210-
2211-# We set GPATH here; this gives us semantics for GNU make
2212-# which are more like other make's VPATH, when it comes to
2213-# whether a source that is a target of one rule is then
2214-# searched for in VPATH/GPATH.
2215-#
2216-GPATH = $(srcdir)
2217-
2218-TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)
2219-
2220-EXTRA_DIST = \
2221- $(content_files) \
2222- $(HTML_IMAGES) \
2223- $(DOC_MAIN_SGML_FILE)
2224-
2225-DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \
2226- $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp
2227-
2228-SCANOBJ_FILES = \
2229- $(DOC_MODULE).args \
2230- $(DOC_MODULE).hierarchy \
2231- $(DOC_MODULE).interfaces \
2232- $(DOC_MODULE).prerequisites \
2233- $(DOC_MODULE).signals
2234-
2235-REPORT_FILES = \
2236- $(DOC_MODULE)-undocumented.txt \
2237- $(DOC_MODULE)-undeclared.txt \
2238- $(DOC_MODULE)-unused.txt
2239-
2240-CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
2241-
2242-if ENABLE_GTK_DOC
2243-all-local: html-build.stamp
2244-else
2245-all-local:
2246-endif
2247-
2248-docs: html-build.stamp
2249-
2250-$(REPORT_FILES): sgml-build.stamp
2251-
2252-#### scan ####
2253-
2254-scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
2255- @echo 'gtk-doc: Scanning header files'
2256- @-chmod -R u+w $(srcdir)
2257- cd $(srcdir) && \
2258- gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
2259- if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
2260- CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
2261- else \
2262- cd $(srcdir) ; \
2263- for i in $(SCANOBJ_FILES) ; do \
2264- test -f $$i || touch $$i ; \
2265- done \
2266- fi
2267- touch scan-build.stamp
2268-
2269-$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
2270- @true
2271-
2272-#### templates ####
2273-
2274-tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
2275- @echo 'gtk-doc: Rebuilding template files'
2276- @-chmod -R u+w $(srcdir)
2277- cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
2278- touch tmpl-build.stamp
2279-
2280-tmpl.stamp: tmpl-build.stamp
2281- @true
2282-
2283-tmpl/*.sgml:
2284- @true
2285-
2286-
2287-#### xml ####
2288-
2289-sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
2290- @echo 'gtk-doc: Building XML'
2291- @-chmod -R u+w $(srcdir)
2292- cd $(srcdir) && \
2293- gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
2294- touch sgml-build.stamp
2295-
2296-sgml.stamp: sgml-build.stamp
2297- @true
2298-
2299-#### html ####
2300-
2301-html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
2302- @echo 'gtk-doc: Building HTML'
2303- @-chmod -R u+w $(srcdir)
2304- rm -rf $(srcdir)/html
2305- mkdir $(srcdir)/html
2306- mkhtml_options=""; \
2307- gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \
2308- if test "$(?)" = "0"; then \
2309- mkhtml_options=--path="$(srcdir)"; \
2310- fi
2311- cd $(srcdir)/html && gtkdoc-mkhtml $(mkhtml_options) $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
2312- test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html )
2313- @echo 'gtk-doc: Fixing cross-references'
2314- cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
2315- touch html-build.stamp
2316-
2317-##############
2318-
2319-clean-local:
2320- rm -f *~ *.bak
2321- rm -rf .libs
2322-
2323-distclean-local:
2324- cd $(srcdir) && \
2325- rm -rf xml $(REPORT_FILES) \
2326- $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
2327-
2328-maintainer-clean-local: clean
2329- cd $(srcdir) && rm -rf xml html
2330-
2331-install-data-local:
2332- installfiles=`echo $(srcdir)/html/*`; \
2333- if test "$$installfiles" = '$(srcdir)/html/*'; \
2334- then echo '-- Nothing to install' ; \
2335- else \
2336- if test -n "$(DOC_MODULE_VERSION)"; then \
2337- installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
2338- else \
2339- installdir="$(DESTDIR)$(TARGET_DIR)"; \
2340- fi; \
2341- $(mkinstalldirs) $${installdir} ; \
2342- for i in $$installfiles; do \
2343- echo '-- Installing '$$i ; \
2344- $(INSTALL_DATA) $$i $${installdir}; \
2345- done; \
2346- if test -n "$(DOC_MODULE_VERSION)"; then \
2347- mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
2348- $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
2349- mv -f $${installdir}/$(DOC_MODULE).devhelp \
2350- $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
2351- fi; \
2352- ! which gtkdoc-rebase >/dev/null 2>&1 || \
2353- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir} ; \
2354- fi
2355-
2356-uninstall-local:
2357- if test -n "$(DOC_MODULE_VERSION)"; then \
2358- installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \
2359- else \
2360- installdir="$(DESTDIR)$(TARGET_DIR)"; \
2361- fi; \
2362- rm -rf $${installdir}
2363-
2364-#
2365-# Require gtk-doc when making dist
2366-#
2367-if ENABLE_GTK_DOC
2368-dist-check-gtkdoc:
2369-else
2370-dist-check-gtkdoc:
2371- @echo "*** gtk-doc must be installed and enabled in order to make dist"
2372- @false
2373-endif
2374-
2375-dist-hook: dist-check-gtkdoc dist-hook-local
2376- mkdir $(distdir)/tmpl
2377- mkdir $(distdir)/xml
2378- mkdir $(distdir)/html
2379- -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl
2380- -cp $(srcdir)/xml/*.xml $(distdir)/xml
2381- -cp $(srcdir)/html/* $(distdir)/html
2382- -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
2383- -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
2384- cd $(distdir) && rm -f $(DISTCLEANFILES)
2385- ! which gtkdoc-rebase >/dev/null 2>&1 || \
2386- gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
2387-
2388-.PHONY : dist-hook-local docs
2389
2390=== modified file 'libdbusmenu-glib/menuitem.c'
2391--- libdbusmenu-glib/menuitem.c 2012-10-26 11:56:50 +0000
2392+++ libdbusmenu-glib/menuitem.c 2012-12-18 17:29:36 +0000
2393@@ -1590,8 +1590,6 @@
2394 *
2395 * This function sets the internal value of whether this is a
2396 * root node or not.
2397- *
2398- * Return value: None
2399 */
2400 void
2401 dbusmenu_menuitem_set_root (DbusmenuMenuitem * mi, gboolean root)
2402
2403=== modified file 'libdbusmenu-glib/menuitem.h'
2404--- libdbusmenu-glib/menuitem.h 2012-10-07 15:35:50 +0000
2405+++ libdbusmenu-glib/menuitem.h 2012-12-18 17:29:36 +0000
2406@@ -455,7 +455,7 @@
2407 /* Virtual functions */
2408 dbusmenu_menuitem_buildvariant_slot_t buildvariant;
2409 void (*handle_event) (DbusmenuMenuitem * mi, const gchar * name, GVariant * variant, guint timestamp);
2410- void (*send_about_to_show) (DbusmenuMenuitem * mi, void (*cb) (DbusmenuMenuitem * mi, gpointer user_data), gpointer cb_data);
2411+ void (*send_about_to_show) (DbusmenuMenuitem * mi, dbusmenu_menuitem_about_to_show_cb cb, gpointer cb_data);
2412
2413 void (*show_to_user) (DbusmenuMenuitem * mi, guint timestamp, gpointer cb_data);
2414 gboolean (*about_to_show) (void);

Subscribers

People subscribed via source and target branches