Merge lp:~xnox/lightdm/archive-upload into lp:lightdm

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Robert Ancell
Approved revision: 1878
Merged at revision: 1878
Proposed branch: lp:~xnox/lightdm/archive-upload
Merge into: lp:lightdm
Diff against target: 27 lines (+9/-0)
2 files modified
debian/changelog (+7/-0)
debian/lightdm.upstart (+2/-0)
To merge this branch: bzr merge lp:~xnox/lightdm/archive-upload
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Robert Ancell Approve
Review via email: mp+204627@code.launchpad.net

Description of the change

lp:lightdm is ahead of the archive, and lp:ubuntu/lightdm didn't match what's in the archive. I've fixed lp:ubuntu/lightdm and did direct upload.

Here is the sync of the changes, this time around it's a shutdown lightdm portion of bug #967229

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-01-22 03:51:15 +0000
+++ debian/changelog 2014-02-04 10:20:09 +0000
@@ -1,3 +1,10 @@
1lightdm (1.9.6-0ubuntu2) UNRELEASED; urgency=medium
2
3 * Clear default tty on lightdm shutdown, to avoid brief display of text
4 messages on shutdown. (LP: #967229)
5
6 -- Dimitri John Ledkov <xnox@ubuntu.com> Tue, 04 Feb 2014 09:38:31 +0000
7
1lightdm (1.9.6-0ubuntu1) trusty; urgency=medium8lightdm (1.9.6-0ubuntu1) trusty; urgency=medium
29
3 * New upstream release:10 * New upstream release:
411
=== modified file 'debian/lightdm.upstart'
--- debian/lightdm.upstart 2013-07-16 23:36:16 +0000
+++ debian/lightdm.upstart 2014-02-04 10:20:09 +0000
@@ -52,6 +52,8 @@
52end script52end script
5353
54post-stop script54post-stop script
55 clear > /dev/tty7
56 sleep 1
55 if [ "$UPSTART_STOP_EVENTS" = runlevel ]; then57 if [ "$UPSTART_STOP_EVENTS" = runlevel ]; then
56 initctl emit desktop-shutdown58 initctl emit desktop-shutdown
57 fi59 fi

Subscribers

People subscribed via source and target branches