From 685606051ed10d7c29ccfeafcc15bb834db82104 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 4 Mar 2015 16:25:29 +0100 Subject: [PATCH] do not leave some packages in ^rc state on snappy/ubuntu-core (LP: #1428115). Thanks to Daniel Holbach --- debian/changelog | 7 +++++++ .../ubuntu-core/hooks/11-remove-extra-packages.chroot | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5a2dcef..d67e0402 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.291) UNRELEASED; urgency=low + + * do not leave some packages in ^rc state on snappy/ubuntu-core + (LP: #1428115). Thanks to Daniel Holbach + + -- Michael Vogt Wed, 04 Mar 2015 16:24:28 +0100 + livecd-rootfs (2.290) vivid; urgency=medium * touch: Explicitly uninstall systemd-sysv, to help apt to install upstart 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 7f7a847e..f9c1ffe0 100644 --- a/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot +++ b/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot @@ -3,9 +3,9 @@ set -e # we want a really minimal image -apt-get remove -y locales +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 remove -y libicu52 +apt-get purge -y libicu52