Define UNITY_HWE_HINTS to hint correct alternative package selections.

ubuntu/trusty
Adam Conrad 10 years ago
parent 638fa1b0b9
commit 3670bc958b

1
debian/changelog vendored

@ -14,6 +14,7 @@ livecd-rootfs (2.208.2~ppa3) trusty; urgency=medium
* Before trying to copy kernels around, cut -lts* off the end of FLAVOUR,
since the actual files on disk are -generic, not -generic-lts-utopic.
* Define HWE_X_PACKAGES required to install lts-utopic and use it.
* Define UNITY_HWE_HINTS to hint correct alternative package selections.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 02 Feb 2015 01:43:48 -0700

@ -201,6 +201,7 @@ case $ARCH in
;;
esac
SIGNED_KERNEL_PACKAGE="linux-signed-generic-lts-utopic"
UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite"
case $PROJECT in
ubuntu|ubuntu-dvd)
@ -216,7 +217,7 @@ case $PROJECT in
xserver-xorg-input-evdev-omap-revert
;;
*)
add_package install ubuntu-desktop
add_package install ubuntu-desktop $UNITY_HWE_HINTS
add_package install $HWE_X_PACKAGES
;;
esac
@ -262,7 +263,7 @@ case $PROJECT in
;;
edubuntu|edubuntu-dvd)
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop edubuntu-desktop-gnome
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop edubuntu-desktop-gnome $UNITY_HWE_HINTS
add_package install $HWE_X_PACKAGES
LIVE_TASK='edubuntu-live'
LIVE_TASK_FILTER='--not -Pe ^linux-\(headers\|image\|signed\)'
@ -336,7 +337,7 @@ case $PROJECT in
;;
ubuntukylin)
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop
add_package install ubuntu-minimal ubuntu-standard ubuntu-desktop $UNITY_HWE_HINTS
add_package install $HWE_X_PACKAGES
add_package install ubuntukylin-default-settings
LIVE_TASK='ubuntu-live'

Loading…
Cancel
Save