Completely drop Lubuntu Next.

ubuntu/cosmic
Simon Quigley 7 years ago
parent 382f17b08c
commit 9ba04172d4

3
debian/changelog vendored

@ -1,7 +1,6 @@
livecd-rootfs (2.526) UNRELEASED; urgency=medium livecd-rootfs (2.526) UNRELEASED; urgency=medium
* Drop the workaround for setting the base seed of Lubuntu and Lubuntu Next * Drop Lubuntu Next now that Lubuntu Next is Lubuntu.
now that Lubuntu Next is Lubuntu.
* Don't follow recommends on Lubuntu now that this is no longer the * Don't follow recommends on Lubuntu now that this is no longer the
case in the seed. case in the seed.

@ -21,7 +21,6 @@ ALL_TRIPLETS="
kubuntu-dvd:: kubuntu-dvd::
kubuntu-plasma5:: kubuntu-plasma5::
lubuntu:: lubuntu::
lubuntu-next::
mythbuntu:: mythbuntu::
ubuntu:: ubuntu::
ubuntu-base:: ubuntu-base::

@ -323,7 +323,7 @@ if ! [ -e config/germinate-output/structure ]; then
fi fi
case $PROJECT in case $PROJECT in
base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|lubuntu-next|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-desktop-next|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu) base|edubuntu|edubuntu-dvd|kubuntu|kubuntu-active|kubuntu-dvd|kubuntu-plasma5|lubuntu|mythbuntu|ubuntu|ubuntu-budgie|ubuntu-desktop-next|ubuntu-dvd|ubuntu-gnome|ubuntu-mate|ubuntu-netbook|ubuntukylin|ubuntustudio-dvd|xubuntu)
INITRAMFS_COMPRESSION="lzma" INITRAMFS_COMPRESSION="lzma"
;; ;;
esac esac
@ -434,18 +434,6 @@ case $PROJECT in
esac esac
;; ;;
lubuntu-next)
add_task install minimal standard lubuntu-qt-desktop
LIVE_TASK='lubuntu-live-qt'
case $ARCH in
amd64) add_package live linux-signed-generic ;;
esac
COMPONENTS='main restricted universe multiverse'
case $ARCH in
amd64|i386) KERNEL_FLAVOURS=generic ;;
esac
;;
ubuntu-gnome) ubuntu-gnome)
add_task install minimal standard ubuntu-gnome-desktop add_task install minimal standard ubuntu-gnome-desktop
LIVE_TASK='ubuntu-gnome-live' LIVE_TASK='ubuntu-gnome-live'

Loading…
Cancel
Save