Install metapackages rather than tasks for ubuntu-touch, since it still

relies on PPAs and those don't have tasks.
ubuntu/trusty
Colin Watson 12 years ago
parent 53c58b7a27
commit dc5e9931d0

7
debian/changelog vendored

@ -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 <cjwatson@ubuntu.com> 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

@ -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'

Loading…
Cancel
Save