From 3421578600362d18b37c5f824b25f6bda2e62d65 Mon Sep 17 00:00:00 2001 From: Micah Gersten Date: Tue, 5 Mar 2013 23:14:25 -0600 Subject: [PATCH] Import patches-unapplied version 2.109 to ubuntu/raring-proposed Imported using git-ubuntu import. Changelog parent: 9f3cb2500c2eda774e004f94127545d0e3384a77 New changelog entries: * Drop ubuntustudio-generation and ubuntustudio-recording tasks and add ubuntustudio-audio task to reflect Ubuntu Studio seed restructuring - update live-build/auto/config --- debian/changelog | 8 ++++++++ live-build/auto/config | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 762c170c..942679b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.109) raring; urgency=low + + * Drop ubuntustudio-generation and ubuntustudio-recording tasks and add + ubuntustudio-audio task to reflect Ubuntu Studio seed restructuring + - update live-build/auto/config + + -- Micah Gersten Tue, 05 Mar 2013 23:14:25 -0600 + livecd-rootfs (2.108) raring; urgency=low [ Colin Watson ] diff --git a/live-build/auto/config b/live-build/auto/config index bbb5b315..54e03c39 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -226,7 +226,7 @@ case $PROJECT in ;; ubuntustudio-dvd) - add_task install minimal standard ubuntustudio-desktop ubuntustudio-generation ubuntustudio-recording ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-audio-plugins ubuntustudio-video ubuntustudio-publishing ubuntustudio-photography + add_task install minimal standard ubuntustudio-desktop ubuntustudio-audio ubuntustudio-font-meta ubuntustudio-graphics ubuntustudio-audio-plugins ubuntustudio-video ubuntustudio-publishing ubuntustudio-photography COMPONENTS='main restricted universe multiverse' case $ARCH in amd64|i386) KERNEL_FLAVOURS=lowlatency ;;