Merge lp:~cyphermox/indicator-session/inline into lp:indicator-session/13.04

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Approved by: Allan LeSage
Approved revision: 384
Merged at revision: 373
Proposed branch: lp:~cyphermox/indicator-session/inline
Merge into: lp:indicator-session/13.04
Diff against target: 1217 lines (+1175/-0)
8 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+1062/-0)
debian/compat (+1/-0)
debian/control (+48/-0)
debian/copyright (+39/-0)
debian/rules (+20/-0)
debian/source/format (+1/-0)
debian/watch (+2/-0)
To merge this branch: bzr merge lp:~cyphermox/indicator-session/inline
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Charles Kerr (community) Approve
Didier Roche-Tolomelli Approve
Review via email: mp+134371@code.launchpad.net

Description of the change

Merging in debian/....

To post a comment you must log in.
380. By Mathieu Trudel-Lapierre

Remove extra # typo in uploaders comment in debian/control.

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

The packaging itself looks good. however, when building in pbuilder:
 Unit Tests: no

Can you please check the missing build-deps, to get the tests enabled? Thanks!

review: Needs Fixing
381. By Mathieu Trudel-Lapierre

Add libdbustest1-dev to Build-Depends.

382. By Mathieu Trudel-Lapierre

Add libdbustest1-dev, dbus-test-runner to Build-Depends.

Revision history for this message
Charles Kerr (charlesk) wrote :

Build-Depends should also have libgtest-dev for the unit tests

review: Needs Fixing
383. By Mathieu Trudel-Lapierre

Temporarily disable running tests due to an issue with getting the
gsettings schema for testing.

384. By Mathieu Trudel-Lapierre

Explicitly list libgtest-dev in Build-Depends, even though it does get
pulled in via libxorg-gtest-dev.

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

with that change, +1 for me :)

review: Approve
Revision history for this message
Charles Kerr (charlesk) wrote :

