Import patches-unapplied version 2.127 to ubuntu/saucy-proposed

Imported using git-ubuntu import.

Changelog parent: 8458489f9fa2ad30b0a3fc75c04d1b9e7325ffad

New changelog entries:
  * Install metapackages rather than tasks for ubuntu-touch, since it still
    relies on PPAs and those don't have tasks.
This commit is contained in:
Colin Watson 2013-05-02 13:50:34 -07:00 committed by usd-importer
parent 8458489f9f
commit 396a88f367
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.127) saucy; 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:34 -0700
livecd-rootfs (2.126) saucy; urgency=low
* drop the super-friends (sorry batman and robin ...) and ubuntu-sdk PPAs

View File

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