diff --git a/debian/changelog b/debian/changelog index c33b1a47..1b10bdc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (1.167) oneiric; urgency=low + + * Drop language-support-en from LIVELIST for kubuntu-mobile and + kubuntu-netbook; it's not in the oneiric archive any more, and the + necessary packages are already in the respective tasks. + + -- Colin Watson Sun, 29 May 2011 21:10:36 +0100 + livecd-rootfs (1.166) natty; urgency=low * Make the output kernel world-readable, since it was changed to be diff --git a/livecd.sh b/livecd.sh index 1ca9ccd9..28dd4c3c 100755 --- a/livecd.sh +++ b/livecd.sh @@ -275,12 +275,12 @@ Flags: seen ;; kubuntu-mobile) LIST="$LIST minimal^ standard^ kubuntu-mobile^" - LIVELIST="language-support-en kubuntu-mobile-live^ laptop-detect $LIVE_BOOT_SCRIPTS" + LIVELIST="kubuntu-mobile-live^ laptop-detect $LIVE_BOOT_SCRIPTS" COMP="main restricted universe" ;; kubuntu-netbook) LIST="$LIST minimal^ standard^ kubuntu-netbook^" - LIVELIST="language-support-en kubuntu-netbook-live^ laptop-detect $LIVE_BOOT_SCRIPTS" + LIVELIST="kubuntu-netbook-live^ laptop-detect $LIVE_BOOT_SCRIPTS" ;; edubuntu|edubuntu-dvd) LIST="$LIST minimal^ standard^ edubuntu-desktop-gnome^"