From 3ebe79c0ac74daf9747b2fe661eb830f292ee7f9 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Thu, 12 Feb 2015 03:05:31 -0200 Subject: [PATCH] Import patches-unapplied version 2.286 to ubuntu/vivid-proposed Imported using git-ubuntu import. Changelog parent: ff016f45109c6618aefc320947a734a6fcc9ba8e New changelog entries: * touch: forcing package mir-platform-graphics-android to see if we're able to remove the dependency on the mesa one (until mir is properly fixed) --- debian/changelog | 7 +++++++ live-build/auto/config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4d119112..2241a790 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.286) vivid; urgency=medium + + * touch: forcing package mir-platform-graphics-android to see if we're able + to remove the dependency on the mesa one (until mir is properly fixed) + + -- Ricardo Salveti de Araujo Thu, 12 Feb 2015 03:05:31 -0200 + livecd-rootfs (2.285) vivid; urgency=medium * touch: removing dependencies on a specific mir platform driver as mir can diff --git a/live-build/auto/config b/live-build/auto/config index 3f849d35..8d7e0fdc 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -404,7 +404,7 @@ case $PROJECT in ;; ubuntu-touch) - add_package install ubuntu-minimal ubuntu-touch + add_package install ubuntu-minimal mir-platform-graphics-android ubuntu-touch COMPONENTS='main restricted universe' BOOTAPPEND_LIVE='hostname=ubuntu-phablet username=ubuntu' export LB_BOOTSTRAP_INCLUDE='apt-transport-https gnupg'