diff -Nru livecd-rootfs-2.294/debian/changelog livecd-rootfs-2.295/debian/changelog --- livecd-rootfs-2.294/debian/changelog 2015-03-13 10:14:05.000000000 +0000 +++ livecd-rootfs-2.295/debian/changelog 2015-03-25 09:28:37.000000000 +0000 @@ -1,3 +1,10 @@ +livecd-rootfs (2.295) vivid; urgency=medium + + * forcefully add ubuntu-system-settings-online-accounts to ubuntu-touch + builds to make sure the dependency is fulfilled in advance + + -- Oliver Grawert Wed, 25 Mar 2015 10:26:40 +0100 + livecd-rootfs (2.294) vivid; urgency=medium * add more verbosity to the copy command for android fragments in diff -Nru livecd-rootfs-2.294/live-build/auto/config livecd-rootfs-2.295/live-build/auto/config --- livecd-rootfs-2.294/live-build/auto/config 2015-03-13 10:14:05.000000000 +0000 +++ livecd-rootfs-2.295/live-build/auto/config 2015-03-25 09:28:37.000000000 +0000 @@ -410,7 +410,7 @@ ;; ubuntu-touch) - add_package install ubuntu-minimal ubuntu-touch systemd-sysv- packagekit + add_package install ubuntu-minimal ubuntu-touch systemd-sysv- packagekit ubuntu-system-settings-online-accounts COMPONENTS='main restricted universe' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'