Merge lp:~bregma/unity8-desktop-session/lp-1376715 into lp:unity8-desktop-session

Proposed by Stephen M. Webb
Status: Merged
Approved by: Christopher Townsend
Approved revision: 85
Merged at revision: 87
Proposed branch: lp:~bregma/unity8-desktop-session/lp-1376715
Merge into: lp:unity8-desktop-session
Diff against target: 152 lines (+33/-15)
7 files modified
configure.ac (+2/-2)
data/Makefile.am (+4/-4)
data/unity8.desktop (+1/-1)
debian/changelog (+6/-0)
debian/control (+13/-6)
debian/copyright (+2/-2)
debian/unity8-desktop-session.install (+5/-0)
To merge this branch: bzr merge lp:~bregma/unity8-desktop-session/lp-1376715
Reviewer Review Type Date Requested Status
Christopher Townsend Approve
Review via email: mp+285354@code.launchpad.net

Commit message

renamed package to remove the redundant '-mir' in the name

Description of the change

Renamed package to remove the redundant '-mir' in the name.

To post a comment you must log in.
Revision history for this message
Christopher Townsend (townsend) wrote :

The actual session name that shows up in the LightDM greeter needs to just be 'Unity 8' or something similar.

Revision history for this message
Stephen M. Webb (bregma) wrote :

Seems this will break launching Unity 8 on the desktop, need a change to /usr/share/upstart/session/unity8.conf to restore order.

Revision history for this message
Stephen M. Webb (bregma) wrote :
Revision history for this message
Christopher Townsend (townsend) wrote :

