Merge lp:~jbicha/ubiquity/spaces-not-hyphens-in-release-name into lp:ubiquity

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 5942
Proposed branch: lp:~jbicha/ubiquity/spaces-not-hyphens-in-release-name
Merge into: lp:ubiquity
Diff against target: 26 lines (+5/-0)
2 files modified
debian/changelog (+4/-0)
ubiquity/misc.py (+1/-0)
To merge this branch: bzr merge lp:~jbicha/ubiquity/spaces-not-hyphens-in-release-name
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+169043@code.launchpad.net

Description of the change

Everywhere ${RELEASE} was used in the frontend, we'd see Ubuntu-GNOME instead of Ubuntu GNOME.

This also affects Ubuntu Studio.

To post a comment you must log in.

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-06-12 16:41:04 +0000
3+++ debian/changelog 2013-06-12 19:32:25 +0000
4@@ -14,6 +14,10 @@
5 all flavours.
6 * Drop "--desktop %k" from desktop files, not needed with pkexec.
7
8+ [ Jeremy Bicha ]
9+ * Use spaces not hyphens in release name such as "Ubuntu GNOME" not
10+ "Ubuntu-GNOME"
11+
12 -- Colin Watson <cjwatson@ubuntu.com> Fri, 07 Jun 2013 13:09:43 +0100
13
14 ubiquity (2.15.6) saucy; urgency=low
15
16=== modified file 'ubiquity/misc.py'
17--- ubiquity/misc.py 2012-11-22 16:27:21 +0000
18+++ ubiquity/misc.py 2013-06-12 19:32:25 +0000
19@@ -476,6 +476,7 @@
20 line = line.split()
21 if line[2] == 'LTS':
22 line[1] += ' LTS'
23+ line[0] = line[0].replace('-', ' ')
24 get_release.release_info = ReleaseInfo(
25 name=line[0], version=line[1])
26 except:

Subscribers

People subscribed via source and target branches

to status/vote changes: