Merge lp:~tgm4883/mythbuntu/mythbuntu-live-autostart into lp:~mythbuntu-dev/mythbuntu/mythbuntu-live-autostart

Proposed by Thomas Mashos
Status: Merged
Merge reported by: Mario Limonciello
Merged at revision: not available
Proposed branch: lp:~tgm4883/mythbuntu/mythbuntu-live-autostart
Merge into: lp:~mythbuntu-dev/mythbuntu/mythbuntu-live-autostart
Diff against target: 39 lines (+9/-1)
3 files modified
debian/changelog (+7/-0)
ubiquity-slideshow/slides/repos.html (+1/-0)
ubiquity/plugins/myth-install-type.py (+1/-1)
To merge this branch: bzr merge lp:~tgm4883/mythbuntu/mythbuntu-live-autostart
Reviewer Review Type Date Requested Status
mythbuntu-dev Pending
Review via email: mp+99617@code.launchpad.net
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 2012-01-17 03:49:04 +0000
3+++ debian/changelog 2012-03-27 20:57:27 +0000
4@@ -1,3 +1,10 @@
5+mythbuntu-live-autostart (0.61) UNRELEASED; urgency=low
6+
7+ * Fixed -repos slide since it is built in now
8+ * Remove mythtv-backend package if frontend only
9+
10+ -- Thomas Mashos <thomas@mashos.com> Tue, 27 Mar 2012 13:15:50 -0700
11+
12 mythbuntu-live-autostart (0.60) precise; urgency=low
13
14 * Bump the mysql version referenced in the install type plugin to 5.5.
15
16=== modified file 'ubiquity-slideshow/slides/repos.html'
17--- ubiquity-slideshow/slides/repos.html 2011-10-08 19:29:13 +0000
18+++ ubiquity-slideshow/slides/repos.html 2012-03-27 20:57:27 +0000
19@@ -7,6 +7,7 @@
20 <div class="content wrap-top"><ul>
21 <!-- Beware the size limit; the text here just about hits the limits. -->
22 <li>Mythbuntu developers offer a repository with the latest builds of MythTV, updated frequently.</li>
23+ <li>Open the Mythbuntu Control Centre and select 'Repositories'</li>
24 <li>Select which version of MythTV you want to receive updates for.</li>
25 <li>These builds are built daily when there have been upstream fixes.</li>
26 <li>Visit <a href="http://www.mythbuntu.org/repos">Mythbuntu Repos</a> for more info.</li>
27
28=== modified file 'ubiquity/plugins/myth-install-type.py'
29--- ubiquity/plugins/myth-install-type.py 2012-01-17 03:48:39 +0000
30+++ ubiquity/plugins/myth-install-type.py 2012-03-27 20:57:27 +0000
31@@ -101,7 +101,7 @@
32 packages=set()
33 ## system role
34 if 'Backend' not in self.type:
35- packages.add('libnet-upnp-perl') #causes mythtv-backend to be removed
36+ packages.add('mythtv-backend')
37 packages.add('php5-common') #causes mythweb to be removed
38 packages.add('libaprutil1') #causes apache2 to be removed
39 if 'Slave' in self.type or self.type == 'Frontend':

Subscribers

People subscribed via source and target branches