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