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

ubuntu/mantic
Steve Langasek 1 year ago
parent a53fe72235
commit d169cb531c

2
debian/changelog vendored

@ -16,6 +16,8 @@ livecd-rootfs (23.10.33) UNRELEASED; urgency=medium
* 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. * 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 -- Steve Langasek <steve.langasek@ubuntu.com> Wed, 06 Sep 2023 11:23:17 -0700

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

Loading…
Cancel
Save