Switch ubuntu-gnome from using tasks to metapackages (LP: #1602035)

core-include-dmsetup 2.408.2
Adam Conrad 9 years ago
parent caedaee057
commit b0e649a83c

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.408.2) xenial; urgency=medium
* Switch ubuntu-gnome from using tasks to metapackages (LP: #1602035)
-- Adam Conrad <adconrad@ubuntu.com> Wed, 20 Jul 2016 01:46:41 -0600
livecd-rootfs (2.408.1) xenial; urgency=medium
* Rename old ubuntu-core tarballs to ubuntu-base, for consistency with

@ -188,6 +188,7 @@ esac
SIGNED_KERNEL_PACKAGE="linux-signed-generic"
UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite unity gnome-terminal"
UBUNTUGNOME_HWE_HINTS="unity-settings-daemon- unity-control-center- libaccount-plugin-1.0-0- notification-daemon- libreoffice-style-elementary- libreoffice-style-human- libreoffice-style-breeze- curl- humanity-icon-theme- gnome-shell pinentry-curses"
case $PROJECT in
ubuntu|ubuntu-dvd)
@ -301,10 +302,11 @@ case $PROJECT in
;;
ubuntu-gnome)
add_task install minimal standard ubuntu-gnome-desktop
add_package install ubuntu-minimal ubuntu-standard
add_package install ubuntu-gnome-desktop $UBUNTUGNOME_HWE_HINTS
LIVE_TASK='ubuntu-gnome-live'
case $ARCH in
amd64) add_package live linux-signed-generic ;;
amd64) add_package live $SIGNED_KERNEL_PACKAGE ;;
esac
COMPONENTS='main restricted universe'
;;

Loading…
Cancel
Save