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

Subscribers

People subscribed via source and target branches