Add an ubuntu-desktop-next project for building a desktop flavour

including Unity 8 and the applications developed for Ubuntu Touch.
ubuntu/yakkety
Iain Lane 11 years ago
commit 3ce6f0c289

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.211) UNRELEASED; urgency=medium
* Add an ubuntu-desktop-next project for building a desktop flavour
including Unity 8 and the applications developed for Ubuntu Touch.
-- Iain Lane <iain.lane@canonical.com> Fri, 16 May 2014 17:46:14 +0100
livecd-rootfs (2.210) utopic; urgency=medium
* live-build/ubuntu-touch/hooks/70-reconfigure-autopilot.chroot: Fix test

@ -192,6 +192,13 @@ case $PROJECT in
LIVE_TASK='ubuntu-live'
;;
ubuntu-desktop-next)
add_task install minimal standard
add_package install ubuntu-desktop-next
COMPONENTS='main restricted universe'
LIVE_TASK='ubuntu-live'
;;
kubuntu|kubuntu-dvd)
add_task install minimal standard
case "$ARCH+$SUBARCH" in

Loading…
Cancel
Save