ubuntukylin-default-settings is part of the task, don't hard-code the package.

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

2
debian/changelog vendored
View File

@ -16,6 +16,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
* generic is the default kernel flavor in live-build on Ubuntu; remove
hard-coded cargo-culting of this setting.
* Drop references to kubuntu-dvd, obsoleted in 2012.
* ubuntukylin-default-settings is part of the task, don't hard-code the
package.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700

View File

@ -799,7 +799,7 @@ case $PROJECT in
LIVE_TASK='edubuntu-live'
;;
lubuntu|ubuntu-gnome|ubuntu-unity|ubuntucinnamon)
lubuntu|ubuntu-gnome|ubuntu-unity|ubuntucinnamon|ubuntukylin)
add_task install minimal standard ${PROJECT}-desktop
LIVE_TASK=${PROJECT}-live
;;
@ -875,12 +875,6 @@ case $PROJECT in
esac
;;
ubuntukylin)
add_task install minimal standard ubuntukylin-desktop
add_package install ubuntukylin-default-settings
LIVE_TASK='ubuntukylin-live'
;;
ubuntu-server)
case ${SUBPROJECT:-} in
live)