Import patches-unapplied version 2.418 to ubuntu/yakkety-proposed

Imported using git-ubuntu import.

Changelog parent: 2fcba79a9b121a8a793652b05e4b77e54242cc47

New changelog entries:
  * 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:37 -04:00 committed by usd-importer
parent 2fcba79a9b
commit eb0cb09a8d
2 changed files with 7 additions and 3 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.418) yakkety; 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:42:37 -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)