From 4e89d09ba24e005bf0cddfbaa2a6846527151561 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 10 Mar 2015 12:23:08 +0100 Subject: [PATCH] * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: - remove libpython2.7 and friends as welll --- debian/changelog | 7 +++++++ .../ubuntu-core/hooks/11-remove-extra-packages.chroot | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a5a54900..002b50b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.293) UNRELEASED; urgency=low + + * live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot: + - remove libpython2.7 and friends as welll + + -- Michael Vogt Tue, 10 Mar 2015 12:22:37 +0100 + livecd-rootfs (2.292) vivid; urgency=low [ Michael Vogt ] 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 cc6ae423..38cacf9e 100644 --- a/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot +++ b/live-build/ubuntu-core/hooks/11-remove-extra-packages.chroot @@ -11,4 +11,4 @@ apt-get purge -y locales apt-get purge -y libicu52 # no more py2, yay -apt-get purge -y python python-minimal libpython-stdlib python2.7 +apt-get purge -y python python-minimal libpython-stdlib python2.* libpython2.*