Import patches-unapplied version 2.211 to ubuntu/utopic-proposed

Imported using git-ubuntu import.

Changelog parent: 207a9d2395

New changelog entries:
  * Add an ubuntu-desktop-next project for building a desktop flavour
    including Unity 8 and the applications developed for Ubuntu Touch.
impish
Iain Lane 11 years ago committed by usd-importer
parent 207a9d2395
commit 5094f5308f

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.211) utopic; 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:54:04 +0100
livecd-rootfs (2.210) utopic; urgency=medium livecd-rootfs (2.210) utopic; urgency=medium
* live-build/ubuntu-touch/hooks/70-reconfigure-autopilot.chroot: Fix test * live-build/ubuntu-touch/hooks/70-reconfigure-autopilot.chroot: Fix test

@ -192,6 +192,13 @@ case $PROJECT in
LIVE_TASK='ubuntu-live' 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) kubuntu|kubuntu-dvd)
add_task install minimal standard add_task install minimal standard
case "$ARCH+$SUBARCH" in case "$ARCH+$SUBARCH" in

Loading…
Cancel
Save