Merge lp:~ubuntubudgie-dev/tasksel/ubuntu-budgie-tasksel-proposal.zesty into lp:~ubuntu-core-dev/tasksel/ubuntu

Proposed by fossfreedom
Status: Rejected
Rejected by: Mathieu Trudel-Lapierre
Proposed branch: lp:~ubuntubudgie-dev/tasksel/ubuntu-budgie-tasksel-proposal.zesty
Merge into: lp:~ubuntu-core-dev/tasksel/ubuntu
Diff against target: 75 lines (+28/-1)
5 files modified
Makefile (+1/-1)
debian/changelog (+6/-0)
ubuntu-seeds.pl (+3/-0)
ubuntu-tasks/ubuntu-budgie-desktop (+8/-0)
ubuntu-tasks/ubuntu-budgie-live (+10/-0)
To merge this branch: bzr merge lp:~ubuntubudgie-dev/tasksel/ubuntu-budgie-tasksel-proposal.zesty
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Disapprove
Review via email: mp+313844@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

The change looks correct, but is made on a very out-of-date branch (which was caused by the importer breaking); I'll apply these manually to the package.

review: Disapprove

Unmerged revisions

1500. By fossfreedom

community flavor ubuntu-budgie tasks

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2015-02-25 10:51:36 +0000
3+++ Makefile 2016-12-23 16:47:21 +0000
4@@ -4,7 +4,7 @@
5 DESCDIR=tasks
6 UDOMAIN=ubuntu-tasks
7 USUITE=vivid
8-UFLAVOURS=platform ubuntu kubuntu edubuntu xubuntu mythbuntu ubuntustudio kubuntu-active lubuntu ubuntu-gnome ubuntu-mate
9+UFLAVOURS=platform ubuntu kubuntu edubuntu xubuntu mythbuntu ubuntustudio kubuntu-active lubuntu ubuntu-gnome ubuntu-mate ubuntu-budgie
10 UTASKDESC=$(UDOMAIN).desc
11 UDESCDIR=ubuntu-tasks
12 DESCPO=$(DESCDIR)/po
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2015-02-25 10:52:25 +0000
16+++ debian/changelog 2016-12-23 16:47:21 +0000
17@@ -1,3 +1,9 @@
18+tasksel (2.88ubuntu18) UNRELEASED; urgency=medium
19+
20+ * Add Ubuntu Budgie tasks (LP: #1652343)
21+
22+ -- David Mohammed <fossfreedom@ubuntu.com> Fri, 23 Dec 2016 16:14:43 +0000
23+
24 tasksel (2.88ubuntu17) vivid; urgency=medium
25
26 * Point Ubuntu task update script at vivid.
27
28=== modified file 'ubuntu-seeds.pl'
29--- ubuntu-seeds.pl 2015-02-25 10:51:36 +0000
30+++ ubuntu-seeds.pl 2016-12-23 16:47:21 +0000
31@@ -33,6 +33,7 @@
32 my $ubuntustudio_seed_base='bzr+ssh://bazaar.launchpad.net/~ubuntustudio-dev/ubuntu-seeds';
33 my $lubuntu_seed_base='bzr+ssh://bazaar.launchpad.net/~lubuntu-dev/ubuntu-seeds';
34 my $ubuntu_gnome_seed_base='bzr+ssh://bazaar.launchpad.net/~ubuntu-gnome-dev/ubuntu-seeds';
35+my $ubuntu_budgie_seed_base='bzr+ssh://bazaar.launchpad.net/~ubuntubudgie-dev/ubuntu-seeds';
36 my $ubuntu_mate_seed_base='bzr+ssh://bazaar.launchpad.net/~ubuntu-mate-dev/ubuntu-seeds';
37 my $outdir=shift or die "no output directory specified\n";
38 my $suite=shift or die "no suite specified\n";
39@@ -87,6 +88,8 @@
40 push @command, "$lubuntu_seed_base/$flavour.$suite";
41 } elsif ($flavour eq 'ubuntu-gnome') {
42 push @command, "$ubuntu_gnome_seed_base/$flavour.$suite";
43+ } elsif ($flavour eq 'ubuntu-budgie') {
44+ push @command, "$ubuntu_budgie_seed_base/$flavour.$suite";
45 } elsif ($flavour eq 'ubuntu-mate') {
46 push @command, "$ubuntu_mate_seed_base/$flavour.$suite";
47 } else {
48
49=== added file 'ubuntu-tasks/ubuntu-budgie-desktop'
50--- ubuntu-tasks/ubuntu-budgie-desktop 1970-01-01 00:00:00 +0000
51+++ ubuntu-tasks/ubuntu-budgie-desktop 2016-12-23 16:47:21 +0000
52@@ -0,0 +1,8 @@
53+Task: ubuntu-budgie-desktop
54+Section: user
55+Description: Ubuntu Budgie desktop
56+ This task provides the Ubuntu Budgie desktop environment.
57+Key:
58+ ubuntu-budgie-desktop
59+Seeds: desktop-common
60+Packages: task-fields
61
62=== added file 'ubuntu-tasks/ubuntu-budgie-live'
63--- ubuntu-tasks/ubuntu-budgie-live 1970-01-01 00:00:00 +0000
64+++ ubuntu-tasks/ubuntu-budgie-live 2016-12-23 16:47:21 +0000
65@@ -0,0 +1,10 @@
66+Task: ubuntu-budgie-live
67+Section: user
68+Description: Ubuntu Budgie live CD
69+ This task provides the extra packages installed on the Ubuntu Budgie live CD. It is neither useful nor recommended to install this task in other environments.
70+Relevance: 2
71+Key:
72+ ubiquity-frontend-gtk
73+Test-new-install: skip show
74+Seeds: live-common
75+Packages: task-fields

Subscribers

People subscribed via source and target branches

to all changes: