Merge lp:~cyphermox/ido/inline into lp:~canonical-dx-team/ido/trunk.13.04

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: 128
Merged at revision: 118
Proposed branch: lp:~cyphermox/ido/inline
Merge into: lp:~canonical-dx-team/ido/trunk.13.04
Diff against target: 543 lines (+492/-0)
10 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+326/-0)
debian/compat (+1/-0)
debian/control (+45/-0)
debian/copyright (+38/-0)
debian/libido3-0.1-0.install (+1/-0)
debian/libido3-0.1-0.symbols (+60/-0)
debian/libido3-0.1-dev.install (+3/-0)
debian/rules (+14/-0)
debian/watch (+2/-0)
To merge this branch: bzr merge lp:~cyphermox/ido/inline
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
PS Jenkins bot (community) continuous-integration Approve
Canonical Desktop Experience Team Pending
Review via email: mp+135033@code.launchpad.net

Commit message

Inline packaging.

Description of the change

I couldn't find a valid branch for the ido packaging, so this one is manually imported.

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 :

I'll reorient the Jenkins job for inline and kick off again.

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

Is this ready for approval?

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Think so, but we didn't get a review from Dider ;)

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

This looks good to me, nice work :)

However, two comments:

- Why do we override dh_makeshlibs as we have a symbol file? Any particular reason?
- I don't think we should comment the tests right now (or at least, ensure we tackle reenabling it in the next MR). Can you look if we need xvfb or anything similar to make it run? Maybe you can coordinate with Charles on this.

lp:~cyphermox/ido/inline updated
127. By Mathieu Trudel-Lapierre

Drop the override for dh_makeshlibs.

128. By Mathieu Trudel-Lapierre

Reactivate tests, they don't fail.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Approving then!