Yep, everything that has "mir" in the name is now just Unity8.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2014-08-07 19:55:21 +0000
3+++ configure.ac 2016-06-09 15:55:33 +0000
4@@ -1,7 +1,7 @@
5 # This file is part of Unity8-session-x11, a desktop session configration
6 # package.
7 #
8-# Copyright 2013-2014 Canonical Ltd.
9+# Copyright 2013-2016 Canonical Ltd.
10 #
11 # Unity8-session-x11 is free software: you can redistribute it and/or modify it
12 # under the terms of the GNU General Public License version 3, as published by
13@@ -17,7 +17,7 @@
14
15 AC_PREREQ([2.60])
16 AC_INIT([Unity8 Session],
17- [1.0.12],
18+ [1.0.13],
19 [stephen.webb@canonical.com],
20 [unity8-desktop-session])
21 AM_INIT_AUTOMAKE([1.13 foreign dist-xz])
22
23=== modified file 'data/Makefile.am'
24--- data/Makefile.am 2014-09-29 20:46:52 +0000
25+++ data/Makefile.am 2016-06-09 15:55:33 +0000
26@@ -1,7 +1,7 @@
27 # This file is part of Unity8-session, a desktop session configration
28 # package.
29 #
30-# Copyright 2013-2014 Canonical Ltd.
31+# Copyright 2013-2016 Canonical Ltd.
32 #
33 # unity8-desktop-session is free software: you can redistribute it and/or modify
34 # it under the terms of the GNU General Public License version 3, as published by
35@@ -24,17 +24,17 @@
36 sensors.txt
37
38 dist_icon_DATA = \
39- custom_unity8-mir_badge.png
40+ custom_unity8_badge.png
41
42 dist_lightdm_conf_DATA = \
43 55-unity8.conf
44
45 dist_lightdm_session_DATA = \
46- unity8-mir.desktop
47+ unity8.desktop
48
49 dist_bin_SCRIPTS = \
50 lightdm-unity8-session
51
52 EXTRA_DIST = \
53- unity8-mir.desktop.in
54+ unity8.desktop.in
55
56
57=== renamed file 'data/custom_unity8-mir_badge.png' => 'data/custom_unity8_badge.png'
58=== renamed file 'data/unity8-mir.desktop' => 'data/unity8.desktop'
59--- data/unity8-mir.desktop 2014-08-07 19:19:20 +0000
60+++ data/unity8.desktop 2016-06-09 15:55:33 +0000
61@@ -1,5 +1,5 @@
62 [Desktop Entry]
63-Name=Unity8-Mir
64+Name=Unity8
65 Exec=lightdm-unity8-session
66 Type=Application
67 X-LightDM-Session-Type=mir
68
69=== modified file 'debian/changelog'
70--- debian/changelog 2016-06-01 12:40:56 +0000
71+++ debian/changelog 2016-06-09 15:55:33 +0000
72@@ -1,3 +1,9 @@
73+unity8-desktop-session (1.0.13-0ubuntu1) UNRELEASED; urgency=medium
74+
75+ * Removed the now-redundant -mir for package and asset names.
76+
77+ -- Stephen M. Webb <stephen.webb@canonical.com> Thu, 11 Feb 2016 09:43:06 -0500
78+
79 unity8-desktop-session (1.0.12+16.10.20160601-0ubuntu1) yakkety; urgency=medium
80
81 [ Ted Gould ]
82
83=== modified file 'debian/control'
84--- debian/control 2016-06-01 12:40:19 +0000
85+++ debian/control 2016-06-09 15:55:33 +0000
86@@ -2,21 +2,22 @@
87 Section: misc
88 Priority: optional
89 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
90-Build-Depends: debhelper (>= 9),
91- dh-autoreconf
92+Build-Depends: debhelper (>= 9), dh-autoreconf
93 Standards-Version: 3.9.5
94
95-Package: unity8-desktop-session-mir
96+Package: unity8-desktop-session
97 Architecture: all
98 Conflicts: ubuntu-desktop-mir
99+Replaces: unity8-desktop-session-mir (<< 1.0.13)
100+Breaks: unity8-desktop-session-mir (<< 1.0.13)
101 Depends: packagekit,
102 packagekit-plugin-click,
103+ policykit-unity8,
104+ qtmir-desktop,
105 qtubuntu-desktop,
106- qtmir-desktop,
107+ ubuntu-app-launch,
108 unity-system-compositor,
109 unity8,
110- policykit-unity8,
111- ubuntu-app-launch,
112 url-dispatcher,
113 mir-graphics-drivers-desktop,
114 ${misc:Depends}
115@@ -32,3 +33,9 @@
116 .
117 This package is provided for evaluation and demonstration purposes only.
118
119+Package: unity8-desktop-session-mir
120+Depends: unity8-desktop-session (>= 1.0.13), ${misc:Depends}
121+Architecture: all
122+Priority: extra
123+Description: transitional dummy package
124+ This is a transitional dummy package. It can safely be removed.
125
126=== modified file 'debian/copyright'
127--- debian/copyright 2013-11-26 20:58:46 +0000
128+++ debian/copyright 2016-06-09 15:55:33 +0000
129@@ -1,9 +1,9 @@
130 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
131-Upstream-Name: unity8-session-x11
132+Upstream-Name: unity8-desktop-session
133 Upstream-Contact: Stephen M. Webb <stephen.webb@canonical.com>
134
135 Files: *
136-Copyright: 2013 Canonical Ltd.
137+Copyright: 2013-2016 Canonical Ltd.
138 License: GPL-3
139 This program is free software: you can redistribute it and/or modify it
140 under the terms of the GNU General Public License version 3, as published
141
142=== added file 'debian/unity8-desktop-session.install'
143--- debian/unity8-desktop-session.install 1970-01-01 00:00:00 +0000
144+++ debian/unity8-desktop-session.install 2016-06-09 15:55:33 +0000
145@@ -0,0 +1,5 @@
146+usr/bin/lightdm-unity8-session
147+usr/share/lightdm/lightdm.conf.d/55-unity8.conf
148+usr/share/lightdm/sessions/unity8.desktop
149+usr/share/unity-greeter/custom_unity8_badge.png
150+usr/share/unity8-desktop-session/sensors.txt
151
152=== renamed file 'debian/unity8-desktop-session-mir.maintscript' => 'debian/unity8-desktop-session.maintscript'

Subscribers

People subscribed via source and target branches