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

Imported using git-ubuntu import.

Changelog parent: d4626e0b8e1f819f869b2ec51979e0c531d26ac1

New changelog entries:
  * Hard-code installation of libmirclientplatform-android and
    libmirplatformgraphics-android to avoid accidentally pulling in the
    -mesa variants that are preferred as dependencies of libmirclient and
    libmirserver.
This commit is contained in:
Steve Langasek 2014-07-28 20:17:14 -07:00 committed by usd-importer
parent d4626e0b8e
commit 0bdd198220
2 changed files with 10 additions and 1 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
livecd-rootfs (2.231) utopic; urgency=medium
* Hard-code installation of libmirclientplatform-android and
libmirplatformgraphics-android to avoid accidentally pulling in the
-mesa variants that are preferred as dependencies of libmirclient and
libmirserver.
-- Steve Langasek <steve.langasek@ubuntu.com> Mon, 28 Jul 2014 20:17:14 -0700
livecd-rootfs (2.230) utopic; urgency=low
* lp:~mvo/livecd-rootfs/ubuntu-core-system-image:

View File

@ -335,7 +335,7 @@ case $PROJECT in
;;
ubuntu-touch)
add_package install ubuntu-minimal ubuntu-touch
add_package install ubuntu-minimal libmirclientplatform-android libmirplatformgraphics-android ubuntu-touch
COMPONENTS='main restricted universe'
BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu'
export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'