Merge lp:~saviq/ubuntu-touch-session/drop-unity8 into lp:ubuntu-touch-session

Proposed by Michał Sawicz
Status: Merged
Merged at revision: 124
Proposed branch: lp:~saviq/ubuntu-touch-session/drop-unity8
Merge into: lp:ubuntu-touch-session
Diff against target: 61 lines (+15/-18)
4 files modified
debian/changelog (+7/-0)
debian/control (+1/-1)
upstart-session/ofono-setup.conf (+7/-0)
upstart-session/unity8.conf (+0/-17)
To merge this branch: bzr merge lp:~saviq/ubuntu-touch-session/drop-unity8
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+190842@code.launchpad.net

Commit message

Drop unity8.conf, to be shipped by unity8 itself.

Description of the change

To post a comment you must log in.
126. By Michał Sawicz

Tweak.

127. By Michał Sawicz

ogra++

128. By Michał Sawicz

Drop the 12s sleep.

129. By Michał Sawicz

Bump version, Breaks unity8 and drop Conflicts qml-phone-shell.

130. By Michał Sawicz

Tweak description.

131. By Michał Sawicz

Don't wait on unity8.

132. By Michał Sawicz

started--

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-10-12 19:14:43 +0000
3+++ debian/changelog 2013-10-15 09:05:24 +0000
4@@ -1,3 +1,10 @@
5+ubuntu-touch-session (0.82) saucy; urgency=low
6+
7+ * Break unity8 << 7.83~.
8+ * Drop qml-phone-shell conflict.
9+
10+ -- Michał Sawicz <michal.sawicz@canonical.com> Tue, 15 Oct 2013 01:15:44 +0200
11+
12 ubuntu-touch-session (0.81) saucy; urgency=low
13
14 * Make the pulseaudio job 'expect daemon', without which the session init
15
16=== modified file 'debian/control'
17--- debian/control 2013-09-24 14:00:02 +0000
18+++ debian/control 2013-10-15 09:05:24 +0000
19@@ -12,7 +12,7 @@
20 ${misc:Depends},
21 lightdm,
22 upstart-app-launch (>= 0.1+13.10.20130923.4-0ubuntu1~),
23-Conflicts: qml-phone-shell (<< 7.80~)
24+Breaks: unity8 (<< 7.83~)
25 Description: Ubuntu Session Manager for Ubuntu Touch Devices
26 The ubuntu-touch-session tool aims to setup a very simple session
27 manager for the ubuntu-touch mobile shell.
28
29=== added file 'upstart-session/ofono-setup.conf'
30--- upstart-session/ofono-setup.conf 1970-01-01 00:00:00 +0000
31+++ upstart-session/ofono-setup.conf 2013-10-15 09:05:24 +0000
32@@ -0,0 +1,7 @@
33+description "Setup oFono when unity8 starts"
34+author "Oliver Grawert <ogra@canonical.com>"
35+
36+start on desktop-start
37+stop on desktop-end
38+
39+exec /usr/bin/ofono-setup
40
41=== removed file 'upstart-session/unity8.conf'
42--- upstart-session/unity8.conf 2013-09-23 19:09:17 +0000
43+++ upstart-session/unity8.conf 1970-01-01 00:00:00 +0000
44@@ -1,17 +0,0 @@
45-description "Unity Shell v8"
46-author "Ricardo Mendoza <ricmm@ubuntu.com>"
47-
48-start on ((xsession SESSION=ubuntu-touch) or (xsession SESSION=ubuntu-touch-surfaceflinger)) and started dbus
49-stop on desktop-end
50-
51-respawn
52-
53-post-start script
54- sleep 12
55- /usr/bin/ofono-setup
56-end script
57-
58-script
59- sleep 2
60- exec unity8
61-end script

Subscribers

People subscribed via source and target branches