Explicitly add the ubuntu-desktop task to Edubuntu builds, so that any

ambiguous dependencies resolved by the contents of the ubuntu-desktop
task are actually resolved reliably.
ubuntu/trusty
Colin Watson 11 years ago
parent 1940e17d76
commit 0b0c108526

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.189) UNRELEASED; urgency=low
* Explicitly add the ubuntu-desktop task to Edubuntu builds, so that any
ambiguous dependencies resolved by the contents of the ubuntu-desktop
task are actually resolved reliably.
-- Colin Watson <cjwatson@ubuntu.com> Tue, 24 Sep 2013 16:57:39 +0100
livecd-rootfs (2.188) saucy; urgency=low
* ship policykit rules for networkmanager, now that we use it on touch

@ -221,7 +221,7 @@ case $PROJECT in
;;
edubuntu|edubuntu-dvd)
add_task install minimal standard edubuntu-desktop-gnome
add_task install minimal standard ubuntu-desktop edubuntu-desktop-gnome
LIVE_TASK='edubuntu-live'
COMPONENTS='main restricted universe'
;;

Loading…
Cancel
Save