From 9a3b3d628004b8f00c408dbe53acd6ae7a5b98b9 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 8 Jan 2016 22:51:54 +0100 Subject: [PATCH] * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: - remove libicu52 hook --- debian/changelog | 5 +++++ live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 92dd4ce6..79c00704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ livecd-rootfs (2.369) UNRELEASED; urgency=medium + [ Łukasz 'sil2100' Zemczak ] * Fix the invalid path for the error message in 00-uid-gid-fix.chroot_early for ubuntu-touch. + [ Michael Vogt ] + * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: + - remove libicu52 hook + -- Łukasz 'sil2100' Zemczak Mon, 14 Dec 2015 10:13:31 +0100 livecd-rootfs (2.368) xenial; urgency=medium diff --git a/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot b/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot index f9c1ffe0..00b6f0c6 100644 --- a/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot +++ b/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot @@ -5,7 +5,3 @@ set -e # we want a really minimal image apt-get purge -y locales -# this will also get rid of libqt5 - this can be removed once -# system-image-cli in vivid does no longer depend on -# ubuntu-download-manager -apt-get purge -y libicu52