diff --git a/debian/changelog b/debian/changelog index 94929800..d6918932 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.127) UNRELEASED; urgency=low + + * Install metapackages rather than tasks for ubuntu-touch, since it still + relies on PPAs and those don't have tasks. + + -- Colin Watson Thu, 02 May 2013 13:50:03 -0700 + livecd-rootfs (2.126) saucy; urgency=low * drop the super-friends (sorry batman and robin ...) and ubuntu-sdk PPAs diff --git a/live-build/auto/config b/live-build/auto/config index 7b2d9c90..811663ed 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -262,7 +262,7 @@ case $PROJECT in ;; ubuntu-touch) - add_task install minimal ubuntu-touch + add_package install ubuntu-minimal ubuntu-touch COMPONENTS='main restricted universe' BINARY_IMAGES=tar BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'