diff --git a/BuildLiveCD b/BuildLiveCD index 39cb0884..0c95b67e 100755 --- a/BuildLiveCD +++ b/BuildLiveCD @@ -149,8 +149,7 @@ for STE in $SUITES; do fi COMMAND="PROJECT=${FS} SUBPROJECT=${SUBPROJECT} ARCH=${ARCH} SUBARCH=${SUBARCH} lb build" elif [ "$UBUNTU_DEFAULTS_LOCALE" ]; then - # universe enabled until ubuntu-defaults-zh-cn is moved to main - COMMAND="ubuntu-defaults-image --locale ${UBUNTU_DEFAULTS_LOCALE} --arch ${ARCH} --release ${STE} --components main,restricted,universe" + COMMAND="ubuntu-defaults-image --locale ${UBUNTU_DEFAULTS_LOCALE} --arch ${ARCH} --release ${STE}" else COMMAND="/usr/sbin/livecd.sh ${SUBARCHARG} ${APT_SOURCE} ${PROPOSED} -d${STE} ${IMAGEFORMAT:+-f$IMAGEFORMAT} ${ARCHARG} ${IMAGEARG} ${FS}" fi diff --git a/debian/changelog b/debian/changelog index b3bc0575..40149dc1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.43) oneiric; urgency=low + + * BuildLiveCD: Stop building ubuntu-defaults-image images with universe. + ubuntu-defaults-zh-cn is in main now, and it causes images to overflow + due to the extra /var/lib/apt/lists indexes. + + -- Martin Pitt Fri, 07 Oct 2011 18:29:59 +0200 + livecd-rootfs (2.42) oneiric; urgency=low * Explicitly select ubuquity frontend as well, to match the @@ -21,7 +29,7 @@ livecd-rootfs (2.40) oneiric; urgency=low livecd-rootfs (2.39) oneiric; urgency=low - * Explicitely select the oem-config frontend to install on a + * Explicitly select the oem-config frontend to install on a per-project basis, to match the ubiquity in use (LP: #820514) -- Adam Conrad Mon, 26 Sep 2011 19:14:56 -0600