review: Approve

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-11-26 15:39:45 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== added directory 'debian'
10=== added file 'debian/changelog'
11--- debian/changelog 1970-01-01 00:00:00 +0000
12+++ debian/changelog 2012-11-26 15:39:45 +0000
13@@ -0,0 +1,326 @@
14+ido (12.10.3-0ubuntu1) UNRELEASED; urgency=low
15+
16+ * debian/control:
17+ - Update to match style with other indicator stack packages: use trailing
18+ commas at the end of dependency lists.
19+ - Add gnome-common to Build-Depends.
20+ - Reorganize Build-Depends: move libxorg-gtest-dev up to be consistent with
21+ other indicator stack packages.
22+ - List libgtest-dev explicitly in Build-Depends.
23+ - Add Vcs-Bzr, Vcs-Browser fields with a notice to uploaders.
24+ * debian/rules:
25+ - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL instead of passing -c4 to
26+ dh_makeshlibs.
27+ - Override dh_autoreconf to call autogen.sh and not run configure...
28+ - Drop the override for dh_makeshlibs.
29+
30+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 19 Nov 2012 14:00:05 -0500
31+
32+ido (12.10.2-0ubuntu1) quantal; urgency=low
33+
34+ * New upstream release
35+ - fix escape key behavior in calendar menuitem (LP: #953757)
36+
37+ -- Didier Roche <didrocks@ubuntu.com> Thu, 20 Sep 2012 18:27:59 +0200
38+
39+ido (12.10.1-0ubuntu1) quantal; urgency=low
40+
41+ * New upstream release:
42+ - fix inconsistent slider behavior (lp: #953757)
43+
44+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 28 Aug 2012 13:49:28 +0200
45+
46+ido (12.10.0-0ubuntu2) quantal; urgency=low
47+
48+ * debian/control:
49+ - build-depends on libxorg-gtest-dev
50+ * debian/rules:
51+ - run the tests
52+
53+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 22 Aug 2012 11:21:58 +0200
54+
55+ido (12.10.0-0ubuntu1) quantal; urgency=low
56+
57+ * New upstream release:
58+ - new widget GtkSwitchMenuItem for indicator-sync
59+ * Drop gtk2 build, the new version use widgets that are not available
60+ in the old gtk
61+ * debian/rules: turn off "make check" run until the required components
62+ get through mir promotion
63+ * Updated packaging, use dh9 rather than cdbs, set up for multiarch
64+
65+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 22 Aug 2012 11:06:25 +0200
66+
67+ido (0.3.4-0ubuntu2) quantal-proposed; urgency=low
68+
69+ * Use AC_CHECK_LIBM to get -lm now that gtk doesn't include it
70+
71+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 24 Jul 2012 10:47:16 -0400
72+
73+ido (0.3.4-0ubuntu1) precise; urgency=low
74+
75+ * New upstream release.
76+
77+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 21 Mar 2012 16:14:13 -0400
78+
79+ido (0.3.3-0ubuntu2) precise; urgency=low
80+
81+ * src/idoscalemenuitem.c
82+ - fix regression that broke mousewheel operations on the
83+ idoscale (LP: #954440)
84+
85+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 14 Mar 2012 16:31:04 -0400
86+
87+ido (0.3.3-0ubuntu1) precise; urgency=low
88+
89+ * New upstream release.
90+ - add style class "menubar" to the offscreen proxy, this fixes the
91+ white background drawn in the sound menu menu with the current
92+ gtk3/light-themes (LP: #925700)
93+ - fall back on gdk_screen_get_system_visual() if RGBA isn't
94+ available (LP: #867649)
95+ * debian/libido3-0.1-0.symbols, debian/libido-0.1-0.symbols
96+ - refreshed
97+
98+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 13 Mar 2012 17:00:19 -0400
99+
100+ido (0.3.2-0ubuntu1) precise; urgency=low
101+
102+ * New upstream release.
103+
104+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 12 Mar 2012 19:29:38 +0100
105+
106+ido (0.3.1-0ubuntu1) precise; urgency=low
107+
108+ * New upstream release.
109+ * configured.ac: drop Werror to workaround gtk3 deprecations warnings.
110+
111+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 13 Dec 2011 18:07:15 +0100
112+
113+ido (0.3.0-0ubuntu4) oneiric; urgency=low
114+
115+ * src/idoscalemenuitem.c
116+ - Fixed FTBFS on armel (LP: #866039)
117+
118+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 05 Oct 2011 14:45:16 -0400
119+
120+ido (0.3.0-0ubuntu3) oneiric; urgency=low
121+
122+ * src/idorange.c, src/idorange.h, src/idoscalemenuitem.c
123+ - Fixed FTBFS on armel (LP: #866039)
124+
125+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 05 Oct 2011 13:14:23 -0400
126+
127+ido (0.3.0-0ubuntu2) oneiric; urgency=low
128+
129+ * src/idorange.c
130+ - cherry picked fix from Michal Hruby for a crasher in
131+ IdoRange (LP: #865122)
132+
133+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 03 Oct 2011 11:08:59 -0400
134+
135+ido (0.3.0-0ubuntu1) oneiric; urgency=low
136+
137+ * New upstream release.
138+
139+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 28 Sep 2011 15:21:37 -0400
140+
141+ido (0.2.93-0ubuntu1) oneiric; urgency=low
142+
143+ * New upstream release.
144+ - Cannot click on Calendar to select day, month or year (LP: #807509)
145+ * debian/rules
146+ - removed deprecated/unused simple-patchsys.mk
147+
148+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 19 Sep 2011 22:57:05 -0700
149+
150+ido (0.2.92-0ubuntu1) oneiric; urgency=low
151+
152+ * New upstream release:
153+ - Fix the slider soudmenu bug (LP: #804009)
154+ * debian/libido3-0.1-0.symbols:
155+ - updated with new symbols
156+
157+ -- Didier Roche <didrocks@ubuntu.com> Wed, 14 Sep 2011 08:04:39 +0200
158+
159+ido (0.2.90-0ubuntu1) oneiric; urgency=low
160+
161+ * New upstream release.
162+ - Added GTK3 support
163+ - Clicking a date of previous or next month does not select the right
164+ date (LP: #768956)
165+ * -debian/patches/10-gtk3.patch merged upstream
166+ * debian/control
167+ - Bump standards version to 3.9.2
168+
169+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 21 Jun 2011 16:06:48 -0400
170+
171+ido (0.2.2-0ubuntu2) oneiric; urgency=low
172+
173+ * debian/patches/10-gtk3.patch:
174+ - Allow building against either GTK+ 2 or 3
175+ * debian/rules, debian/control, debian/*.install, debian/*.symbols:
176+ - Enable dual build and add new packages for the GTK+ 3 libraries
177+ * COPYING.LGPL.2.1, autogen.sh, gtk-doc.make:
178+ - Drop extra files that our packing was adding
179+
180+ -- Michael Terry <mterry@ubuntu.com> Mon, 20 Jun 2011 09:44:30 -0400
181+
182+ido (0.2.2-0ubuntu1) natty; urgency=low
183+
184+ * New upstream release.
185+ - Add signals for when the date is clicked and double clicked
186+ - Fixed API regression from last release
187+ * debian/patches/10-backport-calendar-api.patch
188+ - Dropped, merged upstream
189+
190+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 16 Mar 2011 14:34:43 -0400
191+
192+ido (0.2.1-0ubuntu2) natty; urgency=low
193+
194+ * debian/patches/10-backport-calendar-api.patch:
195+ - Backport a new ido_calendar_menu_item_get_display_options() call
196+ for use by indicator-datetime
197+ * debian/libido-0.1-0.symbols:
198+ - Add new function
199+
200+ -- Michael Terry <mterry@ubuntu.com> Mon, 28 Feb 2011 08:03:23 -0500
201+
202+ido (0.2.1-0ubuntu1) natty; urgency=low
203+
204+ * New upstream release.
205+ * -debian/patches/01_fix-add-needed-linking.patch
206+ - Upstream
207+ * debian/libido-0.1-0.symbols
208+ - Added symbols
209+ * src/idocalendarmenuitem.{c,h}
210+ - Added back missing symbol to prevent ABI breakage, submitted back
211+ upstream
212+
213+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 24 Feb 2011 14:32:26 -0500
214+
215+ido (0.1.14-0ubuntu2) natty; urgency=low
216+
217+ * debian/patches/01_fix-add-needed-linking.patch:
218+ Fix linking of the examples with "ld --add-needed" (lp: #698205)
219+
220+ -- Michael Bienia <geser@ubuntu.com> Thu, 06 Jan 2011 18:39:43 +0100
221+
222+ido (0.1.14-0ubuntu1) maverick; urgency=low
223+
224+ * New upstream release.
225+ - Updates for the entry needed for indicator-me changes (LP: #552745)
226+
227+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 16 Sep 2010 11:27:10 -0400
228+
229+ido (0.1.13-0ubuntu1) maverick; urgency=low
230+
231+ * New upstream release.
232+ - Each key press selects the entry text (LP: #635370)
233+
234+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 14 Sep 2010 15:33:02 -0400
235+
236+ido (0.1.11-0ubuntu2) maverick; urgency=low
237+
238+ * Backport upstream commit to fix armel build
239+
240+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 12 Aug 2010 17:37:56 +0200
241+
242+ido (0.1.11-0ubuntu1) maverick; urgency=low
243+
244+ * New upstream release.
245+ * debian/control
246+ - bump build depends for libgtk2.0-dev to >= 2.21.5-1ubuntu3
247+
248+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 29 Jul 2010 18:06:59 -0400
249+
250+ido (0.1.10-0ubuntu1) maverick; urgency=low
251+
252+ * New upstream release.
253+ - Added ido_timeline_set_progress API
254+ - Added new calendar menu widget
255+ * debian/libido-0.1-0.symbols
256+ - Added new symbols
257+
258+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 22 Jul 2010 18:08:13 +0200
259+
260+ido (0.1.9-0ubuntu1) maverick; urgency=low
261+
262+ * New upstream release.
263+ * debian/libido-0.1-0.symbols
264+ - new version update
265+
266+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 15 Jul 2010 11:03:44 -0400
267+
268+ido (0.1.8-0ubuntu1) maverick; urgency=low
269+
270+ * New upstream versions:
271+ - Add IdoMessageDialog
272+ * debian/libido-0.1-0.symbols:
273+ - new version update
274+
275+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 08 Jul 2010 22:59:45 +0200
276+
277+ido (0.1.6-0ubuntu1) lucid-proposed; urgency=low
278+
279+ * New upstream version fixing indicator-sound theming issues (lp: #532234)
280+
281+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 08 Jun 2010 19:39:32 +0200
282+
283+ido (0.1.5-0ubuntu1) lucid; urgency=low
284+
285+ * New upstream version:
286+ - Navigation with keyboard stuck in the text field (indicator-me)
287+ (lp: #537608)
288+ - Pressing the Return key doesn't activate the menuitem
289+ - After right clicking in text field, closing Me menu is difficult
290+ * debian/control:
291+ - update gtk requirement
292+
293+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 24 Mar 2010 12:32:12 +0100
294+
295+ido (0.1.4-0ubuntu1) lucid; urgency=low
296+
297+ * New upstream version:
298+ - Don't forward the event to the entry if the user hit the Esc key.
299+ - Fix for grab/release signals. If you grab the slider and then release it
300+ while the mouse is outside the menu, it was not emitting
301+ the released signal.
302+ - Fix keyboard navigation issues in the entry widget, fixes bug #533284.
303+
304+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 11 Mar 2010 18:29:11 +0100
305+
306+ido (0.1.3-0ubuntu1) lucid; urgency=low
307+
308+ * New upstream version
309+
310+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 04 Mar 2010 17:03:49 -0500
311+
312+ido (0.1.2-0ubuntu1) lucid; urgency=low
313+
314+ * New upstream version
315+
316+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 18 Feb 2010 13:36:09 +0100
317+
318+ido (0.1.1-0ubuntu1) lucid; urgency=low
319+
320+ * New upstream release.
321+ * debian/patches/arm_ftbfs.patch
322+ - removed, merged upstream
323+ * debian/libido-0.1-0.symbols
324+ - added new symbols
325+
326+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 11 Feb 2010 17:14:58 -0500
327+
328+ido (0.1.0-0ubuntu2) lucid; urgency=low
329+
330+ * debian/patches/arm_ftbfs.patch
331+ - Fix FTBFS on arm
332+
333+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 05 Feb 2010 14:35:55 -0800
334+
335+ido (0.1.0-0ubuntu1) lucid; urgency=low
336+
337+ * Initial release
338+
339+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 04 Feb 2010 18:22:44 -0800
340
341=== added file 'debian/compat'
342--- debian/compat 1970-01-01 00:00:00 +0000
343+++ debian/compat 2012-11-26 15:39:45 +0000
344@@ -0,0 +1,1 @@
345+9
346
347=== added file 'debian/control'
348--- debian/control 1970-01-01 00:00:00 +0000
349+++ debian/control 2012-11-26 15:39:45 +0000
350@@ -0,0 +1,45 @@
351+Source: ido
352+Section: libs
353+Priority: optional
354+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
355+Build-Depends: debhelper (>= 9),
356+ dh-autoreconf,
357+ gnome-common,
358+ libxorg-gtest-dev,
359+ libgtest-dev,
360+ libglib2.0-dev (>=2.14.0),
361+ libgtk-3-dev (>= 3.0),
362+ gtk-doc-tools,
363+Standards-Version: 3.9.3
364+Homepage: https://launchpad.net/ido
365+# If you aren't a member of ~indicator-applet-developers but need to upload
366+# packaging changes, just go ahead. ~indicator-applet-developers will notice
367+# and sync up the code again.
368+Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/ido/trunk.13.04
369+Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/ido/trunk.13.04/files
370+
371+Package: libido3-0.1-0
372+Section: libs
373+Architecture: any
374+Depends: ${shlibs:Depends},
375+ ${misc:Depends},
376+Pre-Depends: ${misc:Pre-Depends},
377+Multi-Arch: same
378+Description: Shared library providing extra gtk menu items for display in
379+ system indicators
380+ .
381+ This package contains shared libraries to be used by GTK+ 3 applications.
382+
383+Package: libido3-0.1-dev
384+Section: libdevel
385+Architecture: any
386+Depends: ${shlibs:Depends},
387+ ${misc:Depends},
388+ libido3-0.1-0 (= ${binary:Version}),
389+ pkg-config,
390+ libglib2.0-dev (>=2.14.0),
391+ libgtk-3-dev (>= 3.0),
392+Description: Shared library providing extra gtk menu items for display in
393+ system indicators
394+ .
395+ This package contains files that are needed to build GTK+ 3 applications.
396
397=== added file 'debian/copyright'
398--- debian/copyright 1970-01-01 00:00:00 +0000
399+++ debian/copyright 2012-11-26 15:39:45 +0000
400@@ -0,0 +1,38 @@
401+This package was debianized by Ken VanDine <ken.vandine@canonical.com> on
402+Tue, 02 Feb 2010 12:55:15 -0800.
403+
404+It was downloaded from <http://launchpad.net/ido/>
405+
406+Upstream Author:
407+
408+ Cody Russell <cody.russell@canonical.com>
409+
410+Copyright:
411+
412+ Copyright (C) 2010 Canonical Ltd.
413+
414+License:
415+
416+ This program is free software: you can redistribute it and/or modify it
417+ under the terms of either or both of the following licenses:
418+
419+ 1) the GNU Lesser General Public License version 3, as published by the
420+ Free Software Foundation; and/or
421+ 2) the GNU Lesser General Public License version 2.1, as published by
422+ the Free Software Foundation.
423+
424+ This program is distributed in the hope that it will be useful, but
425+ WITHOUT ANY WARRANTY; without even the implied warranties of
426+ MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
427+ PURPOSE. See the applicable version of the GNU Lesser General Public
428+ License for more details.
429+
430+ You should have received a copy of both the GNU Lesser General Public
431+ License version 3 and version 2.1 along with this program. If not, see
432+ <http://www.gnu.org/licenses/>
433+
434+On Debian systems, the complete text of the GNU Lesser General Public License
435+can be found in `/usr/share/common-licenses/LGPL-3' and `/usr/share/common-licenses/LGPL-2.1'
436+
437+The Debian packaging is (C) 2010, Canonical Ltd. and
438+is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'.
439
440=== added file 'debian/libido3-0.1-0.install'
441--- debian/libido3-0.1-0.install 1970-01-01 00:00:00 +0000
442+++ debian/libido3-0.1-0.install 2012-11-26 15:39:45 +0000
443@@ -0,0 +1,1 @@
444+usr/lib/*/libido3-*.so.*
445
446=== added file 'debian/libido3-0.1-0.symbols'
447--- debian/libido3-0.1-0.symbols 1970-01-01 00:00:00 +0000
448+++ debian/libido3-0.1-0.symbols 2012-11-26 15:39:45 +0000
449@@ -0,0 +1,60 @@
450+libido3-0.1.so.0 libido3-0.1-0 #MINVER#
451+ ido_calendar_menu_item_clear_marks@Base 0.2.1
452+ ido_calendar_menu_item_get_calendar@Base 0.1.10
453+ ido_calendar_menu_item_get_date@Base 0.2.1
454+ ido_calendar_menu_item_get_display_options@Base 0.2.1
455+ ido_calendar_menu_item_get_type@Base 0.1.10
456+ ido_calendar_menu_item_mark_day@Base 0.2.1
457+ ido_calendar_menu_item_new@Base 0.1.10
458+ ido_calendar_menu_item_set_date@Base 0.2.2
459+ ido_calendar_menu_item_set_display_options@Base 0.2.1
460+ ido_calendar_menu_item_unmark_day@Base 0.2.1
461+ ido_entry_menu_item_get_entry@Base 0.1.0
462+ ido_entry_menu_item_get_type@Base 0.1.0
463+ ido_entry_menu_item_new@Base 0.1.0
464+ ido_message_dialog_get_type@Base 0.1.8
465+ ido_message_dialog_new@Base 0.1.8
466+ ido_message_dialog_new_with_markup@Base 0.1.8
467+ ido_range_get_type@Base 0.1.9
468+ ido_range_new@Base 0.1.9
469+ ido_range_style_get_type@Base 0.1.9
470+ ido_scale_menu_item_get_primary_image@Base 0.1.1
471+ ido_scale_menu_item_get_primary_label@Base 0.1.9
472+ ido_scale_menu_item_get_scale@Base 0.1.0
473+ ido_scale_menu_item_get_secondary_image@Base 0.1.1
474+ ido_scale_menu_item_get_secondary_label@Base 0.1.9
475+ ido_scale_menu_item_get_style@Base 0.1.9
476+ ido_scale_menu_item_get_type@Base 0.1.0
477+ ido_scale_menu_item_new@Base 0.1.0
478+ ido_scale_menu_item_new_with_range@Base 0.1.0
479+ ido_scale_menu_item_primary_clicked@Base 0.3.3
480+ ido_scale_menu_item_secondary_clicked@Base 0.3.3
481+ ido_scale_menu_item_set_primary_label@Base 0.1.9
482+ ido_scale_menu_item_set_secondary_label@Base 0.1.9
483+ ido_scale_menu_item_set_style@Base 0.1.9
484+ ido_scale_menu_item_style_get_type@Base 0.1.9
485+ ido_switch_menu_item_get_content_area@Base 12.10.0
486+ ido_switch_menu_item_get_type@Base 12.10.0
487+ ido_switch_menu_item_new@Base 12.10.0
488+ ido_timeline_calculate_progress@Base 0.1.8
489+ ido_timeline_direction_get_type@Base 0.1.8
490+ ido_timeline_get_direction@Base 0.1.8
491+ ido_timeline_get_duration@Base 0.1.8
492+ ido_timeline_get_fps@Base 0.1.8
493+ ido_timeline_get_loop@Base 0.1.8
494+ ido_timeline_get_progress@Base 0.1.8
495+ ido_timeline_get_screen@Base 0.1.8
496+ ido_timeline_get_type@Base 0.1.8
497+ ido_timeline_is_running@Base 0.1.8
498+ ido_timeline_new@Base 0.1.8
499+ ido_timeline_new_for_screen@Base 0.1.8
500+ ido_timeline_pause@Base 0.1.8
501+ ido_timeline_progress_type_get_type@Base 0.1.8
502+ ido_timeline_rewind@Base 0.1.8
503+ ido_timeline_set_direction@Base 0.1.8
504+ ido_timeline_set_duration@Base 0.1.8
505+ ido_timeline_set_fps@Base 0.1.8
506+ ido_timeline_set_loop@Base 0.1.8
507+ ido_timeline_set_progress@Base 0.1.10
508+ ido_timeline_set_screen@Base 0.1.8
509+ ido_timeline_start@Base 0.1.8
510
511=== added file 'debian/libido3-0.1-dev.install'
512--- debian/libido3-0.1-dev.install 1970-01-01 00:00:00 +0000
513+++ debian/libido3-0.1-dev.install 2012-11-26 15:39:45 +0000
514@@ -0,0 +1,3 @@
515+usr/include/libido3-*
516+usr/lib/*/pkgconfig/libido3-*
517+usr/lib/*/libido3-*.so
518
519=== added file 'debian/rules'
520--- debian/rules 1970-01-01 00:00:00 +0000
521+++ debian/rules 2012-11-26 15:39:45 +0000
522@@ -0,0 +1,14 @@
523+#!/usr/bin/make -f
524+
525+export DPKG_GENSYMBOLS_CHECK_LEVEL = 4
526+
527+%:
528+ dh $@ --with autoreconf
529+
530+override_dh_autoreconf:
531+ NOCONFIGURE=1 dh_autoreconf ./autogen.sh
532+
533+override_dh_install:
534+ find debian/tmp/usr/lib -name *.la -delete
535+ dh_install --fail-missing
536+
537
538=== added file 'debian/watch'
539--- debian/watch 1970-01-01 00:00:00 +0000
540+++ debian/watch 2012-11-26 15:39:45 +0000
541@@ -0,0 +1,2 @@
542+version=3
543+http://launchpad.net/ido/+download .*/ido-([0-9.]+)\.tar\.gz

Subscribers

People subscribed via source and target branches