diff --git a/debian/changelog b/debian/changelog index f31e9bb4..4d94879e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium packages. * live-build/auto/config: various refactors to eliminate code duplication * Drop references to ubuntu-dvd, obsolete since precise. + * Drop references to mythbuntu, obsolete after xenial. -- Steve Langasek Wed, 06 Sep 2023 11:23:17 -0700 diff --git a/debian/tests/default-bootstraps b/debian/tests/default-bootstraps index 0b3980bc..2bdcdcdc 100755 --- a/debian/tests/default-bootstraps +++ b/debian/tests/default-bootstraps @@ -18,7 +18,6 @@ ALL_TRIPLETS=" kubuntu-dvd:: lubuntu:: ubuntu-unity:: - mythbuntu:: ubuntu:: ubuntu:legacy: ubuntu-base:: diff --git a/live-build/auto/config b/live-build/auto/config index 60d96041..ddd56f5e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -656,7 +656,7 @@ case $PROJECT in edubuntu|kubuntu|kubuntu-dvd|ubuntu-budgie|ubuntu-gnome|ubuntucinnamon|ubuntukylin) COMPONENTS='main restricted universe' ;; - lubuntu|mythbuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|xubuntu) + lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|xubuntu) COMPONENTS='main restricted universe multiverse' ;; esac @@ -820,11 +820,6 @@ case $PROJECT in esac ;; - mythbuntu) - add_task install minimal standard mythbuntu-desktop - LIVE_TASK='mythbuntu-live' - ;; - lubuntu) add_task install minimal standard lubuntu-desktop LIVE_TASK='lubuntu-live'