diff --git a/debian/changelog b/debian/changelog index fdaf8f0d..b3bc0575 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.42) oneiric; urgency=low + + * Explicitly select ubuquity frontend as well, to match the + oem-config frontend, and avoid pulling in unwanted deps. + + -- Adam Conrad Thu, 06 Oct 2011 19:30:51 -0600 + livecd-rootfs (2.41) oneiric; urgency=low * Re-enable swap on jasper-using images, a regression from diff --git a/live-build/auto/config b/live-build/auto/config index 096c40ee..45c9434c 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -97,15 +97,15 @@ esac if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then case $PROJECT in kubuntu*) - add_package live oem-config-kde + add_package live oem-config-kde ubiquity-frontend-kde ;; ubuntu-server) - add_package live oem-config-debconf + add_package live oem-config-debconf ubiquity-frontend-debconf ;; ubuntu-core|base) ;; *) - add_package live oem-config-gtk + add_package live oem-config-gtk ubiquity-frontend-gtk ;; esac fi