From d5c11a1621a8b73b86747e056d868a2696d39b43 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 2 Feb 2012 14:15:07 +0000 Subject: [PATCH] Import patches-unapplied version 2.55 to ubuntu/precise Imported using git-ubuntu import. Changelog parent: b3cb11f199922171037d378f01a6a52c1aeb9858 New changelog entries: * Build Lubuntu with --no-install-recommends, to match its seed structure (LP: #918401). --- debian/changelog | 7 +++++++ live-build/auto/config | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index af2c96d6..8f8b1a69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.55) precise; urgency=low + + * Build Lubuntu with --no-install-recommends, to match its seed structure + (LP: #918401). + + -- Colin Watson Thu, 02 Feb 2012 14:15:07 +0000 + livecd-rootfs (2.54) precise; urgency=low * Remove the x-loader packages from omap and omap4 flavours, as they diff --git a/live-build/auto/config b/live-build/auto/config index 533f0e05..7e0cca18 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -163,6 +163,10 @@ case $PROJECT in add_task install minimal standard lubuntu-desktop LIVE_TASK='lubuntu-live' COMPONENTS='main restricted universe multiverse' + + # The Lubuntu STRUCTURE file has "feature + # no-follow-recommends". Mirror this. + export APT_OPTIONS="--yes --no-install-recommends" ;; ubuntustudio-dvd)