diff --git a/debian/changelog b/debian/changelog index ff7e2476..aa08aa6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.214) UNRELEASED; urgency=medium + + * ubuntu-desktop-next: Use the Task fiels that the archive now has for this + project. + + -- Iain Lane Thu, 22 May 2014 15:45:03 +0100 + livecd-rootfs (2.213) utopic; urgency=medium * The EXTRA_ARCHIVES environment variable defined in 2.212 doesn't quite diff --git a/live-build/auto/config b/live-build/auto/config index f81e1c0c..7de91213 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -193,10 +193,9 @@ case $PROJECT in ;; ubuntu-desktop-next) - add_task install minimal standard - add_package install ubuntu-desktop-next + add_task install minimal standard ubuntu-desktop-next COMPONENTS='main restricted universe' - LIVE_TASK='ubuntu-live' + LIVE_TASK='ubuntu-touch-live' ;; kubuntu|kubuntu-dvd)