Actually... since I've got a rewrite of the unit tests pending for bug #1074065, it's probably not useful to worry about the unit tests here.

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

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-15 17:15:39 +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-15 17:15:39 +0000
13@@ -0,0 +1,1062 @@
14+indicator-session (12.10.5-0ubuntu1) UNRELEASED; urgency=low
15+
16+ * debian/rules:
17+ - Add DPKG_GENSYMBOLS_CHECK_LEVEL=4.
18+ - Use the dh sequencer with autoreconf.
19+ - Override dh_autoreconf to run autogen.sh.
20+ - Temporarily disable running tests due to an issue with getting the
21+ gsettings schema for testing.
22+ * debian/control:
23+ - Add dh-autoreconf to Build-Depends.
24+ - Add gnome-common to Build-Depends.
25+ - Add libdbustest1-dev, dbus-test-runner to Build-Depends.
26+ - Explicitly list libgtest-dev in Build-Depends, even though it does get
27+ pulled in via libxorg-gtest-dev.
28+ - Adjust style to be consistent and use trailing commas in lists.
29+ - Update Vcs-Bzr and Vcs-Browser fields and add notice for uploaders.
30+
31+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 14 Nov 2012 15:22:44 -0500
32+
33+indicator-session (12.10.4-0ubuntu1) quantal; urgency=low
34+
35+ * New upstream release.
36+
37+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 03 Oct 2012 21:36:09 +0200
38+
39+indicator-session (12.10.3-0ubuntu1) quantal; urgency=low
40+
41+ * New upstream release.
42+ - 12.10.0 showed "Guest user" even when disabled in lightdm (LP: #1049902)
43+ - Provide a fallback if theme's missing the session menu icon (LP: #1029036)
44+ - Fix some strings that hadn't been marked for translation
45+
46+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 19 Sep 2012 15:59:23 -0400
47+
48+indicator-session (12.10.2-0ubuntu3) quantal; urgency=low
49+
50+ * Cherry-pick upstream:
51+ - Make "Suspend" translatable
52+
53+ -- Didier Roche <didrocks@ubuntu.com> Thu, 13 Sep 2012 12:50:04 +0200
54+
55+indicator-session (12.10.2-0ubuntu2) quantal; urgency=low
56+
57+ * Change the menu to say 'Shut Down' instead of 'Switch Off' by default,
58+ since the latter is completely non-idiomatic in American English; and
59+ update the translations for commonwealth English in the package to
60+ preserve the preferred wording for en_GB. LP: #1029036.
61+
62+ -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 12 Sep 2012 11:50:03 -0700
63+
64+indicator-session (12.10.2-0ubuntu1) quantal; urgency=low
65+
66+ * New upstream release:
67+ - Add an 'Online Accounts' menuitem (lp: #1044464)
68+ - Add disposition highlighting to the indicator icon (lp: #1044015)
69+ - Remove the Restart button from the shutdown dialog (lp: #1027952)
70+
71+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 31 Aug 2012 19:38:05 +0200
72+
73+indicator-session (12.10.1-0ubuntu3) quantal; urgency=low
74+
75+ * debian/rules:
76+ - set libexecdir to a non multiarch location, other components look
77+ to the standard path for the logout dialog helper, that's a workaround
78+ until the binary is moved to bin (lp: #1041410)
79+
80+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 27 Aug 2012 15:15:49 +0200
81+
82+indicator-session (12.10.1-0ubuntu2) quantal; urgency=low
83+
84+ * Backported upstream fix for the testsuit
85+ * debian/control:
86+ - build-depends on libxorg-gtest-dev
87+ * debian/rules: re-enable the tests
88+
89+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 24 Aug 2012 15:31:40 +0200
90+
91+indicator-session (12.10.1-0ubuntu1) quantal; urgency=low
92+
93+ * New upstream release:
94+ - Menu items for users are too tall (lp: #1024395)
95+ - should update glib requirement (lp: #1023533)
96+ * Updating package to use current standards (dh9)
97+
98+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 23 Aug 2012 16:30:12 +0200
99+
100+indicator-session (12.10.0-0ubuntu1) quantal; urgency=low
101+
102+ * New upstream release:
103+ - new design, merge user and session menus and drop devices entries
104+ * debian/control.in:
105+ - drop Build-depends on libgudev-1.0-devb
106+ - drop gtk2 binary and Build-Depends
107+ - replace outdated Conflicts, Replaces, Breaks after the LTS
108+ - updated glib requirement
109+ * debian/rules:
110+ - drop the multibuild, we only build for gtk3
111+
112+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 11 Jul 2012 19:53:28 +0200
113+
114+indicator-session (0.3.96-0ubuntu2) quantal; urgency=low
115+
116+ * Recommend packagekit-system-interface instead of
117+ python-aptdaemon.pkcompat: we care about the dbus interface, now
118+ provided by the python3 package, not the python module.
119+
120+ -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 13 Jun 2012 16:13:28 -0700
121+
122+indicator-session (0.3.96-0ubuntu1) precise; urgency=low
123+
124+ * New upstream release.
125+ * Remove desktop files so they don't appear in the dash. (LP: #973181)
126+ * Add gcov to the build for coverage statistics
127+
128+ -- Charles Kerr <charles.kerr@canonical.com> Thu, 05 Apr 2012 12:50:09 -0500
129+
130+indicator-session (0.3.95-0ubuntu1) precise; urgency=low
131+
132+ * New upstream release.
133+ * Fix small memory leaks (lp: #957342)
134+
135+ -- Charles Kerr <charles.kerr@canonical.com> Wed, 21 Mar 2012 12:28:43 -0500
136+
137+indicator-session (0.3.94-0ubuntu1) precise; urgency=low
138+
139+ * New upstream release.
140+
141+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 14 Mar 2012 19:38:25 +0100
142+
143+indicator-session (0.3.93-0ubuntu1) precise; urgency=low
144+
145+ * New upstream release.
146+ * Reverting locking change from earlier releases
147+ * Working with PackageKit restart signals better
148+
149+ -- Ted Gould <ted@ubuntu.com> Fri, 09 Mar 2012 15:31:35 -0600
150+
151+indicator-session (0.3.92-0ubuntu3) precise; urgency=low
152+
153+ * Backport mvo's restart required fix, with the new aptdaemon that
154+ should fix the issue for good (lp: #942104)
155+
156+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 09 Mar 2012 13:39:43 +0100
157+
158+indicator-session (0.3.92-0ubuntu2) precise; urgency=low
159+
160+ * Backport r243 and r244, should fix the restart required status update
161+ once aptdaemon is fixed to correctly emit signals (lp: #942104)
162+ * debian/patches/restore_session_lock.patch, debian/rules:
163+ - replace by a backport of the official commit
164+
165+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 06 Mar 2012 16:06:57 +0100
166+
167+indicator-session (0.3.92-0ubuntu1) precise; urgency=low
168+
169+ * debian/patches/restore_session_lock.patch, debian/rules:
170+ - get the indicator to enforce locking again since we still have cases
171+ where locking is not done otherwise (lp: #939518)
172+
173+ [ Martin Pitt ]
174+ * debian/control: Add alternative packagekit dependency, since this ought to
175+ work with either the aptdaemon pkcompat or packagekit itself.
176+
177+ [ Ted Gould ]
178+ * New upstream release.
179+ * Make GUDev dependency optional for non-Linux kernels
180+ * Add accessibility strings on the icons (LP: #891861)
181+
182+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 23 Feb 2012 19:42:06 +0100
183+
184+indicator-session (0.3.91-0ubuntu1) precise; urgency=low
185+
186+ * Backport "Don't lock the session when switching to another one"
187+ work from Robert Ancell, the screen locking is already done by
188+ consolekit and enforcing it there is problematic to i.e use the
189+ lightdm greeter as a lock screen (lp: #878836)
190+ * debian/control:
191+ - recommends python-aptdaemon.pkcompat so packagekit doesn't get installed
192+ * debian/source/format:
193+ - use v1, v3 doesn't play nicely with vcs backports
194+
195+ [ Ken VanDine ]
196+ * New upstream release. (lp: #903756)
197+ * debian/control
198+ - added new build depends on libpackagekit-glib2-dev
199+
200+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 14 Feb 2012 18:49:02 +0100
201+
202+indicator-session (0.3.90-0ubuntu1) precise; urgency=low
203+
204+ * New upstream release.
205+ * Screensaver code cleanup
206+ * Fix ordering of items on request
207+ * Removing GOA support
208+ * Fix GTK3 Box Deprecation
209+ * Updating to dbusmenu 0.5.90
210+ * Making the gtk logout helper and apt optional build time choices
211+ * Add name hints to the indicators
212+ * bump version for release
213+ * Drop debian/patches/01-remove-dead-gss-handling.patch: Upstream
214+ * debian/control: Updating dbusmenu dep to 0.5.90
215+
216+ -- Ted Gould <ted@ubuntu.com> Tue, 07 Feb 2012 21:19:27 -0600
217+
218+indicator-session (0.3.7.1-1ubuntu2) precise; urgency=low
219+
220+ * debian/patches/01-remove-dead-gss-handling.patch: Remove dead GSS
221+ throttling code. Let gnome-settings-daemon handle locking the screen
222+ when UPower requests it.
223+
224+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com> Sat, 28 Jan 2012 16:56:41 -0500
225+
226+indicator-session (0.3.7.1-1ubuntu1) precise; urgency=low
227+
228+ * rebuild for libindicator7
229+ * debian/rules
230+ - build with no-error=deprecated-declarations
231+ * debian/control
232+ - set ubuntu-desktop VCS and maintainer
233+
234+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 25 Jan 2012 09:59:06 -0500
235+
236+indicator-session (0.3.7.1-1) experimental; urgency=low
237+
238+ * Merge from Ubuntu.
239+ + Doesn't FTBFS with -Werror.
240+ Closes: #625356
241+ * Update debian/copyright.
242+ * Add lintian override for desktop-command-not-in-package,
243+ we need an own xdg-screensaver .desktop file.
244+
245+ -- Evgeni Golov <evgeni@debian.org> Sat, 05 Nov 2011 19:02:56 +0100
246+
247+indicator-session (0.3.7.1-0ubuntu1) precise; urgency=low
248+
249+ * New upstream release.
250+ - indicator-session shows name as "[Invalid UTF-8]" if there are
251+ more than 6 user accounts (LP: #874194)
252+
253+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 28 Oct 2011 11:55:38 -0400
254+
255+indicator-session (0.3.7-0ubuntu1) oneiric-proposed; urgency=low
256+
257+ * New upstream release.
258+ * Fix some variant ref issues causing crashes (LP: #863930)
259+ * Handle cases of returned dbus messages from ConsoleKit (LP: #864085)
260+
261+ -- Ted Gould <ted@ubuntu.com> Thu, 13 Oct 2011 13:19:13 -0500
262+
263+indicator-session (0.3.6-0ubuntu2) oneiric; urgency=low
264+
265+ * data/indicator-session.convert
266+ - Fixed improperly mapped gconf to gsettings keys (LP: #858798)
267+
268+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 03 Oct 2011 10:26:54 -0400
269+
270+indicator-session (0.3.6-0ubuntu1) oneiric; urgency=low
271+
272+ * New upstream release.
273+ * Fix convert file key naming (LP: #847807)
274+ * Use environment variable to get seat path (LP: #856455)
275+ * Fix abort when using ConsoleKit fallback (LP: #740382)
276+ * Update session icon instead of creating a new one (LP: #854292)
277+ * Update to latest Launchpad translations
278+
279+ -- Ted Gould <ted@ubuntu.com> Tue, 27 Sep 2011 17:06:47 -0500
280+
281+indicator-session (0.3.5.1-0ubuntu1) oneiric; urgency=low
282+
283+ * New upstream release.
284+ - don't start apt on logging
285+ - [UIFe] should say "Restart to Complete Updates…" (LP: #850013)
286+
287+ -- Didier Roche <didrocks@ubuntu.com> Thu, 15 Sep 2011 10:33:56 +0200
288+
289+indicator-session (0.3.5.0-0ubuntu1) oneiric; urgency=low
290+
291+ * New upstream release:
292+ - fix the updates menu items randomly working (lp: #842946)
293+ - "Guest Session should not show if guest session was disabled in
294+ the display manager" (lp: #835084)
295+ - segfault fix (lp: #840660)
296+ - don't display temporary guest user generated username (lp: #844272)
297+ - respect "show-real-name-on-panel" to hide the username (lp: #812728)
298+
299+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 09 Sep 2011 11:18:26 +0200
300+
301+indicator-session (0.3.4.3-0ubuntu1) oneiric; urgency=low
302+
303+ * New upstream release.
304+ - new gsettings key "com.canonical.indicator.session user-show-menu"
305+ - "[UIFe]Greeter power menu has cog icon but no settings"
306+ (lp: #838546)
307+
308+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 06 Sep 2011 22:09:41 +0200
309+
310+indicator-session (0.3.4.2-0ubuntu1) oneiric; urgency=low
311+
312+ * New upstream release.
313+ - states 'software up-to-date' although there're updates
314+ available" (LP: #831650)
315+ * -debian/patches/revert_icon_change.patch
316+
317+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 02 Sep 2011 12:22:03 -0400
318+
319+indicator-session (0.3.4.1-0ubuntu1) oneiric; urgency=low
320+
321+ [Ken VanDine]
322+ * New upstream release.
323+ - in a Guest session user menu is not visible (LP: #834948)
324+ - User name shown as [Invalid UTF-8] in live session (LP: #837246)
325+ - "Reboot Required" menu opens Update Manager, doesn't reboot (LP: #837658)
326+ - indicator-session-service crashed with SIGSEGV in
327+ g_str_hash() (LP: #824243)
328+ - indicator-session-service crashed with SIGSEGV in
329+ g_variant_unref() (LP: #833965)
330+ * +debian/patches/revert_icon_change.patch
331+ - revert the icon change in greeter mode until a UIF exception is
332+ approved
333+ * +debian/source/format
334+
335+ [Ted Gould]
336+ * debian/control: Adding a depend on gnome-settings-daemon to ensure that
337+ the required schemas are available. (LP: #833965)
338+
339+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 01 Sep 2011 13:53:50 -0400
340+
341+indicator-session (0.3.3.2-0ubuntu1) oneiric; urgency=low
342+
343+ * New upstream release.
344+ - Don't set LC_ALL to C
345+ * debian/rules
346+ - dh_translations doesn't handle multibuilds, so manually add the domain
347+
348+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 26 Aug 2011 09:49:37 -0400
349+
350+indicator-session (0.3.3.1-0ubuntu1) oneiric; urgency=low
351+
352+ * New upstream release.
353+ - Fixed string displayed for users name on single user systems
354+
355+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Aug 2011 15:25:40 -0400
356+
357+indicator-session (0.3.3-0ubuntu2) oneiric; urgency=low
358+
359+ * src/udev-mgr.c
360+ - Cherry picked fix for (LP: #833795)
361+
362+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Aug 2011 12:56:17 -0400
363+
364+indicator-session (0.3.3-0ubuntu1) oneiric; urgency=low
365+
366+ * New upstream release.
367+ - User menu should still show even if there is only 1 user (LP: #831758)
368+ - Bluetooth item in menu not needed (LP: #825111)
369+ - Newly created users are not added to the menu until next
370+ login (LP: #552048)
371+ - Users list in shutdown menu is not updated on user
372+ deletion (LP: #557608)
373+ - should use gsettings rather than gconf (LP: #656323)
374+ * debian/control
375+ - Bump dbusmenu build dep to >= 0.4.92
376+
377+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Aug 2011 08:58:56 -0400
378+
379+indicator-session (0.3.2-0ubuntu1) oneiric; urgency=low
380+
381+ * New upstream release.
382+ - Top-right bar shows "nvalid UTF-8]" (LP: #811852)
383+ - Don't display 'updates available' when there aren't any (LP: #819495)
384+ - guest item in user menu (LP: #827909)
385+ - user menu shows all users with active sessions (LP: #827932)
386+ - Use ellipsis consistently in the indicator-session strings (LP: #621339)
387+ - ftbfs with gcc-4.6 -Werror (LP: #793105)
388+ - lightdm asks for password when resuming from suspend even when no one
389+ is logged in (LP: #812804)
390+
391+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 18 Aug 2011 14:30:06 -0400
392+
393+indicator-session (0.3.1-0ubuntu2) oneiric; urgency=low
394+
395+ * debian/rules: run intltool-update to update the translations template
396+ (lp: #820705)
397+
398+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 11 Aug 2011 17:09:08 +0200
399+
400+indicator-session (0.3.1-0ubuntu1) oneiric; urgency=low
401+
402+ * New upstream release.
403+ - restart is missing from SessionMenu (LP: #815077)
404+ - Don't allow starting programs via the greeter indicators (LP: #811853)
405+ - Printer menu item should launch system-config-printer (LP: #818602)
406+ - gudev integration
407+ - apt restart required awareness
408+ * debian/control
409+ - Added build depends on libgudev-1.0-dev
410+
411+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 10 Aug 2011 16:23:33 -0400
412+
413+indicator-session (0.3.0-0ubuntu1) oneiric; urgency=low
414+
415+ * New upstream release.
416+ - fixed bug where the user menu wouldn't open in unity (LP: #812728)
417+ - Include apt, settings and device menus
418+ * debian/rules
419+ - Updated gtk configure args
420+
421+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 22 Jul 2011 13:41:08 -0400
422+
423+indicator-session (0.2.93-0ubuntu1) oneiric; urgency=low
424+
425+ * New upstream release.
426+ * debian/control
427+ - Added Replaces indicator-me
428+
429+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 14 Jul 2011 14:29:15 -0400
430+
431+indicator-session (0.2.92-0ubuntu2) oneiric; urgency=low
432+
433+ * src/session-service.c: drop g_debug leftover which broke the build
434+
435+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 08 Jul 2011 11:52:43 +0200
436+
437+indicator-session (0.2.92-0ubuntu1) oneiric; urgency=low
438+
439+ [ Ted Gould ]
440+ * New upstream release. (0.2.91)
441+ * Integrates with LightDM now
442+ * Moved to libindicator 0.4
443+ * New upstream release. (0.2.92)
444+ * Fixed dist'ing the XML files
445+ * debian/control: Move suggests from gdm to lightdm
446+
447+ [ Ken VanDine ]
448+ * debian/control
449+ - bumped build depends for libindicator to >= 0.3.90
450+
451+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 07 Jul 2011 14:59:44 -0400
452+
453+indicator-session (0.2.90-0ubuntu3) oneiric; urgency=low
454+
455+ * Rebuild for libdbusmenu-gtk3-4
456+ * debian/control
457+ - Dropped build depends on indicator-session-gtk2
458+
459+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 28 Jun 2011 09:06:33 -0400
460+
461+indicator-session (0.2.90-0ubuntu2) oneiric; urgency=low
462+
463+ * debian/control
464+ - Properly recommend indicator-session-gtk2
465+
466+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 23 Jun 2011 10:05:25 -0400
467+
468+indicator-session (0.2.90-0ubuntu1) oneiric; urgency=low
469+
470+ [ Ted Gould ]
471+ * New upstream release.
472+ * GTK3 support
473+
474+ [ Ken VanDine ]
475+ * debian/control
476+ - Bumped standards version to 3.9.2
477+ - Add new binary for indicator-session-gtk2
478+ - Make indicator-session recommend indicator-session-gtk2 (until unity
479+ can load gtk3 indicators)
480+ - indicator-session-gtk2 replaces indicator-session << 0.2.90
481+ - Added build depends for libdbusmenu-gtk3-dev and libindicator3-dev
482+ * debian/rules
483+ - build for both gtk2 and gtk3
484+
485+ -- Ken VanDine <ken.vandine@canonical.com> Wed, 22 Jun 2011 12:18:18 -0400
486+
487+indicator-session (0.2.17-1) unstable; urgency=low
488+
489+ * Merge new upstream release from Ubuntu.
490+ * Standards-Version: 3.9.2
491+
492+ -- Evgeni Golov <evgeni@debian.org> Sun, 05 Jun 2011 13:28:54 +0200
493+
494+indicator-session (0.2.17-0ubuntu1) natty; urgency=low
495+
496+ * New upstream release.
497+ * Don't die if we can't send an image update (LP: #747818)
498+
499+ -- Ted Gould <ted@ubuntu.com> Thu, 14 Apr 2011 16:06:04 -0500
500+
501+indicator-session (0.2.16-0ubuntu1) natty; urgency=low
502+
503+ * New upstream release.
504+ * Don't error and crash Unity (LP: #745323)
505+
506+ -- Ted Gould <ted@ubuntu.com> Thu, 07 Apr 2011 12:46:00 -0500
507+
508+indicator-session (0.2.15-1) unstable; urgency=low
509+
510+ * Merge from Ubuntu.
511+ Closes: #620671
512+ * Standards-Version: 3.9.1
513+ * Improve package descriptions.
514+ * Update debian/copyright to DEP5 rev173.
515+
516+ -- Evgeni Golov <evgeni@debian.org> Sun, 03 Apr 2011 14:16:17 +0200
517+
518+indicator-session (0.2.15-0ubuntu1) natty; urgency=low
519+
520+ * New upstream release.
521+ ∘ Support adding arbitrary items to the end of the session
522+ menu. (LP: #727823)
523+ ∘ Call guest session with --no-lock to ensure there is no
524+ double locking (LP: #636693)
525+
526+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Mar 2011 16:10:19 -0600
527+
528+indicator-session (0.2.14-0ubuntu1) natty; urgency=low
529+
530+ * New upstream release.
531+ * Adding in accessible description
532+ * debian/control: Bumping libindicator dep to 0.3.19
533+
534+ -- Ted Gould <ted@ubuntu.com> Thu, 17 Feb 2011 13:31:40 -0600
535+
536+indicator-session (0.2.13-0ubuntu1) natty; urgency=low
537+
538+ * New upstream release.
539+ * Making text in logout dialog unselectable (LP: #597317)
540+
541+ -- Ted Gould <ted@ubuntu.com> Fri, 11 Feb 2011 11:14:08 -0600
542+
543+indicator-session (0.2.12-0ubuntu1) natty; urgency=low
544+
545+ * New upstream release.
546+ * Fix service file names
547+ * Add log domain
548+ * Fix dbusmenu prototypes
549+
550+ -- Ted Gould <ted@ubuntu.com> Fri, 28 Jan 2011 11:19:59 -0600
551+
552+indicator-session (0.2.11-0ubuntu1) natty; urgency=low
553+
554+ * New upstream release.
555+ - Ported to gdbus and dbusmenu 0.4
556+ - indicator-session-service crashed with signal 5 in
557+ g_type_create_instance() (LP: #611257)
558+ * debian/control
559+ - Bumped build depends for dbusmenu to >= 0.3.91
560+ - Bumped build depends libindicator-dev >= 0.3.16
561+
562+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 14 Jan 2011 13:20:16 -0600
563+
564+indicator-session (0.2.10-0ubuntu4) natty; urgency=low
565+
566+ * debian/control
567+ - Bump build depends for libdbusmenu-* to >= 0.3.90
568+
569+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 09 Dec 2010 11:38:49 -0500
570+
571+indicator-session (0.2.10-0ubuntu3) maverick; urgency=low
572+
573+ * Backport upstream revision 129 to fix a crasher (lp: #611257)
574+
575+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 29 Sep 2010 15:16:28 +0200
576+
577+indicator-session (0.2.10-0ubuntu2) maverick; urgency=low
578+
579+ * Rebuild for libindicator ABI change (LP: #637692)
580+ * debian/control: depends on latest libindicator-dev
581+
582+ -- Didier Roche <didrocks@ubuntu.com> Wed, 22 Sep 2010 18:42:59 +0200
583+
584+indicator-session (0.2.10-0ubuntu1) maverick; urgency=low
585+
586+ * New upstream release.
587+ * Fix to lock screen so that the menu item is always to lock
588+ the screen. (LP: #599848)
589+ * Fix capitalization of complete update message.
590+
591+ -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 11:41:45 -0500
592+
593+indicator-session (0.2.10-0ubuntu1~ppa2) maverick; urgency=low
594+
595+ * Upstream Merge
596+ * Ignoring an invalid error message (LP: #611257)
597+
598+ -- Ted Gould <ted@ubuntu.com> Fri, 03 Sep 2010 13:56:01 -0500
599+
600+indicator-session (0.2.10-0ubuntu1~ppa1) maverick; urgency=low
601+
602+ * New upstream release.
603+ * Fix to lock screen so that the menu item is always to lock
604+ the screen. (LP: #599848)
605+ * Fix capitalization of complete update message.
606+
607+ -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 11:41:45 -0500
608+
609+indicator-session (0.2.9-0ubuntu1) maverick; urgency=low
610+
611+ * New upstream release:
612+ - Change "Restart Required..." to "Restart To Complete Update..."
613+ (lp: #586928)
614+ - Ellipsized strings.
615+
616+ -- Sebastien Bacher <seb128@ubuntu.com> Thu, 05 Aug 2010 12:45:37 +0200
617+
618+indicator-session (0.2.8-0ubuntu2) lucid; urgency=low
619+
620+ * Restore debian directory changes dropped by error
621+
622+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 09 Apr 2010 19:29:00 +0200
623+
624+indicator-session (0.2.8-0ubuntu1) lucid; urgency=low
625+
626+ * New upstream release.
627+ * Making restart and shutdown items configurable (LP: #548810)
628+ * Changing 'Sleep' to 'Suspend' (LP: #547102)
629+ * Fixing translations helper text (LP: #547131)
630+ * Passing correct object to callback (LP: #543393)
631+ * Ignoring malformed message (LP: #548620)
632+
633+ -- Ted Gould <ted@ubuntu.com> Fri, 09 Apr 2010 11:08:47 -0500
634+
635+indicator-session (0.2.7-0ubuntu3) lucid; urgency=low
636+
637+ * debian/control
638+ - Changed depends on indicator-applet to recommends
639+ * debian/patches/suspend_string.patch
640+ - Change the string back to "Suspend"
641+
642+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 26 Mar 2010 11:39:35 -0400
643+
644+indicator-session (0.2.7-0ubuntu2) lucid; urgency=low
645+
646+ * debian/patches/restore_lock_screen.patch
647+ - re-added patch that got dropped in the merge
648+
649+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Mar 2010 17:12:14 -0400
650+
651+indicator-session (0.2.7-0ubuntu1) lucid; urgency=low
652+
653+ * debian/control
654+ - Dropped Vcs-Bzr and Vcs-Browser
655+
656+ [Ted Gould]
657+ * Upstream release 0.2.7
658+ * Adding a switch for translators if the "Switch From"
659+ translation doesn't make sense (LP: #545893)
660+ * Scale avatar icons to menu size (LP: #542505)
661+ * Fix strings to have all be "Shut Down" (LP: #545578)
662+ * Remove debian/patches/restore_lock_screen.patch added by
663+ downstream.
664+
665+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 25 Mar 2010 11:23:13 -0400
666+
667+indicator-session (0.2.6-0ubuntu2) lucid; urgency=low
668+
669+ * debian/control:
670+ - change the gdm Depends to a Suggests since it's not really needed
671+ * debian/patches/restore_lock_screen.patch:
672+ - don't change "lock screen" in "start screensaver" for users who don't
673+ use lock on screensaver action by default, the behaviour change was
674+ breaking freeze and letting some users without a way to lock their
675+ computer screen (lp: #542585)
676+
677+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 23 Mar 2010 18:50:35 +0100
678+
679+indicator-session (0.2.6-0ubuntu1) lucid; urgency=low
680+
681+ * Upstream release 0.2.6
682+ ∘ Updating sessions to make guest account marked when being
683+ used (LP: #436030)
684+ ∘ String "Switch From" is miscapitalized (LP: #540265)
685+ ∘ Follow user switching lockdown key (LP: #504360)
686+ ∘ Use user avatar images in session menu (LP: #436028)
687+ ∘ Don't show suspend/hibernate if disabled in Policy Kit (LP: #432598)
688+ ∘ Lock screen when switching users (LP: #536801)
689+ ∘ Fix callback prototype (LP: #536990)
690+ ∘ Revert back to "Shut Down" instead of "Switch Off" (LP: #540056)
691+ ∘ Fix leaked GConf notifications
692+ ∘ Add GConf key for showing the "Log Out" item
693+ ∘ Adding the ability to specify a desktop file to have at the end
694+ of the menu.
695+ ∘ Setting up restart required notification by changing panel icon
696+ and icon in menus.
697+ ∘ Use the libindicator image helpers
698+ ∘ Set proper translation domain for loadable indicator
699+ ∘ Translation update
700+ * debian/control: Require libindicator 0.3.5
701+
702+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Mar 2010 14:22:41 -0500
703+
704+indicator-session (0.2.5-0ubuntu3) lucid; urgency=low
705+
706+ * Backported an upstream change to fix translations use
707+
708+ -- Sebastien Bacher <seb128@ubuntu.com> Mon, 15 Mar 2010 11:47:13 +0100
709+
710+indicator-session (0.2.5-0ubuntu2) lucid; urgency=low
711+
712+ * Backported an upstream change to fix a signal prototype issue (lp: #507776)
713+
714+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 12 Mar 2010 00:25:52 +0100
715+
716+indicator-session (0.2.5-0ubuntu1) lucid; urgency=low
717+
718+ * Upstream Release 0.2.5
719+ * Restart required menu item when it's required for updates
720+ * New logout dialogs.
721+ * Fix naming to "Switch off" and "Sleep"
722+ * Blocking the current user from the user list
723+ * Change sorting to be based on real names and handle conflicts
724+ * Removing some ConsoleKit errors (lp: #529830)
725+ * Memory leak on PangoLayout allocation
726+ * Don't set GTK decorations
727+ * ConsoleKit fallback if gnome-session not available
728+
729+ -- Ted Gould <ted@ubuntu.com> Thu, 04 Mar 2010 12:33:08 -0600
730+
731+indicator-session (0.2.4-0ubuntu2) lucid; urgency=low
732+
733+ * Backport upstream change to fix decoration rendering issues
734+
735+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 02 Mar 2010 16:03:20 +0100
736+
737+indicator-session (0.2.4-0ubuntu1) lucid; urgency=low
738+
739+ * Upstream release 0.2.4
740+ * When we can't shutdown with gnome-session fallback to using
741+ ConsoleKit.
742+ * Detect when GPM isn't available and don't error out.
743+ * Change suspend and hibernate detection property names for
744+ adjustment to upower.
745+
746+ [Ken VanDine]
747+ * debian/patches/fix-session-menu-without-gdm.patch
748+ - dropped patch, merged upstream
749+
750+ -- Ted Gould <ted@ubuntu.com> Thu, 25 Feb 2010 11:57:41 -0600
751+
752+indicator-session (0.2.3-0ubuntu2) lucid; urgency=low
753+
754+ * debian/patches/fix-session-menu-without-gdm.patch
755+ - Don't fail with a g_error when we fail to get a list of user sessions
756+ from gdm (LP: #506683)
757+
758+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 19 Feb 2010 09:43:14 -0500
759+
760+indicator-session (0.2.3-0ubuntu1) lucid; urgency=low
761+
762+ * Upstream release 0.2.3
763+ * Switch menu ordering to match design spec
764+ * Change switch menu item to "Switch from..."
765+ * Move from Devkit-Power to upower
766+ * Adding in user logged in icon and menu item
767+ * Removed debian/patches/01_port_to_upower.patch as it is now merged
768+ upstream.
769+
770+ -- Ted Gould <ted@ubuntu.com> Thu, 18 Feb 2010 09:49:22 -0600
771+
772+indicator-session (0.2.2-0ubuntu2) lucid; urgency=low
773+
774+ * debian/control: Update devicekit-power dependency to upower.
775+ * Add debian/patches/01_port_to_upower.patch: Straightforward port to
776+ upower's D-Bus API. A more elaborate port to libupower-glib has been
777+ proposed upstream as well, but it's not yet clear whether to use the
778+ client library or the D-Bus API.
779+
780+ -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 17 Feb 2010 11:30:00 +0100
781+
782+indicator-session (0.2.2-0ubuntu1) lucid; urgency=low
783+
784+ * Upstream release 0.2.2
785+ * Check the user_switching lockdown key to disable user_switching
786+ * Only create the screensaver proxy when needed.
787+ * Removing unneeded GPM proxy
788+ * Fixing and reenabling user switching
789+
790+ -- Ted Gould <ted@ubuntu.com> Thu, 11 Feb 2010 10:53:06 -0600
791+
792+indicator-session (0.2.1-0ubuntu1) lucid; urgency=low
793+
794+ * Upstream release 0.2.1
795+ * Dbusmenu 0.2.2 support
796+ * GNOME Screensaver fix (LP: #484603)
797+ * debian/control: Upping dbusmenu dependency to 0.2.2
798+
799+ -- Ted Gould <ted@ubuntu.com> Thu, 04 Feb 2010 17:34:10 -0800
800+
801+indicator-session (0.2.0-0ubuntu1) lucid; urgency=low
802+
803+ * Upstream release 0.2.0
804+ * Removing status support
805+ * Merging the users service and the session service
806+ * debian/control: Updating to depend on dbusmenu 0.2.0 or higher.
807+ * debian/control: Dropping build depends for libtelepathy-glib-dev
808+
809+ -- Ted Gould <ted@ubuntu.com> Fri, 08 Jan 2010 09:33:15 -0600
810+
811+indicator-session (0.2.0~dev-0ubuntu1~ppa2) karmic; urgency=low
812+
813+ * debian/rules
814+ - removed the extra disable-scrollkeeper arg to configure (LP: #418772)
815+ * debian/control
816+ - removed the build dep for scrollkeeper
817+
818+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 06 Nov 2009 10:24:06 -0500
819+
820+indicator-session (0.2.0~dev-0ubuntu1~ppa1) karmic; urgency=low
821+
822+ * Updating to the libindicate 0.3.0 API
823+ * debian/control: Upping the libindicator-dev version to >= 0.3.0~dev
824+ * debian/patches/01_locking_on_autologin.patch as it doesn't
825+ apply.
826+
827+ -- Ted Gould <ted@ubuntu.com> Thu, 05 Nov 2009 09:26:56 -0600
828+
829+indicator-session (0.1.7+r58-0ubuntu1) lucid; urgency=low
830+
831+ * New snapshot for libindicator 0.3.0
832+ * debian/control
833+ - build depend on libtelepathy-glib-dev instead of libempathy-dev
834+ - build depend on libindicator-dev >= 0.3.0
835+ * removed 03_tp_glib.patch and 99_autoreconf.patch, applied upstream
836+
837+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 10 Dec 2009 10:42:21 -0500
838+
839+indicator-session (0.1.7-0ubuntu5) lucid; urgency=low
840+
841+ * debian/patches/03_tp_glib.patch
842+ - Updated patch to properly work with TpAccountManager
843+
844+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 08 Dec 2009 11:01:38 -0500
845+
846+indicator-session (0.1.7-0ubuntu4) lucid; urgency=low
847+
848+ * debian/patches/02_mc5-fixes.patch
849+ - Renamed the patch for ordering
850+ * debian/patches/03_tp_glib.patch
851+ - Port from libempathy to telepathy-glib (LP: #461367)
852+ * debian/patches/99_autoreconf.patch
853+ - autoreconf for telepathy change
854+ * debian/control
855+ - build depend on libtelepathy-glib-dev instead of libempathy-dev
856+
857+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 08 Dec 2009 08:58:06 -0500
858+
859+indicator-session (0.1.7-0ubuntu3) karmic; urgency=low
860+
861+ * debian/patches/01_locking_on_autologin.patch:
862+ - don't stop users to lock their screen on autologin configs,
863+ thank David Barth (lp: #438936)
864+
865+ -- Sebastien Bacher <seb128@ubuntu.com> Wed, 14 Oct 2009 19:16:24 +0200
866+
867+indicator-session (0.1.7-0ubuntu3~ppa1) karmic; urgency=low
868+
869+ * Listen on DBus for MissionControl coming on and off the bus
870+ as EmpathyAccountManager used to do that for us before.
871+ * Remove debian/patches/mc5-fixes.patch
872+
873+ -- Ted Gould <ted@ubuntu.com> Sat, 10 Oct 2009 08:44:16 -0400
874+
875+indicator-session (0.1.7-0ubuntu2) karmic; urgency=low
876+
877+ * debian/patches/mc5-fixes.patch (LP: #427643)
878+ - Fix presence in mc5
879+
880+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 09 Oct 2009 08:20:46 +0200
881+
882+indicator-session (0.1.7-0ubuntu1) karmic; urgency=low
883+
884+ * Upstream release 0.1.7
885+ * Changing the icon so that if you are disconnected it is
886+ 'system-shutdown-panel' and making sure that we see it
887+ sometimes by not allocating the EmpathyAccountManager isn't
888+ allocated until status is set. (LP: #432635)
889+ * Also fixes by happenstance: (LP: #444170 and LP: #437065)
890+ * Handling the locking of the screensaver so that we ensure
891+ the screensaver is active before suspending. Also, we
892+ throttle it to ensure it doesn't start until after suspend.
893+ (LP: #444391)
894+ * Asynchronized the menu handling so that it's in the right
895+ order with async startup. (LP: #440484)
896+ * String change, "New Session" to "Switch User" (LP: #444494)
897+ * Removed debian/patches/switch_user_lp-444494.patch
898+
899+ -- Ted Gould <ted@ubuntu.com> Thu, 08 Oct 2009 11:12:07 -0400
900+
901+indicator-session (0.1.6-0ubuntu2) karmic; urgency=low
902+
903+ * debian/patches/switch_user_lp-444494.patch
904+ - String change, "New Session" to "Switch User" (LP: #444494)
905+
906+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 06 Oct 2009 10:44:57 -0400
907+
908+indicator-session (0.1.6-0ubuntu1) karmic; urgency=low
909+
910+ * Upstream release 0.1.6 (LP: #440216)
911+ * Making startup of services asynchronous (LP: #436181)
912+ * Disabling "Lock Screen" item when action is blocked by
913+ GDM autologin (LP: #436724)
914+ * Disabling "Lock Screen" in guest session (LP: #439068)
915+
916+ -- Ted Gould <ted@ubuntu.com> Thu, 01 Oct 2009 23:33:25 +0200
917+
918+indicator-session (0.1.5-0ubuntu2) karmic; urgency=low
919+
920+ * src/indicator-session.c:
921+ - Changing the start up of the services to be asynchronous, thank Ted Gould
922+ (lp: #436181)
923+
924+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 29 Sep 2009 01:25:38 +0200
925+
926+indicator-session (0.1.5-0ubuntu1) karmic; urgency=low
927+
928+ * Upstream release 0.1.5 (LP: #436223)
929+ * PolicyKit-1 support (LP: #418643)
930+ * GDM User list support (LP: #422052)
931+ * MissionControl5 support (LP: #427643)
932+ * Better locking of the screensaver (LP: #428115)
933+ * debian/control: Adding in a libempathy-dev build dependency
934+ as it's now required by upstream.
935+ * Removing patches 01_polkit-1.patch and 99_autoreconf.patch
936+ as they were merged upstream.
937+
938+ -- Ted Gould <ted@ubuntu.com> Thu, 24 Sep 2009 17:07:51 -0500
939+
940+indicator-session (0.1.4-0ubuntu2) karmic; urgency=low
941+
942+ * Add 01_polkit-1.patch: Port to polkit-1. (LP: #412601)
943+ * Add 99_autoreconf.patch: Autoconf changes for above patch.
944+ * debian/control: libpolkit-gnome-dev → libpolkit-gobject-1-dev
945+
946+ -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 22 Sep 2009 09:17:43 +0200
947+
948+indicator-session (0.1.4-0ubuntu1) karmic; urgency=low
949+
950+ * Upstream release (LP: #432120)
951+ * Fixes to issues brought up by the design team.
952+
953+ -- Ted Gould <ted@ubuntu.com> Thu, 17 Sep 2009 11:08:07 -0500
954+
955+indicator-session (0.1.3-0ubuntu1) karmic; urgency=low
956+
957+ * Upstream release 0.1.3
958+ * GConf Key change listening
959+ * Pidgin and Empathy (2.26) startup detection
960+ * Label fixes
961+ * Icon fixes for logout windows (LP: #426355)
962+
963+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Sep 2009 20:38:44 -0500
964+
965+indicator-session (0.1.2-0ubuntu1) karmic; urgency=low
966+
967+ * debian/control:
968+ - build-depends on libgconf2-dev
969+
970+ [ Ted Gould ]
971+ * Upstream version 0.1.2
972+ * Adds translation setup. (fixes LP: #425598)
973+ * Packaging fix to use upstream tarball. (fixes LP: #418769)
974+ * Shows elipsis when dialogs are enabled (fixes LP: #421693)
975+ * Adds GConf key for configure whether dialogs on shutdown and
976+ logout are shown. (fixes LP: #422025)
977+
978+ -- Sebastien Bacher <seb128@ubuntu.com> Tue, 08 Sep 2009 18:15:03 +0200
979+
980+indicator-session (0.1.2-0ubuntu1~ppa1) karmic; urgency=low
981+
982+ * Upstream version 0.1.2 fixes LP: #425598, LP: #418769, LP: #421693
983+ and LP: #422025.
984+
985+ -- Ted Gould <ted@ubuntu.com> Tue, 08 Sep 2009 10:51:59 -0500
986+
987+indicator-session (0.1.1-0ubuntu2~ppa2) karmic; urgency=low
988+
989+ * Merging in c_korn's branch.
990+
991+ -- Ted Gould <ted@ubuntu.com> Tue, 08 Sep 2009 10:18:56 -0500
992+
993+indicator-session (0.1.1-0ubuntu2~ppa1) karmic; urgency=low
994+
995+ * Removing printing DBus error message as it sometimes isn't
996+ valid. (LP: #420238)
997+
998+ -- Ted Gould <ted@ubuntu.com> Fri, 04 Sep 2009 13:44:45 -0500
999+
1000+indicator-session (0.1.1-0ubuntu1) karmic; urgency=low
1001+
1002+ * set bzr-builddeb merge mode to true for easy tarball build
1003+
1004+ [ Ted Gould ]
1005+ * Upstream update 0.1.1 for dbusmenu 0.1.2 (LP: #423975)
1006+ * debian/control: Increasing dbusmenu dep to 0.1.2
1007+
1008+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 04 Sep 2009 11:46:25 +0200
1009+
1010+indicator-sus (0.1-0ubuntu2) UNRELEASE; urgency=low
1011+
1012+ * Fixed Vcs-Bzr location, part of the indicator-applet project
1013+ * specify Vcs-Bzr-Browser
1014+
1015+ -- Alexander Sack <asac@ubuntu.com> Tue, 11 Aug 2009 17:26:15 +0200
1016+
1017+indicator-sus (0.1-0ubuntu1) karmic; urgency=low
1018+
1019+ * Include icons in the tarball
1020+ * Added license files
1021+ * Corrected the FSF address
1022+ * debian/control
1023+ - Set Homepage and Vcs-Bzr
1024+ * Added debian/watch
1025+ * Changed conflicts for gdm to <= 2.27.4-0ubuntu9
1026+ * Depend on indicator-applet >= 0.2
1027+
1028+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 11 Aug 2009 09:53:56 -0400
1029+
1030+indicator-sus (0.1~ppa6) karmic; urgency=low
1031+
1032+ * debian/control: Conflicting with gdm < 2.27.4-0ubuntu9 or
1033+ lower to stop people from having problems with the PPA.
1034+
1035+ -- Ted Gould <ted@ubuntu.com> Sat, 08 Aug 2009 00:19:34 +0100
1036+
1037+indicator-sus (0.1~ppa5) karmic; urgency=low
1038+
1039+ * Legal headers on the source files.
1040+
1041+ -- Ted Gould <ted@ubuntu.com> Fri, 07 Aug 2009 23:57:19 +0100
1042+
1043+indicator-sus (0.1~ppa4) karmic; urgency=low
1044+
1045+ * Merging in status shuffle branch.
1046+
1047+ -- Ted Gould <ted@ubuntu.com> Fri, 07 Aug 2009 21:55:52 +0100
1048+
1049+indicator-sus (0.1~ppa3) karmic; urgency=low
1050+
1051+ * Fleshing out significantly. Inital rerelease.
1052+
1053+ -- Ted Gould <ted@ubuntu.com> Sun, 26 Jul 2009 23:50:47 -0500
1054+
1055+indicator-sus (0.1~ppa1) intrepid; urgency=low
1056+
1057+ * Initial release
1058+
1059+ -- Ted Gould <ted@ubuntu.com> Thu, 04 Dec 2008 23:51:41 -0800
1060+
1061+indicator-session (0.1~bzr17-0ubuntu1) karmic; urgency=low
1062+
1063+ * New snapshot (LP: #417035)
1064+ * Package rename from 'indicator-sus' to 'indicator-session'
1065+ * Merging in the branch that adds in the status icons to
1066+ the panel.
1067+ * debian/control:
1068+ - Switching to indicator-session and conflicting
1069+ - Changed Vcs-Bzr to point to ~ubuntu-desktop
1070+ - Changed the project homepage
1071+ and replacing indicator-sus
1072+ * debian/watch: Switching to indicator-session*
1073+
1074+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 21 Aug 2009 12:28:13 -0400
1075+
1076
1077=== added file 'debian/compat'
1078--- debian/compat 1970-01-01 00:00:00 +0000
1079+++ debian/compat 2012-11-15 17:15:39 +0000
1080@@ -0,0 +1,1 @@
1081+9
1082
1083=== added file 'debian/control'
1084--- debian/control 1970-01-01 00:00:00 +0000
1085+++ debian/control 2012-11-15 17:15:39 +0000
1086@@ -0,0 +1,48 @@
1087+Source: indicator-session
1088+Section: gnome
1089+Priority: optional
1090+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
1091+Build-Depends: debhelper (>= 9),
1092+ dh-autoreconf,
1093+ dh-translations,
1094+ intltool,
1095+ gnome-common,
1096+ libxorg-gtest-dev,
1097+ libgtest-dev,
1098+ libdbustest1-dev,
1099+ dbus-test-runner,
1100+ libgtk-3-dev,
1101+ libglib2.0-dev (>= 2.33),
1102+ libgconf2-dev,
1103+ libdbus-glib-1-dev,
1104+ gnome-doc-utils,
1105+ libindicator3-dev (>= 0.3.90),
1106+ libdbusmenu-glib-dev (>= 0.5.90),
1107+ libdbusmenu-gtk3-dev (>= 0.5.90),
1108+ libpackagekit-glib2-dev,
1109+ libpolkit-gobject-1-dev,
1110+Standards-Version: 3.9.3
1111+Homepage: https://launchpad.net/indicator-session
1112+# If you aren't a member of ~indicator-applet-developers but need to upload
1113+# packaging changes, just go ahead. ~indicator-applet-developers will notice
1114+# and sync up the code again.
1115+Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/indicator-session/trunk.13.04
1116+Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/indicator-session/trunk.13.04/files
1117+
1118+Package: indicator-session
1119+Architecture: any
1120+Depends: ${shlibs:Depends},
1121+ ${misc:Depends},
1122+ upower,
1123+ gnome-settings-daemon,
1124+Recommends: indicator-applet (>= 0.2) | indicator-renderer,
1125+ packagekit-system-interface | packagekit,
1126+Suggests: lightdm
1127+Description: indicator showing session management, status and user switching
1128+ This indicator is designed to be placed on the right side of a panel and
1129+ give the user easy control for changing their instant message status.
1130+ Switching to another user. Starting a guest session. Or controlling the
1131+ status of their own session.
1132+ .
1133+ It requires some way to be hosted into a panel. For the GNOME Panel the
1134+ appropriate package is indicator-applet-session.
1135
1136=== added file 'debian/copyright'
1137--- debian/copyright 1970-01-01 00:00:00 +0000
1138+++ debian/copyright 2012-11-15 17:15:39 +0000
1139@@ -0,0 +1,39 @@
1140+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
1141+Upstream-Name: indicator-session
1142+Upstream-Contact: Ted Gould <ted@canonical.com>
1143+Source: https://launchpad.net/indicator-session
1144+
1145+Files: *
1146+Copyright: 2009-2011 Ted Gould <ted@canonical.com>, Canonical Ltd.
1147+License: GPL-3
1148+
1149+Files: gconf-helper.*
1150+Copyright: 2009-2011 Christoph Korn <c_korn@gmx.de>
1151+License: GPL-3
1152+
1153+Files: gtk-logout-helper.c
1154+Copyright: 2009-2011 Ted Gould <ted@canonical.com>, Canonical Ltd.
1155+ 2009-2011 Christoph Korn <c_korn@gmx.de>
1156+License: GPL-3
1157+
1158+Files: session-service.c
1159+Copyright: 2009-2011 Ted Gould <ted@canonical.com>, Canonical Ltd.
1160+ 2009-2011 Christoph Korn <c_korn@gmx.de>
1161+ 2009-2011 Cody Russell <crussell@canonical.com>, Canonical Ltd.
1162+License: GPL-3
1163+
1164+Files: users-service-dbus.*
1165+Copyright: 2009-2011 Cody Russell <crussell@canonical.com>, Canonical Ltd.
1166+License: GPL-3
1167+
1168+Files: debian/*
1169+Copyright: 2011 Evgeni Golov <evgeni@debian.org>
1170+ 2009-2011 Ted Gould <ted@canonical.com>, Canonical Ltd.
1171+ 2009-2011 Sebastien Bacher <seb128@ubuntu.com>
1172+ 2009-2011 Ken VanDine <ken.vandine@canonical.com>
1173+ 2009-2011 Martin Pitt <martin.pitt@ubuntu.com>
1174+License: GPL-3
1175+
1176+License: GPL-3
1177+ On Debian systems, the complete text of the GNU General
1178+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
1179
1180=== added file 'debian/rules'
1181--- debian/rules 1970-01-01 00:00:00 +0000
1182+++ debian/rules 2012-11-15 17:15:39 +0000
1183@@ -0,0 +1,20 @@
1184+#!/usr/bin/make -f
1185+
1186+export DPKG_GENSYMBOLS_CHECK_LEVEL=4
1187+
1188+%:
1189+ dh $@ --with translations,autoreconf
1190+
1191+override_dh_auto_test:
1192+ # TESTS TEMPORARILY DISABLED: need fixing for gsettings schema.
1193+
1194+override_dh_autoreconf:
1195+ NOCONFIGURE=1 dh_autoreconf ./autogen.sh
1196+
1197+override_dh_install:
1198+ find debian/indicator-session/usr/lib -name *.la -delete
1199+ find debian/indicator-session/usr/lib -name *.a -delete
1200+ dh_install --fail-missing
1201+
1202+override_dh_auto_configure:
1203+ dh_auto_configure -- --libexecdir="\$${prefix}/lib/indicator-session"
1204
1205=== added directory 'debian/source'
1206=== added file 'debian/source/format'
1207--- debian/source/format 1970-01-01 00:00:00 +0000
1208+++ debian/source/format 2012-11-15 17:15:39 +0000
1209@@ -0,0 +1,1 @@
1210+1.0
1211
1212=== added file 'debian/watch'
1213--- debian/watch 1970-01-01 00:00:00 +0000
1214+++ debian/watch 2012-11-15 17:15:39 +0000
1215@@ -0,0 +1,2 @@
1216+version=3
1217+https://launchpad.net/indicator-session/+download .*/indicator-session-([0-9.]+)\.tar\.gz

Subscribers

People subscribed via source and target branches