diff --git a/debian/changelog b/debian/changelog index 1bc354ed..59047bd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.208.13) trusty; urgency=medium + + * live-build/auto/config: Switch HWE from wily to xenial (LP: #1568918) + + -- Adam Conrad Fri, 08 Jul 2016 02:13:52 -0600 + livecd-rootfs (2.208.12) trusty; urgency=medium * Rename old ubuntu-core tarballs to ubuntu-base, for consistency with diff --git a/live-build/auto/config b/live-build/auto/config index acf4dd3e..dacc156c 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -182,18 +182,18 @@ case $BINARYFORMAT in ;; esac -# Default to lts-wily for the point release, this is overridden later by +# Default to lts-xenial for the point release, this is overridden later by # specific projects/flavours: case $ARCH in powerpc) - KERNEL_FLAVOURS="powerpc-smp-lts-wily powerpc64-smp-lts-wily" + KERNEL_FLAVOURS="powerpc-smp-lts-xenial powerpc64-smp-lts-xenial" ;; *) - KERNEL_FLAVOURS="generic-lts-wily" + KERNEL_FLAVOURS="generic-lts-xenial" ;; esac -HWE_X_PACKAGES="xserver-xorg-core-lts-wily xserver-xorg-lts-wily xserver-xorg-video-all-lts-wily xserver-xorg-input-all-lts-wily libwayland-egl1-mesa-lts-wily" -SIGNED_KERNEL_PACKAGE="linux-signed-generic-lts-wily" +HWE_X_PACKAGES="xserver-xorg-core-lts-xenial xserver-xorg-lts-xenial xserver-xorg-video-all-lts-xenial xserver-xorg-input-all-lts-xenial libwayland-egl1-mesa-lts-xenial" +SIGNED_KERNEL_PACKAGE="linux-signed-generic-lts-xenial" UNITY_HWE_HINTS="unity-settings-daemon notify-osd libqt4-sql-sqlite unity gnome-terminal" KUBUNTU_HWE_HINTS="pinentry-qt4 kde-baseapps-bin kde-window-manager" EDUBUNTU_HWE_HINTS="gnome-session gnome-terminal" @@ -337,7 +337,7 @@ case $PROJECT in add_package install $HWE_X_PACKAGES COMPONENTS='main restricted universe multiverse' case $ARCH in - amd64|i386) KERNEL_FLAVOURS=lowlatency-lts-wily ;; + amd64|i386) KERNEL_FLAVOURS=lowlatency-lts-xenial ;; esac ;;