Ubuntu-MATE now does follow Recommends; adjust the configuration for it

to not pass --no-install-recommends.
This commit is contained in:
Mathieu Trudel-Lapierre 2016-06-22 13:42:35 -04:00
commit 0d9f94b48a
2 changed files with 7 additions and 3 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.418) UNRELEASED; urgency=medium
* Ubuntu-MATE now does follow Recommends; adjust the configuration for it
to not pass --no-install-recommends.
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Wed, 22 Jun 2016 13:41:15 -0400
livecd-rootfs (2.417) yakkety; urgency=medium
* Swap order of security and updates in dvd sources.list.

View File

@ -316,9 +316,6 @@ case $PROJECT in
amd64) add_package live linux-signed-generic ;;
esac
COMPONENTS='main restricted universe multiverse'
# The Ubuntu MATE STRUCTURE file has "feature
# no-follow-recommends". Mirror this.
export APT_OPTIONS="--yes --no-install-recommends"
;;
ubuntustudio-dvd)