Merge lp:~indicator-applet-developers/libindicate/ubuntu into lp:~ubuntu-desktop/libindicate/ubuntu

Proposed by Ted Gould
Status: Merged
Merged at revision: 260
Proposed branch: lp:~indicator-applet-developers/libindicate/ubuntu
Merge into: lp:~ubuntu-desktop/libindicate/ubuntu
Diff against target: 259 lines (+76/-29)
6 files modified
AUTHORS (+2/-1)
ChangeLog (+2/-0)
Makefile.am (+25/-0)
debian/changelog (+22/-2)
debian/control (+16/-17)
libindicate/listener.h (+9/-9)
To merge this branch: bzr merge lp:~indicator-applet-developers/libindicate/ubuntu
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Pending
Review via email: mp+36744@code.launchpad.net

Description of the change

FTBFS Fix

To post a comment you must log in.
324. By Ted Gould

Adding bug number

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'AUTHORS'
--- AUTHORS 2009-02-11 21:59:42 +0000
+++ AUTHORS 2010-09-27 16:42:44 +0000
@@ -1,1 +1,2 @@
1Ted Gould <ted@canonical.com>1# Generated by Makefile
2
23
=== modified file 'ChangeLog'
--- ChangeLog 2008-10-30 02:30:35 +0000
+++ ChangeLog 2010-09-27 16:42:44 +0000
@@ -0,0 +1,2 @@
1# Genrated by Makefile
2
03
=== modified file 'Makefile.am'
--- Makefile.am 2010-06-02 17:53:11 +0000
+++ Makefile.am 2010-09-27 16:42:44 +0000
@@ -20,3 +20,28 @@
20 libindicate-*.tar.gz \20 libindicate-*.tar.gz \
21 gtk-doc.make21 gtk-doc.make
2222
23dist-hook:
24 @if test -d "$(top_srcdir)/.bzr"; \
25 then \
26 echo Creating ChangeLog && \
27 ( cd "$(top_srcdir)" && \
28 echo '# Generated by Makefile. Do not edit.'; echo; \
29 $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
30 && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
31 || (rm -f ChangeLog.tmp; \
32 echo Failed to generate ChangeLog >&2 ); \
33 else \
34 echo Failed to generate ChangeLog: not a branch >&2; \
35 fi
36 @if test -d "$(top_srcdir)/.bzr"; \
37 then \
38 echo Creating AUTHORS && \
39 ( cd "$(top_srcdir)" && \
40 echo '# Generated by Makefile. Do not edit.'; echo; \
41 $(top_srcdir)/missing --run bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
42 && mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
43 || (rm -f AUTHORS.tmp; \
44 echo Failed to generate AUTHORS >&2 ); \
45 else \
46 echo Failed to generate AUTHORS: not a branch >&2; \
47 fi
2348
=== modified file 'debian/changelog'
--- debian/changelog 2010-09-15 18:01:49 +0000
+++ debian/changelog 2010-09-27 16:42:44 +0000
@@ -1,3 +1,11 @@
1libindicate (0.4.4-0ubuntu2~ppa1) maverick; urgency=low
2
3 * Upstream Merge
4 * Updating dist build to generate AUTHORS and ChangeLog
5 * Expanding typedef'd callbacks for Vala 0.10 FTBFS (LP: #649083)
6
7 -- Ted Gould <ted@ubuntu.com> Mon, 27 Sep 2010 10:41:17 -0500
8
1libindicate (0.4.4-0ubuntu1) maverick; urgency=low9libindicate (0.4.4-0ubuntu1) maverick; urgency=low
210
3 * New upstream release.11 * New upstream release.
@@ -19,6 +27,16 @@
1927
20 -- Ted Gould <ted@ubuntu.com> Thu, 09 Sep 2010 12:19:03 -050028 -- Ted Gould <ted@ubuntu.com> Thu, 09 Sep 2010 12:19:03 -0500
2129
30libindicate (0.4.1-2) unstable; urgency=low
31
32 * Fix package name in debian/rules and use the correct SONAME in the
33 dllmap for indicate-sharp.dll and indicate-gtk-sharp.dll
34 Closes: #595318
35 Thanks: Andrew Mitchell
36 * Standards-Version: 3.9.1
37
38 -- Evgeni Golov <evgeni@debian.org> Fri, 10 Sep 2010 09:43:36 +0200
39
22libindicate (0.4.1-1) unstable; urgency=low40libindicate (0.4.1-1) unstable; urgency=low
2341
24 * Merge from Ubuntu.42 * Merge from Ubuntu.
@@ -28,7 +46,9 @@
28 - Add myself as Uploader.46 - Add myself as Uploader.
29 - Update Vcs-* fields.47 - Update Vcs-* fields.
30 - Standards-Version: 3.8.448 - Standards-Version: 3.8.4
31 - Update package descriptions. 49 - Update package descriptions.
50 - -doc package is Arch:all
51 - -doc package does not need to depend on the lib.
32 * debian/copyright:52 * debian/copyright:
33 - Convert to DEP5 format.53 - Convert to DEP5 format.
34 - Add Ken and Sebastien, according to changelog.54 - Add Ken and Sebastien, according to changelog.
@@ -36,7 +56,7 @@
36 * debian/{control,rules}:56 * debian/{control,rules}:
37 - Force python2.6.57 - Force python2.6.
3858
39 -- Evgeni Golov <evgeni@debian.org> Wed, 16 Jun 2010 11:49:45 +020059 -- Evgeni Golov <evgeni@debian.org> Sun, 20 Jun 2010 14:01:00 +0200
4060
41libindicate (0.4.1-0ubuntu4) maverick; urgency=low61libindicate (0.4.1-0ubuntu4) maverick; urgency=low
4262
4363
=== modified file 'debian/control'
--- debian/control 2010-09-09 16:49:35 +0000
+++ debian/control 2010-09-27 16:42:44 +0000
@@ -30,7 +30,7 @@
30 python-all-dev,30 python-all-dev,
31 python-gtk2-dev,31 python-gtk2-dev,
32 valac32 valac
33Standards-Version: 3.8.433Standards-Version: 3.9.1
34Homepage: https://launchpad.net/libindicate34Homepage: https://launchpad.net/libindicate
35Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libindicate/ubuntu35Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libindicate/ubuntu
36Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/libindicate/ubuntu36Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/libindicate/ubuntu
@@ -84,11 +84,11 @@
84Architecture: any84Architecture: any
85Depends: ${shlibs:Depends},85Depends: ${shlibs:Depends},
86 ${misc:Depends}86 ${misc:Depends}
87Description: library for raising indicators via DBus - GTK bindings87Description: library for raising indicators via DBus - GTK+ bindings
88 A small library for applications to raise "flags" on DBus for other components88 A small library for applications to raise "flags" on DBus for other components
89 of the desktop to pick up and visualize.89 of the desktop to pick up and visualize.
90 .90 .
91 This package contains shared libraries to be used by applications.91 This package contains shared libraries to be used by GTK+ applications.
9292
93Package: libindicate-gtk-dev93Package: libindicate-gtk-dev
94Section: libdevel94Section: libdevel
@@ -99,26 +99,21 @@
99 libindicate-dev (= ${binary:Version}),99 libindicate-dev (= ${binary:Version}),
100 libdbus-glib-1-dev (>= 0.76),100 libdbus-glib-1-dev (>= 0.76),
101 libgtk2.0-dev (>= 2.12.0)101 libgtk2.0-dev (>= 2.12.0)
102Description: library for raising indicators via DBus - GTK bindings development files102Description: library for raising indicators via DBus - GTK+ bindings development files
103 A small library for applications to raise "flags" on DBus for other components103 A small library for applications to raise "flags" on DBus for other components
104 of the desktop to pick up and visualize.104 of the desktop to pick up and visualize.
105 .105 .
106 This package contains files that are needed to build applications.106 This package contains files that are needed to build GTK+ applications.
107107
108Package: libindicate-doc108Package: libindicate-doc
109Section: doc109Section: doc
110Architecture: any110Architecture: all
111Depends: ${shlibs:Depends},111Depends: ${misc:Depends},
112 ${misc:Depends},
113 libindicate4 (= ${binary:Version}),
114 libindicate-gtk2 (= ${binary:Version}),
115 libdbus-glib-1-dev (>= 0.76),
116 libgtk2.0-dev (>= 2.12.0)
117Description: library for raising indicators via DBus - documentation112Description: library for raising indicators via DBus - documentation
118 indicator-applet is an applet to display information from113 A small library for applications to raise "flags" on DBus for other components
119 various applications consistently in the GNOME panel.114 of the desktop to pick up and visualize.
120 .115 .
121 This package contains files that are needed to build applications.116 This package contains the documentation.
122117
123Package: gir1.0-indicate-0.2118Package: gir1.0-indicate-0.2
124Section: libs119Section: libs
@@ -131,6 +126,8 @@
131 A small library for applications to raise "flags" on DBus for other components126 A small library for applications to raise "flags" on DBus for other components
132 of the desktop to pick up and visualize.127 of the desktop to pick up and visualize.
133 .128 .
129 This package can be used by other packages using the GIRepository format to
130 generate dynamic bindings for libindicate4.
134131
135Package: gir1.0-indicate-gtk-0.2132Package: gir1.0-indicate-gtk-0.2
136Section: libs133Section: libs
@@ -143,6 +140,8 @@
143 A small library for applications to raise "flags" on DBus for other components140 A small library for applications to raise "flags" on DBus for other components
144 of the desktop to pick up and visualize.141 of the desktop to pick up and visualize.
145 .142 .
143 This package can be used by other packages using the GIRepository format to
144 generate dynamic bindings for libindicate-gtk2.
146145
147Package: libindicate0.1-cil146Package: libindicate0.1-cil
148Section: cli-mono147Section: cli-mono
@@ -189,7 +188,7 @@
189 This package provides the indicate-sharp assembly that allows CLI (.NET)188 This package provides the indicate-sharp assembly that allows CLI (.NET)
190 programs to display information consistently in the GNOME panel.189 programs to display information consistently in the GNOME panel.
191 .190 .
192 This package contains assemblies to be used by applications.191 This package contains assemblies to be used by GTK# applications.
193192
194Package: libindicate-gtk0.1-cil-dev193Package: libindicate-gtk0.1-cil-dev
195Section: libdevel194Section: libdevel
@@ -205,4 +204,4 @@
205 This package provides the indicate-sharp assembly that allows CLI (.NET)204 This package provides the indicate-sharp assembly that allows CLI (.NET)
206 programs to display information consistently in the GNOME panel.205 programs to display information consistently in the GNOME panel.
207 .206 .
208 This package contains files that are needed to build applications.207 This package contains files that are needed to build GTK# applications.
209208
=== modified file 'libindicate/listener.h'
--- libindicate/listener.h 2010-02-15 14:35:52 +0000
+++ libindicate/listener.h 2010-09-27 16:42:44 +0000
@@ -126,31 +126,31 @@
126 IndicateListenerServer * server,126 IndicateListenerServer * server,
127 IndicateListenerIndicator * indicator,127 IndicateListenerIndicator * indicator,
128 gchar * property,128 gchar * property,
129 indicate_listener_get_property_value_cb callback,129 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, const GValue * propertydata, gpointer data),
130 gpointer data);130 gpointer data);
131void indicate_listener_get_property (IndicateListener * listener,131void indicate_listener_get_property (IndicateListener * listener,
132 IndicateListenerServer * server,132 IndicateListenerServer * server,
133 IndicateListenerIndicator * indicator,133 IndicateListenerIndicator * indicator,
134 gchar * property,134 gchar * property,
135 indicate_listener_get_property_cb callback,135 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, const gchar * propertydata, gpointer data),
136 gpointer data);136 gpointer data);
137void indicate_listener_get_property_time (IndicateListener * listener,137void indicate_listener_get_property_time (IndicateListener * listener,
138 IndicateListenerServer * server,138 IndicateListenerServer * server,
139 IndicateListenerIndicator * indicator,139 IndicateListenerIndicator * indicator,
140 gchar * property,140 gchar * property,
141 indicate_listener_get_property_time_cb callback,141 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, const GTimeVal * propertydata, gpointer data),
142 gpointer data);142 gpointer data);
143void indicate_listener_get_property_int (IndicateListener * listener,143void indicate_listener_get_property_int (IndicateListener * listener,
144 IndicateListenerServer * server,144 IndicateListenerServer * server,
145 IndicateListenerIndicator * indicator,145 IndicateListenerIndicator * indicator,
146 gchar * property,146 gchar * property,
147 indicate_listener_get_property_int_cb callback,147 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, gint propertydata, gpointer data),
148 gpointer data);148 gpointer data);
149void indicate_listener_get_property_bool (IndicateListener * listener,149void indicate_listener_get_property_bool (IndicateListener * listener,
150 IndicateListenerServer * server,150 IndicateListenerServer * server,
151 IndicateListenerIndicator * indicator,151 IndicateListenerIndicator * indicator,
152 gchar * property,152 gchar * property,
153 indicate_listener_get_property_bool_cb callback,153 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, IndicateListenerIndicator * indicator, gchar * property, gboolean propertydata, gpointer data),
154 gpointer data);154 gpointer data);
155void indicate_listener_display (IndicateListener * listener,155void indicate_listener_display (IndicateListener * listener,
156 IndicateListenerServer * server,156 IndicateListenerServer * server,
@@ -162,19 +162,19 @@
162 gboolean displayed);162 gboolean displayed);
163void indicate_listener_server_get_type (IndicateListener * listener,163void indicate_listener_server_get_type (IndicateListener * listener,
164 IndicateListenerServer * server,164 IndicateListenerServer * server,
165 indicate_listener_get_server_property_cb callback,165 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, gchar * value, gpointer data),
166 gpointer data);166 gpointer data);
167void indicate_listener_server_get_desktop (IndicateListener * listener,167void indicate_listener_server_get_desktop (IndicateListener * listener,
168 IndicateListenerServer * server,168 IndicateListenerServer * server,
169 indicate_listener_get_server_property_cb callback,169 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, gchar * value, gpointer data),
170 gpointer data);170 gpointer data);
171void indicate_listener_server_get_count (IndicateListener * listener,171void indicate_listener_server_get_count (IndicateListener * listener,
172 IndicateListenerServer * server,172 IndicateListenerServer * server,
173 indicate_listener_get_server_uint_property_cb callback,173 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, guint value, gpointer data),
174 gpointer data);174 gpointer data);
175void indicate_listener_server_get_menu (IndicateListener * listener,175void indicate_listener_server_get_menu (IndicateListener * listener,
176 IndicateListenerServer * server,176 IndicateListenerServer * server,
177 indicate_listener_get_server_property_cb callback,177 void (*callback) (IndicateListener * listener, IndicateListenerServer * server, gchar * value, gpointer data),
178 gpointer data);178 gpointer data);
179const gchar * indicate_listener_server_get_dbusname (IndicateListenerServer * server);179const gchar * indicate_listener_server_get_dbusname (IndicateListenerServer * server);
180guint indicate_listener_indicator_get_id (IndicateListenerIndicator * indicator);180guint indicate_listener_indicator_get_id (IndicateListenerIndicator * indicator);

Subscribers

People subscribed via source and target branches

to all changes: