Drop references to kubuntu-dvd, obsoleted in 2012.

This commit is contained in:
Steve Langasek 2023-09-06 14:34:36 -07:00
parent 7c4ad85509
commit a53fe72235
3 changed files with 3 additions and 3 deletions

1
debian/changelog vendored
View File

@ -15,6 +15,7 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
a common pattern a common pattern
* generic is the default kernel flavor in live-build on Ubuntu; remove * generic is the default kernel flavor in live-build on Ubuntu; remove
hard-coded cargo-culting of this setting. hard-coded cargo-culting of this setting.
* Drop references to kubuntu-dvd, obsoleted in 2012.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700

View File

@ -15,7 +15,6 @@ fi
ALL_TRIPLETS=" ALL_TRIPLETS="
edubuntu:: edubuntu::
kubuntu:: kubuntu::
kubuntu-dvd::
lubuntu:: lubuntu::
ubuntu-unity:: ubuntu-unity::
ubuntu:: ubuntu::

View File

@ -653,7 +653,7 @@ case $PROJECT in
ubuntu-server|ubuntu-mini-iso) ubuntu-server|ubuntu-mini-iso)
COMPONENTS='main' COMPONENTS='main'
;; ;;
edubuntu|kubuntu|kubuntu-dvd|ubuntu-budgie|ubuntu-gnome|ubuntucinnamon|ubuntukylin) edubuntu|kubuntu|ubuntu-budgie|ubuntu-gnome|ubuntucinnamon|ubuntukylin)
COMPONENTS='main restricted universe' COMPONENTS='main restricted universe'
;; ;;
lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|xubuntu) lubuntu|ubuntu-mate|ubuntu-unity|ubuntustudio-dvd|xubuntu)
@ -787,7 +787,7 @@ case $PROJECT in
EOF EOF
;; ;;
kubuntu|kubuntu-dvd) kubuntu)
add_task install minimal standard add_task install minimal standard
add_task install kubuntu-desktop add_task install kubuntu-desktop
LIVE_TASK='kubuntu-live' LIVE_TASK='kubuntu-live'