From d43c01c60b88aa481fa5a4b4dd19d56f7e041ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Wed, 26 Oct 2016 18:36:24 +0200 Subject: [PATCH] Update the ubuntu-touch hints to try installing ubuntu-system-settings instead of ubuntu-system-settings-online-accounts. --- debian/changelog | 9 +++++++++ live-build/auto/config | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a617034d..2d9be180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +livecd-rootfs (2.435) UNRELEASED; urgency=medium + + * Update the ubuntu-touch hints to try installing ubuntu-system-settings + instead of ubuntu-system-settings-online-accounts as this makes the dep + resolver more happy on amd64/i386 systems. This should fix the current + image build failure for yakkety i386 images. + + -- Ɓukasz 'sil2100' Zemczak Mon, 10 Oct 2016 14:41:46 +0200 + livecd-rootfs (2.434) yakkety; urgency=medium * Update the 00-uid-gid-fix.chroot_early hook for touch to include the new diff --git a/live-build/auto/config b/live-build/auto/config index ee0431de..5ce1339a 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -418,7 +418,7 @@ case $PROJECT in ;; ubuntu-touch|ubuntu-touch-custom) - HINTS="packagekit ubuntu-system-settings-online-accounts" + HINTS="packagekit ubuntu-system-settings" case $ARCH in amd64|i386) HINTS="$HINTS qml-module-ubuntu-components-gles unity8"