From 50e0b186fc2ed06f24b915bbfbceaec59f9646fb Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Fri, 4 Nov 2016 11:02:13 +0000 Subject: [PATCH] Import patches-unapplied version 2.437 to ubuntu/zesty-proposed Imported using git-ubuntu import. Changelog parent: 837997ea02f884b2732ea0270efd14b6ee03e3a8 New changelog entries: * live-build/auto/config: Don't remove .pyc files any more - we don't care *that* much about the small space gain these days, and would prefer the speed win. (LP: #1627190) --- debian/changelog | 8 ++++++++ live-build/auto/config | 6 ++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7d01d47..c6567e6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.437) zesty; urgency=medium + + * live-build/auto/config: Don't remove .pyc files any more - we don't care + *that* much about the small space gain these days, and would prefer the + speed win. (LP: #1627190) + + -- Iain Lane Fri, 04 Nov 2016 11:02:13 +0000 + livecd-rootfs (2.436) zesty; urgency=medium [ Robert C Jennings ] diff --git a/live-build/auto/config b/live-build/auto/config index 5ce1339a..ebec381d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -575,10 +575,8 @@ add_chroot_hook remove-openssh-server-host-keys add_chroot_hook remove-udev-persistent-rules case $PROJECT in - ubuntu-server|ubuntu-cpc) - ;; - - *) + # if any flavours want to strip .pyc files from their live images, add them here + _) add_chroot_hook remove-python-py ;; esac